ENH: enable filament_long_retraction for A series
jira: NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I7189a0a43736f45043f3600128db5aa03e2d2bfe
This commit is contained in:
parent
8f0a6fa996
commit
70a7e837d4
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Bambulab",
|
||||
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
||||
"version": "01.10.00.10",
|
||||
"version": "01.10.00.11",
|
||||
"force_update": "0",
|
||||
"description": "the initial version of BBL configurations",
|
||||
"machine_model_list": [
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"Bambu PLA Basic @BBL A1"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @BBL A1",
|
||||
"enable_long_retraction_when_cut": "2",
|
||||
"extruder_clearance_height_to_lid": "256",
|
||||
"extruder_clearance_height_to_rod": "25",
|
||||
"extruder_clearance_max_radius": "73",
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
"Bambu PLA Basic @BBL A1M"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @BBL A1M",
|
||||
"enable_long_retraction_when_cut": "2",
|
||||
"extruder_clearance_height_to_lid": "180",
|
||||
"extruder_clearance_height_to_rod": "25",
|
||||
"extruder_clearance_max_radius": "73",
|
||||
|
|
Loading…
Reference in New Issue