This is kind of a follow-up thread to this one.
I got the Astrobox set up, and the pinter connected after using @Daniel’s tip.
I can heat everything up, move all 3 axis, and control the fan. But as soon as I start a new print, the printer’s controls freeze up, before the extruder even heats up. The “Printer Controls” stop working, but I’m still getting the current temp of both the bed and extruder.
Here’s all the useful info I can think of:
Start Commands:
M104 S{print_temperature}; set the extruder temp and wait
M109 S[extruder0_temperature] ; set extruder temperature and wait for temp
M140 S{print_bed_temperature}
;M190 S[bed0_temperature] ; Wait for Bed Temperature
G28 ; home all axes
M190 S{print_bed_temperature} ; set the extruder temp and wait
M109 S{print_temperature}
G80 ; Probe
G1 Z5 F5000 ; lift nozzle
Temp Slic3r Settings:
Ext. Temp(first and other layers): 185
Bed. Temp(first and other layers): 40 (Was 0, changed to 40 to check if that’s the problem)
Thanks a lot!