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:
xun.zhang 2024-04-17 20:39:10 +08:00 committed by Lane.Wei
parent 95106f3523
commit 72a1c9ba6e
4 changed files with 10 additions and 3 deletions

View File

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

View File

@ -21,7 +21,7 @@
"Bambu PLA Basic @BBL X1"
],
"default_print_profile": "0.20mm Standard @BBL P1P",
"enable_long_retraction_when_cut" : "1",
"enable_long_retraction_when_cut" : "2",
"extruder_offset": [
"0x2"
],

View File

@ -20,7 +20,7 @@
"Bambu PLA Basic @BBL X1C"
],
"default_print_profile": "0.20mm Standard @BBL X1C",
"enable_long_retraction_when_cut" : "1",
"enable_long_retraction_when_cut" : "2",
"extruder_offset": [
"0x2"
],

View File

@ -12,6 +12,7 @@
"deretraction_speed": [
"40"
],
"enable_long_retraction_when_cut" : "0",
"extruder_colour": [
"#FCE94F"
],
@ -20,6 +21,9 @@
],
"gcode_flavor": "marlin",
"silent_mode": "0",
"long_retractions_when_cut": [
"1"
],
"machine_max_acceleration_e": [
"5000"
],
@ -88,6 +92,9 @@
"retract_when_changing_layer": [
"1"
],
"retraction_distances_when_cut": [
"18"
],
"retraction_length": [
"5"
],