Page 1 of 1
Rostock: after the print
Posted: Mon Apr 22, 2013 5:06 pm
by grayd
When my Rostock MAX finishes a print, it returns to the top and then goes crazy swinging to one side. My concern is when it swings to the side, I can hear the drive belts skipping on the toothed pulley. This can't be good. I tried to manually enter an "all stop" code at the end of the gcode, but it didn't help. So, any idea how to stop the crazy swing?
Thanks....
Re: Rostock: after the print
Posted: Mon Apr 22, 2013 5:27 pm
by dbarrans
There's an option in Repetier Host's printer config to go to a specific position after the print. As preconfigured, this moves to an X offset. You need to turn this off. When in home position, the print head can't move in X or Y without trying to push one or more carriages up past the endstop. The Marlin firmware isn't smart enough to prevent this.
Unfortunately this leads to a discouraging first print when the printer tries to self-destruct. Not a good first impression.
- dan
Re: Rostock: after the print
Posted: Mon Apr 22, 2013 5:31 pm
by foshon
dbarrans wrote:There's an option in Repetier Host's printer config to go to a specific position after the print. As preconfigured, this moves to an X offset. You need to turn this off. When in home position, the print head can't move in X or Y without trying to push one or more carriages up past the endstop. The Marlin firmware isn't smart enough to prevent this.
Unfortunately this leads to a discouraging first print when the printer tries to self-destruct. Not a good first impression.
- dan
The firmware does what it is told, plain and stupid. Disable the park after print complete feature in repetier host. Add "G0 Z(your machines max height, mine is) 360.9. Should fix the issue.
Re: Rostock: after the print
Posted: Mon Apr 22, 2013 6:15 pm
by Eaglezsoar
Foshon:
Good advice. You're learning fast. Thanks for helping out. You have become a real asset to the forum and I
just wanted to thank you.
Carl
Re: Rostock: after the print
Posted: Mon Apr 22, 2013 8:34 pm
by jesse
foshon wrote:dbarrans wrote:There's an option in Repetier Host's printer config to go to a specific position after the print. As preconfigured, this moves to an X offset. You need to turn this off. When in home position, the print head can't move in X or Y without trying to push one or more carriages up past the endstop. The Marlin firmware isn't smart enough to prevent this.
Unfortunately this leads to a discouraging first print when the printer tries to self-destruct. Not a good first impression.
- dan
The firmware does what it is told, plain and stupid. Disable the park after print complete feature in repetier host. Add "G0 Z(your machines max height, mine is) 360.9. Should fix the issue.
G28 works fine too
Re: Rostock: after the print
Posted: Tue Apr 23, 2013 1:00 pm
by grayd
Okay, thanks for the technical support. To solve I went in to Repetier Host, selected the "Config" pulldown menu, clicked on "printer settings" (cntrl + p) and clicked on the "printer" tab (second tab over) and then unchecked the box next to "Go to Park Setting After Job/Kill" then clicked Apply and OK. Problem solved. Thanks everyone.
Re: Rostock: after the print
Posted: Tue Apr 23, 2013 5:28 pm
by foshon
Eaglezsoar wrote:Foshon:
Good advice. You're learning fast. Thanks for helping out. You have become a real asset to the forum and I
just wanted to thank you.
Carl
Aww thx, usually I'm just a real ass.
