3d Touch Calibration
Posted: Tue Mar 07, 2017 6:44 pm
Hi,
I'm think to stupid to callibrate the 3d Touch with Geeetech Prusa I3 Pro B.
If i do so :
M851 ; note the number
M851 Z0 ; set the offset to zero
G28
G1 Z0
The LCD display should show Z = 0
until here all OK but this dont work:
From the display go to the Menu then Prepare/Move axis/0.1mm/Move Z
I cant drive the Z Axis to a negative position
So i have testet to find the right position with :
M851 Z-1.5 ; to set the offset you got in the previous step.
Here was the problem that i have allways get this answer from the Printer:
echo:Z Offsetz_min: -15z_max: -5
to solve this issue i have canged this in the firmware
#define Z_PROBE_OFFSET_RANGE_MAX -0 // andy war -5
after this i can set the offset but if this the right way to solve this issue im not shure.
maybee someone can help me here ?
regards
Andy
I'm think to stupid to callibrate the 3d Touch with Geeetech Prusa I3 Pro B.
If i do so :
M851 ; note the number
M851 Z0 ; set the offset to zero
G28
G1 Z0
The LCD display should show Z = 0
until here all OK but this dont work:
From the display go to the Menu then Prepare/Move axis/0.1mm/Move Z
I cant drive the Z Axis to a negative position
So i have testet to find the right position with :
M851 Z-1.5 ; to set the offset you got in the previous step.
Here was the problem that i have allways get this answer from the Printer:
echo:Z Offsetz_min: -15z_max: -5
to solve this issue i have canged this in the firmware
#define Z_PROBE_OFFSET_RANGE_MAX -0 // andy war -5
after this i can set the offset but if this the right way to solve this issue im not shure.
maybee someone can help me here ?
regards
Andy