ENH: add long retraction for P series

jira:NEW

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I6890695b67e674fc5cdc2a208e89bd9e41404213
This commit is contained in:
xun.zhang 2024-04-18 20:50:54 +08:00 committed by Lane.Wei
parent b4faec8052
commit ba7cc12893
5 changed files with 17 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"name": "Bambulab",
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
"version": "01.09.00.05",
"version": "01.09.00.06",
"force_update": "0",
"description": "the initial version of BBL configurations",
"machine_model_list": [

View File

@ -11,6 +11,12 @@
"fan_min_speed": [
"50"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"filament_max_volumetric_speed": [
"2"
],

View File

@ -8,6 +8,12 @@
"fan_cooling_layer_time": [
"80"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"fan_min_speed": [
"50"
],

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long