Z-Probing of Delat printer.
Hi Repetier:
I'm building a delta printer.
the board is Arduino Due with RAMPS-FD V2.
the repetier-firmware vision is 0.92.9.
#define BED_LEVELING_METHOD 1
#define BED_CORRECTION_METHOD 0
I followed the video "Z-Leveling for Delta Printers with Repetier-Firmware".
My step is (follow the video ):
M321
G131
M99 X0
M99 Y0
M99 Z0
G132 S1
G32 S2
G1 Z5
then "Tools"->"Bed Height Map"->"Measure Heights", Result to Clipboard as follows:
X: -50.00 -25.00 0.00 25.00 50.00
y: 50.00 6.58 5.61 5.27 5.63 6.64
y: 25.00 5.60 4.63 4.37 4.72 5.69
y: 0.00 5.23 4.34 4.02 4.39 5.36
y: -25.00 5.56 4.70 4.38 4.69 5.58
y:- 50.00 6.58 5.68 5.41 5.65 6.47
G29 or G33 (I have test the two Command)
G1 Z5
then "Tools"->"Bed Height Map"->"Measure Heights"......
After all the steps,I execute the following command:
G1 X0 Y0 Z5 (the distance between nozzle and bed is 5mm)
G1 X50 (but the distance between nozzle and bed is above 6mm)
G1 X-50 (but the distance between nozzle and bed is above 6mm)
G1 Y50 (but the distance between nozzle and bed is above 6mm)
G1 Y-50 (but the distance between nozzle and bed is above 6mm)
Why it doesn't make z axis go up/down while moving in x/y direction to compensate the tilt?
Thanks!
Comments