Thank you so much! @Phaedrux
Great Call! i've inverted 3dTouch white and black wire and now the sensor works.
Now I am Following this:
https://docs.duet3d.com/User_manual/Connecting_hardware/Z_probe_testing
I send these commands:
- M561
- M564 S0
- G92 Z0
- G30 S-1 Stopped at height 1.510 mm
- edited in congif.g
---> G31 P550 X-40 Y-5 Z1.51
- Reboted
Now I will like to level the bed and print, i am
- homing X (not configured for BLtouch)
- homing Y (not configured for BLtouch)
- homing Y (not configured for BLtouch)
- HomeAll (not sure why the home is in the middle of the bed)
- True Bed leveling G32 (should I use this or the other?)
- HomeAll (not sure why the home is in the middle of the bed)
- Print
I am wondering:
- Is that the correct way of leveling?
- is there something wrong in my configuration?
- I am also wondering why the homeAll is going in the middle?
- should I edit also the homeX, homeY, HomeZ?
- Is there any video/tutorial/info on how to level the bed?
homeall.g
G91
G1 H2 Z5 F6000
G1 H1 X-240 Y-240 F1800
G1 H2 X5 Y5 F6000
G1 H1 X-240 Y-240 F360
G90 ; JP ADDED
G1 X150 Y150 ; JP ADDED
G30 ; JP ADDED
HomeX,Y,Z
; homex.g HomeX
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X-240 F1800 ; move quickly to X axis endstop and stop there (first pass)
G1 H2 X5 F6000 ; go back a few mm
G1 H1 X-240 F360 ; move slowly to X axis endstop once more (second pass)
G1 H2 Z-5 F6000 ; lower Z again
G90 ; absolute positioning; homex.g
; homey.g HomeY
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 Y-240 F1800 ; move quickly to Y axis endstop and stop there (first pass)
G1 H2 Y5 F6000 ; go back a few mm
G1 H1 Y-240 F360 ; move slowly to Y axis endstop once more (second pass)
G1 H2 Z-5 F6000 ; lower Z again
G90 ; absolute positioning
; homez.g HomeZ
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 Z-255 F1800 ; move Z down until the endstop is triggered
G92 Z0 ; set Z position to axis minimum (you may want to adjust this)
config.g
M558 P9 H5 F120 T6000 C"^probe"
M950 S0 C"Servo0"
G31 P550 X-40 Y-5 Z1.51
M557 X50:180 Y50:210 S40
config-override.g
; config-override.g file generated in response to M500 at 2021-01-20 10:10
; This is a system-generated file - do not edit
; Heater model parameters
M307 H0 R2.429 C140.000:140.000 D5.50 S1.00 V0.0 B0
M307 H1 R2.429 C140.000:140.000 D5.50 S1.00 V0.0 B0
; Workplace coordinates
G10 L2 P1 X0.00 Y0.00 Z0.00
G10 L2 P2 X0.00 Y0.00 Z0.00
G10 L2 P3 X0.00 Y0.00 Z0.00
G10 L2 P4 X0.00 Y0.00 Z0.00
G10 L2 P5 X0.00 Y0.00 Z0.00
G10 L2 P6 X0.00 Y0.00 Z0.00
G10 L2 P7 X0.00 Y0.00 Z0.00
G10 L2 P8 X0.00 Y0.00 Z0.00
G10 L2 P9 X0.00 Y0.00 Z0.00
M486 T0M486 S-1