Problem with Repetier-Host at end of print
Posted: Sun Feb 24, 2013 1:33 am
I'm still working thru some calibration problems. But I am having a bad issue at the end of all my prints.
After the print finishes it moves to home as expected. Hits the end stops, then each axis homes. And as soon as it finishes homing the head tries to move all the way to the "+X" max. While doing so the Y axis tries to drive up thru the end stop. Is anyone else having this problem? I don't want this continue to chew up my belt, or break something.
In my Slicer configuration this is my custom G-code in my printer settings:
"Start G-code"
G28
"End G-code"
M104 S0 ; turn off temperature
M140 S0 ;turn off bed
G28
"Layer Change G-code"
N/A
Nothing telling it to do any kind of "X" move
Also here is a little snip-it of the code at the end of a random program.
G1 X10.169 Y-8.256 E3857.78550
G1 X-10.169 Y-8.256 E3859.16208
M107
M104 S0 ; turn off temperature
M140 S0 ; turn off bed
G28
; filament used = 3859.2mm (9.0cm3)
Any suggestions?
After the print finishes it moves to home as expected. Hits the end stops, then each axis homes. And as soon as it finishes homing the head tries to move all the way to the "+X" max. While doing so the Y axis tries to drive up thru the end stop. Is anyone else having this problem? I don't want this continue to chew up my belt, or break something.
In my Slicer configuration this is my custom G-code in my printer settings:
"Start G-code"
G28
"End G-code"
M104 S0 ; turn off temperature
M140 S0 ;turn off bed
G28
"Layer Change G-code"
N/A
Nothing telling it to do any kind of "X" move
Also here is a little snip-it of the code at the end of a random program.
G1 X10.169 Y-8.256 E3857.78550
G1 X-10.169 Y-8.256 E3859.16208
M107
M104 S0 ; turn off temperature
M140 S0 ; turn off bed
G28
; filament used = 3859.2mm (9.0cm3)
Any suggestions?