Toggle navigation
Categories
Discussions
About Us
Privacy Policy
Sign In
Home
›
Repetier-Firmware
ZHOME_X/Y_POS - How it works?
thiagopeixoto16
March 2017
in
Repetier-Firmware
Hello,
In order to make the "G28 Z" always home on 40;40 coordinates I tried the following:
#define
ZHOME_X_POS 40
#define
ZHOME_Y_POS 40
But no matter what I do it is homing at 0;0, right after the HOMING_ORDER HOME_ORDER_XYZ
Whats wrong in this case?
Comments
MartinH
March 2017
Use X,Y,preheat then Z
thiagopeixoto16
March 2017
Is that the only way? Because I don't want to have the preheat.
MartinH
March 2017
You can set the preheat =0 to dissable it
thiagopeixoto16
March 2017
Good point!
Is that how it is intended to be? I mean, is that HOME POS designed to work only with preheat?
Sign In
or
Register
to comment.
Comments
Is that how it is intended to be? I mean, is that HOME POS designed to work only with preheat?