Homing settings @ zero. Extruder zips all over on run.
Repetier-Host Mac V1.1.0 (104) I set HOME at zero. I HOME all. I expect the present placement of the extruder to be HOME. X Y & Z home settings are black, meaning the extruder position is known to the printer.
My bed is 100 mm X 100 mm. When I RUN (on several different .stl files) my extruder goes to max Y and hangs and buries itself into the bed @ -5 Z. Are there instructions in the g-code that moves the extruder past the print start point? Seems unlikely. What am I missing? Newbie.
My bed is 100 mm X 100 mm. When I RUN (on several different .stl files) my extruder goes to max Y and hangs and buries itself into the bed @ -5 Z. Are there instructions in the g-code that moves the extruder past the print start point? Seems unlikely. What am I missing? Newbie.
Comments
Firmware normally prohibits move to unallowed coordinates after homing so first question is why it does not.
Then you can read the gcode or just actvate log in commands to see what got send to printer to see why it does the move.
Moves are G0 and G1 commands with X, Z, Z as destination so easy to read if that move is in the gcode.