AstroPrint / AstroBox

AstroBox allows you to control your 3D Printer wirelessly
https://www.astroprint.com/products/p/astrobox-software
GNU Affero General Public License v3.0
157 stars 47 forks source link

If M140/M104 is in Start GCode and commented out slic3r doesn't set temperature #255

Closed MikeRatcliffe closed 7 years ago

MikeRatcliffe commented 7 years ago

For example, if this is in the START GCode:

;M117 Heating Bed and Extruder...
;M140 S80
;M104 S240

The parser doesn't recognize that the lines are commented out so when the file is sliced no temperatures are inserted and the printer will try to print cold.

CoDanny commented 7 years ago

The slicing process happens on the AstroPrint Cloud. Logged there.