prusa3d / PrusaSlicer-settings

Prusa3D specific settings for the Slic3r Prusa Edition
GNU Affero General Public License v3.0
357 stars 203 forks source link

Single Extruder Multi Material Option injects M907 into Gcode #47

Closed GrkMunga closed 6 years ago

GrkMunga commented 6 years ago

Enabling the Single Nozzle Multi Material option in Printer Settings causes the M907 command to be inserted into the gcode. This causes the Wifi Duet to enter an error state and stop the print. Oddly tho it the M907 command is only inserted when the option is enabled. When disabled, that command is nowhere to be seen in the gcode. Attached is an example of the gcode but with the option enabled and disabled.

Gcode.zip

Enabling the Single Nozzle Multi Material setting is the only way to create a purge block as without it, it will never appear.

GrkMunga commented 6 years ago

Closing this down. Figured it may be a bug and not a setting issue. Moved to the prusa3d/Slic3r instead.