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
|
@ -7,6 +7,7 @@
|
|||
"inherits": "fdm_elegoo_common",
|
||||
"printer_model": "Elegoo Neptune 4 Pro",
|
||||
"default_print_profile": "0.20mm Standard @Elegoo Neptune4Pro (0.4 nozzle)",
|
||||
"gcode_flavor": "klipper",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
|
@ -36,7 +37,7 @@
|
|||
"machine_max_jerk_y": ["12", "12"],
|
||||
"machine_max_jerk_z": ["0.2", "0.4"],
|
||||
"max_layer_height": [
|
||||
"0.28"
|
||||
"0.32"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.08"
|
||||
|
@ -60,7 +61,7 @@
|
|||
"deretraction_speed": [
|
||||
"0"
|
||||
],
|
||||
"single_extruder_multi_material": "0",
|
||||
"single_extruder_multi_material": "1",
|
||||
"change_filament_gcode": "",
|
||||
"machine_pause_gcode": "M0",
|
||||
"default_filament_profile": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue