Extruder heating up, then shuts off at print start (Cura)
-
Hello, I've been trying to get Cura to work with my Duet2 Wifi and everything starts off as normal (bed heats up, extruder heats up, the auto bed leveling, but once it starts to print the hot end shuts off (in the duet webcontrol hot end is "off") - I can turn it back to active manually but I assume there must be a work around for this.... anyone have any ideas?
Here's my start Gcode:
G21 ; set units to Millimetres
G90 ; absolute positioning
M82 ; set extruder to absolute mode
G92 E0 ; set extruder position to 0
G28 ; Home all axis
G32 ; Auto bed leveling
G29 ; start auto-leveling sequence
G29 S1 ;load the bed level map
G92 E0 ;Head to the start of the next path -
Can you post the first 50 lines or so of a sliced gcode file?
Can you also post your config.g and let us know what firmware you have installed? The contents of homeall.g and bed.g could be relevant as well.
-
This post is deleted!