ENH: p series support long retraction
1. P series support long retraction in filament 2. Add long retraction params in common.json jira:NEW Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Ib94184fa1f0b5ab151360f1f053d8c8ff92e7e18
This commit is contained in:
parent
95106f3523
commit
72a1c9ba6e
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Bambulab",
|
"name": "Bambulab",
|
||||||
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
||||||
"version": "01.09.00.04",
|
"version": "01.09.00.05",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "the initial version of BBL configurations",
|
"description": "the initial version of BBL configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"Bambu PLA Basic @BBL X1"
|
"Bambu PLA Basic @BBL X1"
|
||||||
],
|
],
|
||||||
"default_print_profile": "0.20mm Standard @BBL P1P",
|
"default_print_profile": "0.20mm Standard @BBL P1P",
|
||||||
"enable_long_retraction_when_cut" : "1",
|
"enable_long_retraction_when_cut" : "2",
|
||||||
"extruder_offset": [
|
"extruder_offset": [
|
||||||
"0x2"
|
"0x2"
|
||||||
],
|
],
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
"Bambu PLA Basic @BBL X1C"
|
"Bambu PLA Basic @BBL X1C"
|
||||||
],
|
],
|
||||||
"default_print_profile": "0.20mm Standard @BBL X1C",
|
"default_print_profile": "0.20mm Standard @BBL X1C",
|
||||||
"enable_long_retraction_when_cut" : "1",
|
"enable_long_retraction_when_cut" : "2",
|
||||||
"extruder_offset": [
|
"extruder_offset": [
|
||||||
"0x2"
|
"0x2"
|
||||||
],
|
],
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
"deretraction_speed": [
|
"deretraction_speed": [
|
||||||
"40"
|
"40"
|
||||||
],
|
],
|
||||||
|
"enable_long_retraction_when_cut" : "0",
|
||||||
"extruder_colour": [
|
"extruder_colour": [
|
||||||
"#FCE94F"
|
"#FCE94F"
|
||||||
],
|
],
|
||||||
|
@ -20,6 +21,9 @@
|
||||||
],
|
],
|
||||||
"gcode_flavor": "marlin",
|
"gcode_flavor": "marlin",
|
||||||
"silent_mode": "0",
|
"silent_mode": "0",
|
||||||
|
"long_retractions_when_cut": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
"machine_max_acceleration_e": [
|
"machine_max_acceleration_e": [
|
||||||
"5000"
|
"5000"
|
||||||
],
|
],
|
||||||
|
@ -88,6 +92,9 @@
|
||||||
"retract_when_changing_layer": [
|
"retract_when_changing_layer": [
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
|
"retraction_distances_when_cut": [
|
||||||
|
"18"
|
||||||
|
],
|
||||||
"retraction_length": [
|
"retraction_length": [
|
||||||
"5"
|
"5"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue