mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-22 20:55:16 +00:00
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:
@@ -5,21 +5,6 @@
|
||||
"from": "system",
|
||||
"setting_id": "GFSS98_21",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"0.5",
|
||||
"0.5"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.2 nozzle"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"240",
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"240",
|
||||
"240"
|
||||
],
|
||||
"filament_deretraction_speed": [
|
||||
"nil",
|
||||
"nil"
|
||||
@@ -40,6 +25,10 @@
|
||||
"nil",
|
||||
"nil"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"0.5",
|
||||
"0.5"
|
||||
],
|
||||
"filament_ramming_volumetric_speed": [
|
||||
"-1",
|
||||
"-1"
|
||||
@@ -48,6 +37,10 @@
|
||||
"nil",
|
||||
"nil"
|
||||
],
|
||||
"filament_retract_restart_extra": [
|
||||
"nil",
|
||||
"nil"
|
||||
],
|
||||
"filament_retract_when_changing_layer": [
|
||||
"nil",
|
||||
"nil"
|
||||
@@ -88,14 +81,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"
|
||||
@@ -103,5 +88,24 @@
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"long_retractions_when_ec": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"240",
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"240",
|
||||
"240"
|
||||
],
|
||||
"retraction_distances_when_ec": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user