mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06:00
Adjusted Flashforge machine profiles (#2632)
* Added correct machine pause code for FlashForge printers Added machine pause code for Flashforge printers to support pause action in firmware 2.3.6-2.1.9-20231101 * Removed redundant gcodes for Flashforge profiles Removed redundant gcodes for Flashforge profiles as they are already added by Orca Slicer
This commit is contained in:
parent
5788fd30e7
commit
70f28ba3c1
6 changed files with 10 additions and 10 deletions
|
@ -120,7 +120,7 @@
|
|||
"silent_mode": "0",
|
||||
"single_extruder_multi_material": "1",
|
||||
"change_filament_gcode": "",
|
||||
"machine_pause_gcode": "PAUSE\n",
|
||||
"machine_pause_gcode": "M25",
|
||||
"wipe": [
|
||||
"1"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue