Page 1 of 1

Rostock 301 home sequence after printing

Posted: Sun Feb 05, 2017 9:01 pm
by Armstrong
My Rostock 301 does print well however when homeing after print, it always try to home X axis first while holding the Y and Z axis motor steady. The homing could never been complete as the X axis could only go half way to the home postion and stuck there.
Manully homing could be completed without problem.

Re: Rostock 301 home sequence after printing

Posted: Fri Feb 10, 2017 4:01 pm
by bang
Check your End Gcode,it should be "G28" not being "G28 X0 Y0 Z0".

Re: Rostock 301 home sequence after printing

Posted: Tue Feb 14, 2017 7:57 pm
by Armstrong
Thanks bang, the problem has been solved. As I'm using Repetier, the default home sequence was 'G28 X0 ; home X axis', I have now updated with 'G28 ; home all axes' for all my configuration files.