Hi
So i was all happy to get my filament sensor hooked up and working, but last night a print failed, and the extruder seemed buried in the print...
Needless to say I was perplexed.... I had used the pause function many times, and had tested with the filament sensor and thought it was working fine.
Did some testing this afternoon.
My pause G code is:
G91; Set Relative positioning
G1 E-8 F1800; retract filament
G1 Z30
M104 S130
G90; return to absolute positioning
This works perfectly fine if I hit pause from Repetier Server. Head moves up 30mm, 8 mm of retraction and set the temperature down, in case its sitting for a long time till i get to it.
However, If the filament sensor detects a Jam, the extruder moves to Z30 absolute and there is about 40mm or so of retraction. Needless to say, this can break thing by jamming the extruder into the print.
Why does this happen and can it be fixed?
I am about to test with specifying a safe absolute coordinate system position, but I shouldn't have to. In general i would think short moves for the pause mean less potential error, but thats probably irrelevant.
FYI I am printing on a Kossel Clear with 0.92.9
Thanks