Home z-axis over bed instead of dump area Prusa
Is there a way to make the printer home Z at a particular position on the bed?
My homing order is set to XYZ. It homes X and Y to the dump area and then tries to home Z. There is physically no bed for the inductive sensor to read since the dump area is empty space.
Does it have anything to do with:
#define ZHOME_X_POS
My homing order is set to XYZ. It homes X and Y to the dump area and then tries to home Z. There is physically no bed for the inductive sensor to read since the dump area is empty space.
Does it have anything to do with:
#define ZHOME_X_POS
#define ZHOME_Y_POS
Comments
then you can enter the x y location to home Z 'XY Homing pos. for Z'
Repetier uses G32 for levelling
think the problem is that a check is occurring to find if the height of the extruder is high enough.
I thought this would solve it, but it didn't have an effect.
a) Start position does not allow activating z probe
b) z probe triggered before going down.
So make sure to go to a position where starting is possible.