mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 06:41:14 -06:00
Fix some issues that some option changes won't tirgger slice status
This commit is contained in:
parent
e641903b16
commit
da47d0f79e
20 changed files with 47 additions and 35 deletions
|
@ -6,6 +6,7 @@
|
|||
"instantiation": "true",
|
||||
"inherits": "fdm_elegoo_common",
|
||||
"printer_model": "Elegoo Neptune 4 Pro",
|
||||
"gcode_flavor": "klipper",
|
||||
"default_print_profile": "0.20mm Standard @Elegoo Neptune4Pro (0.8 nozzle)",
|
||||
"nozzle_diameter": ["0.8"],
|
||||
"printer_variant": "0.8",
|
||||
|
@ -28,7 +29,7 @@
|
|||
"machine_max_jerk_x": ["12", "12"],
|
||||
"machine_max_jerk_y": ["12", "12"],
|
||||
"machine_max_jerk_z": ["0.2", "0.4"],
|
||||
"max_layer_height": ["0.28"],
|
||||
"max_layer_height": ["0.6"],
|
||||
"min_layer_height": ["0.08"],
|
||||
"printer_settings_id": "Elegoo",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
|
@ -37,7 +38,7 @@
|
|||
"retraction_speed": ["25"],
|
||||
"retract_length_toolchange": ["2"],
|
||||
"deretraction_speed": ["0"],
|
||||
"single_extruder_multi_material": "0",
|
||||
"single_extruder_multi_material": "1",
|
||||
"change_filament_gcode": "",
|
||||
"machine_pause_gcode": "M0",
|
||||
"default_filament_profile": ["Elegoo Generic PLA @0.8 nozzle"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue