mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
Disable the cooling moves for snapmaker printers (#3081)
disable the cooling moves for snapmaker printers
This commit is contained in:
parent
2174cd6999
commit
62bd10a27c
2 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@
|
|||
"0"
|
||||
],
|
||||
"filament_cooling_moves": [
|
||||
"4"
|
||||
"0"
|
||||
],
|
||||
"filament_cooling_initial_speed": [
|
||||
"2.2"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"enable_filament_ramming": "0",
|
||||
"nozzle_volume": "0",
|
||||
"cooling_tube_retraction": "0",
|
||||
"cooling_tube_length": "8",
|
||||
"cooling_tube_length": "0",
|
||||
"parking_pos_retraction": "0",
|
||||
"extra_loading_move": "-2",
|
||||
"high_current_on_filament_swap": "0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue