Hi!
I just purchased Simplify3D and I have some problems with the custom start and end Gcode provided by my printed manufacturer (bq hephestos 2)
The code for the start is:
; – START GCODE –
M104 S{material_print_temperature} ; Heat up extruder while leveling
M800 ; Custom GCODE to fire start print procedure
M109 S{material_print_temperature} ; Makes sure the temperature is correct before printing
; – end of START GCODE –
And for the end:
; – END GCODE –
M801 ; Custom GCODE to fire end print procedure
; – end of END GCODE –
This is for Cura 2.3.0-Beta version. In Simplify3D I just see that the material_print_temperature is set by using the value $ so, the whole custom start gcode should be:
; – START GCODE –
M104 S$ T#;
M800 ; Custom GCODE to fire start print procedure
M109 S$ T#; Makes sure the temperature is correct before printing
; – end of START GCODE –
The printer does the bed leveling procedure at 200ºC (the same temperature that uses to do). After that, the temperature raises up to 205ºC (the temperature set for the first layer). So, up to here, everything is great.
The problem is, after going up to 205º, the target temperature drops to 0º, and the printer starts to cool itself.
Do you know what can I do to fix this?
Thanks!
