Toggle navigation
Categories
Discussions
About Us
Privacy Policy
Sign In
Home
›
Repetier-Server
›
General
movement disable until homing
swapsan
February 2019
in
General
I want to disable any manual movement until homing is done on my repetier server how can I do this ?
Comments
RAyWB
February 2019
you should do that in Firmware.
in configuration.h
#define
MOVE_X_WHEN_HOMED 0
#define
MOVE_Y_WHEN_HOMED 0
#define
MOVE_Z_WHEN_HOMED 0
change Value from 0 to 1 that should do the trick
swapsan
March 2019
Thanks
swapsan
March 2019
I can’t find this in my v092 firmware
RAyWB
March 2019
seems this feature started with version 1.0
swapsan
March 2019
1.0 available for ramps1.4?
RAyWB
March 2019
just use the actual version, think it´s 1.04.
Yes, ramps is supported
Repetier
March 2019
Use dev version, that is 1.0.4 and has the potions. 1.0.3 is official stable and also has it.
Sign In
or
Register
to comment.
Comments
#define MOVE_Y_WHEN_HOMED 0
#define MOVE_Z_WHEN_HOMED 0