Mini height sensor
-
As explained in the link I posted, you need to delete the deployprobe and retractprobe.g files from your SD card. You can do this from the web interface System Files Editor. Those are sample files that shipped on the SD card with firmware 1.18 and earlier.
-
have mosly working now exept after reboots wene have to home z the red light is flashing and reading but keeps going into bed to deep.
; Endstops
M574 Y1 S0 ; Define active low and unused microswitches
M574 X2 S1 ; Define active high microswitches
M558 P2 X0 Y0 Z0 H5 F120 T6000 ; Set Z probe type to modulated, the axes for which it is used and the probe + travel speeds
G31 P600 X0 Y0 Z2.26 ; Set Z probe trigger value, offset and trigger height
M557 X15:185 Y15:185 S20 ; Define mesh grid; homez.g
; called to home the Z axis
G91 ; relative mode
G1 Z4 F200 ; raise head 4mm to ensure it is above the Z probe trigger height
G90 ; back to absolute mode
G1 X100 Y100 F2000 ; put head over the centre of the bed, or wherever you want to probe
G30 ; lower head, stop when probe triggered and set Z to trigger height
; Drives -
M558 P2 should be P1 with the IR sensor, shouldn't it?
-
changed p2 to p1 and no difrance
-
Please follow the commissioning instructions precisely, the section headed "Testing with Duet electronics". Your M558 P parameter was wrong, and so is your G31 P parameter.
-
did all of that and tested good if mean the paper test and numbers changing 400s to 500s, its working and can calabrate it and works right reading the bed and setting the g31 command.
but any time i have to rehome z it dosnt stop on time even after lights up -
Have you corrected the P parameter in the G31 command your config.g file yet?
-
G31 P600 X0 Y0 Z2.26 ; Set Z probe trigger value, offset and trigger height
M557 X15:185 Y15:185 S20 ; Define mesh gridya changed the z to 2.26 if that was right place
i thought somthing in hear should state that or be changed to match, or do i get rid of this file also
; homez.g
; called to home the Z axis
G91 ; relative mode
G1 Z4 F200 ; raise head 4mm to ensure it is above the Z probe trigger height
G90 ; back to absolute mode
G1 X100 Y100 F2000 ; put head over the centre of the bed, or wherever you want to probe
G30 ; lower head, stop when probe triggered and set Z to trigger height -
https://miscsolutions.wordpress.com/mini-height-sensor-board/
Testing with Duet electronics
Very first line.
In your config.g file, use probe type P1 in your M558 command and trigger threshold P500 in your G31 command.
-
k working thank you
; General preferences
M111 S0 ; Debugging off
G21 ; Work in millimetres
G90 ; Send absolute coordinates…
M83 ; ...but relative extruder moves
M555 P1 ; Set firmware compatibility to look like RepRapFirmare
M208 X0 Y0 Z0 S1 ; Set axis minima
M208 X200 Y200 Z200 S0 ; Set axis maxima