Disabling Endstops/Defaulting to Certain Coordinates? April 21, 2017 07:31PM |
Registered: 7 years ago Posts: 75 |
Re: Disabling Endstops/Defaulting to Certain Coordinates? April 22, 2017 02:19AM |
Registered: 7 years ago Posts: 5,232 |
Re: Disabling Endstops/Defaulting to Certain Coordinates? April 22, 2017 08:36AM |
Registered: 7 years ago Posts: 75 |
Quote
o_lampe
G28 Z G92 X0 Y0
That will do the trick, as I also have no endstops in my CoreXY yet.
You can also place jumpers between gnd and the X/Y endstop pins to fake an imidiately triggered endstop. Then you can use "G28" for all axis.
Re: Disabling Endstops/Defaulting to Certain Coordinates? April 22, 2017 08:36AM |
Registered: 7 years ago Posts: 75 |
Quote
o_lampe
G28 Z G92 X0 Y0
That will do the trick, as I also have no endstops in my CoreXY yet.
You can also place jumpers between gnd and the X/Y endstop pins to fake an imidiately triggered endstop. Then you can use "G28" for all axis.
Re: Disabling Endstops/Defaulting to Certain Coordinates? April 22, 2017 08:36AM |
Registered: 7 years ago Posts: 75 |
Quote
o_lampe
G28 Z G92 X0 Y0
That will do the trick, as I also have no endstops in my CoreXY yet.
You can also place jumpers between gnd and the X/Y endstop pins to fake an imidiately triggered endstop. Then you can use "G28" for all axis.
Re: Disabling Endstops/Defaulting to Certain Coordinates? April 22, 2017 08:36AM |
Registered: 7 years ago Posts: 75 |
Quote
o_lampe
G28 Z G92 X0 Y0
That will do the trick, as I also have no endstops in my CoreXY yet.
You can also place jumpers between gnd and the X/Y endstop pins to fake an imidiately triggered endstop. Then you can use "G28" for all axis.
Re: Disabling Endstops/Defaulting to Certain Coordinates? May 30, 2017 08:15AM |
Registered: 9 years ago Posts: 153 |
setup()in your personal copy:
LOOP_XYZ(i) axis_known_position = axis_homed = true;