My printer isn't heating up

I have a new install and my printer is not heating up.

I have the temperature set in the material for 240C and the bed set to 80C.

When I slice anything and check the GCode there is nothing specifying the temperatures so the printer tries to print the file cold.

Could this be something to do with my start GCode?

slicers do look at the start code and decide not to heat the bed and extruder if they see commands to do it in the start code…I see you have them but they are commented…maybe the slicer parsing of the start commands doesn’t understand the “;” and thinks you have heating commands…maybe try just deleting them from the start code?

You are right, the parser wasn’t recognizing that the temperatures were commented out so it wasn’t adding them.

I have logged https://github.com/AstroPrint/AstroBox/issues/255 regarding this issue.

1 Like