metalman3797 / Cura-Dremel-Printer-Plugin

Dremel Idea Builder plugin for Cura version 3.x and onward. This plugin enables the user to use the Dremel Ideabuilder 3D20, 3D40, and 3D45 printers and use Cura to export the proprietary .g3drem files.
GNU Lesser General Public License v3.0
57 stars 10 forks source link

Block M117 from being written to g3drem files (fix for Issue #94) #98

Closed timmehtimmeh closed 2 months ago

timmehtimmeh commented 1 year ago

This PR onto the develop (not stable) branch updates the plugin to ver 0.8.2 and adds an exclude_gcode list that prevents certain incompatible gcodes from being written to the file. This is a workaround for the 3D45 stopping a print when it encounters an M117 gcode in a file. After updating to this plugin the temperature tower can be correctly printed on a 3D45 when using a .g3drem file, as the M117 command that stops a print is no longer written to the file.

This PR also adds @https://github.com/Fishhooks1945 to the list of contributors.

timmehtimmeh commented 2 months ago

Closing as the release of 1.0.0 supersedes this PR