Is there a way to simulate the homed condition without motors and limits installed?
I have developed python code to control an Arduino with Repetier firmware for a camera control application.
I do not always have access to the entire mechanical system with motors and limit switches, but I do have a spare Arduino and would like to be able to continue python development even when I don't have the entire system available.
Is there a way to make the Repetier firmware believe the system is in the homed condition?
Thank you for your time.
I do not always have access to the entire mechanical system with motors and limit switches, but I do have a spare Arduino and would like to be able to continue python development even when I don't have the entire system available.
Is there a way to make the Repetier firmware believe the system is in the homed condition?
Thank you for your time.
Comments
G92 X0 Y0 Z0
and that is tratet as origin for following moves.
#define MOVE_X_WHEN_HOMED 0
#define MOVE_X_WHEN_HOMED 1