FIX: Add the parameter filament_retract_restart_extra to the filament JSON files for the H2S machine

Jira: STUDIO-13132
Change-Id: Id754862b2c2cee4712c51a1080ef99295e588306
(cherry picked from commit b2a6871ee92707d44db123ed84c99d2544d8fd7b)
This commit is contained in:
weizhen.xie
2025-07-25 15:48:34 +08:00
committed by Noisyfox
parent 9bf94b3d30
commit f6034a80af
132 changed files with 5736 additions and 8289 deletions

View File

@@ -5,6 +5,9 @@
"from": "system",
"setting_id": "GFSU98_06",
"instantiation": "true",
"additional_cooling_fan_speed": [
"100"
],
"fan_cooling_layer_time": [
"40"
],
@@ -14,40 +17,6 @@
"fan_min_speed": [
"10"
],
"overhang_fan_threshold": [
"25%"
],
"slow_down_layer_time": [
"10"
],
"compatible_printers": [
"Bambu Lab H2S 0.4 nozzle",
"Bambu Lab H2S 0.6 nozzle",
"Bambu Lab H2S 0.8 nozzle"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"filament_long_retractions_when_cut": [
"nil",
"0"
],
"filament_max_volumetric_speed": [
"10.5",
"10.5"
],
"filament_retraction_length": [
"0.8",
"0.8"
],
"nozzle_temperature": [
"230",
"230"
],
"nozzle_temperature_initial_layer": [
"230",
"230"
],
"filament_deretraction_speed": [
"nil",
"nil"
@@ -64,6 +33,14 @@
"0",
"0"
],
"filament_long_retractions_when_cut": [
"nil",
"0"
],
"filament_max_volumetric_speed": [
"10.5",
"10.5"
],
"filament_ramming_volumetric_speed": [
"-1",
"-1"
@@ -72,6 +49,10 @@
"nil",
"nil"
],
"filament_retract_restart_extra": [
"nil",
"nil"
],
"filament_retract_when_changing_layer": [
"nil",
"nil"
@@ -80,6 +61,10 @@
"nil",
"nil"
],
"filament_retraction_length": [
"0.8",
"0.8"
],
"filament_retraction_minimum_travel": [
"nil",
"nil"
@@ -108,14 +93,6 @@
"Direct Drive Standard",
"Direct Drive High Flow"
],
"long_retractions_when_ec": [
"0",
"0"
],
"retraction_distances_when_ec": [
"0",
"0"
],
"filament_pre_cooling_temperature": [
"0",
"0"
@@ -124,10 +101,37 @@
"0",
"0"
],
"long_retractions_when_ec": [
"0",
"0"
],
"nozzle_temperature": [
"230",
"230"
],
"nozzle_temperature_initial_layer": [
"230",
"230"
],
"overhang_fan_threshold": [
"25%"
],
"retraction_distances_when_ec": [
"0",
"0"
],
"slow_down_layer_time": [
"10"
],
"compatible_printers": [
"Bambu Lab H2S 0.4 nozzle",
"Bambu Lab H2S 0.6 nozzle",
"Bambu Lab H2S 0.8 nozzle"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"additional_cooling_fan_speed": [
"100"
]
}