Open sebb3 opened 1 month ago
Every time a start a print from mainsail or orcaslicer, I get
error: typ = WebRequestError, code = 10011703, message = unknown filament in extruder
First I thought there was some stuck filament in the printhead, but the problem doesnt occur when starting the print from the touchscreen.
Is this because it doesnt know which filament slot to push, and is there a way to configure it through some custom g code?
Basically, since this happens every time it makes this whole concept pointless, so I suppose others dont have this issue?
Just add T{initial_extruder} to your start G-Code. Filament change: T{next_extruder}
T{initial_extruder}
T{next_extruder}
Every time a start a print from mainsail or orcaslicer, I get
error: typ = WebRequestError, code = 10011703, message = unknown filament in extruder
First I thought there was some stuck filament in the printhead, but the problem doesnt occur when starting the print from the touchscreen.
Is this because it doesnt know which filament slot to push, and is there a way to configure it through some custom g code?
Basically, since this happens every time it makes this whole concept pointless, so I suppose others dont have this issue?