Some help with Bltoutch
-
hehe i missread your post a bit, about heater 3 and 4, that was one of the mistakes i made i can see now
-
@Chrabban
is it working now? -
sadly no, the prob is just sitting there red and inside, it wont drop, it started to go down and wanted to probe but that is not a good idea if the prob hasent droped so i had to turn it of so it dosent destroy my bed
-
Please post your homez.g, homeall.g, deployprobe.g and retractprobe.g files.
-
okey
; homez.g
; called to home the Z axis
;
; generated by RepRapFirmware Configuration Tool v2.1.4 on Fri Dec 27 2019 22:36:43 GMT+0100 (centraleuropeisk normaltid)
G91 ; relative positioning
G1 H2 Z5 F3900 ; lift Z relative to current position
G90 ; absolute positioning
G1 H2 X20 Y75 F3900 ; go to first probe point
G30 ; home Z by probing the bed; Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 H2 Z5 F65 ; lift Z relative to current position
;G90 ; absolute positioning; homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool v2.1.4 on Fri Dec 27 2019 22:36:43 GMT+0100 (centraleuropeisk normaltid)
G91 ; relative positioning
G1 H2 Z5 F3900 ; lift Z relative to current position
G1 H1 X-305 Y-305 F1800 ; move quickly to X and Y axis endstops and stop there (first pass)
G1 H2 X5 Y5 F3900 ; go back a few mm
G1 H1 X-305 Y-305 F360 ; move slowly to X and Y axis endstops once more (second pass)
G90 ; absolute positioning
G1 H2 X20 Y75 F3900 ; go to first bed probe point and home Z
G30 ; home Z by probing the bed; Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 S2 Z5 F65 ; lift Z relative to current position
;G90 ; absolute positioning; deployprobe.g
; called to deploy a physical Z probe
;
; generated by RepRapFirmware Configuration Tool v2.1.4 on Fri Dec 27 2019 22:36:43 GMT+0100 (centraleuropeisk normaltid)
M280 P3 S10 ; deploy BLTouch; retractprobe.g
; called to retract a physical Z probe
;
; generated by RepRapFirmware Configuration Tool v2.1.4 on Fri Dec 27 2019 22:36:43 GMT+0100 (centraleuropeisk normaltid)
M280 P3 S90 ; retract BLTouch -
@Chrabban said in Some help with Bltoutch:
M280 P3 S10
so when you issue this command manually nothing happens?
there have been many reports with bad cabling on the bltouch side. check the crimp job of those wires.
-
Nothing happens when i try that command
Allt the cables is good, just tried them with my multimeter -
And you're certain you're using heater pin 3 as the servo control pin?
And you're certain you have the heater pin 3 unbound as a heater in config.g?
And you're certain you have no commands for heater pin 3 in config-override.g? -
As you are not using a DueX expansion board, you need to add parameter I1 (that's letter-i digit-1) to the M280 commands in deployprobe.g and retractprobe.g. See https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_Software_setup_Duet_2_WiFi_Ethernet_running_RepRapFirmware_Num_2.
-
it is working now it was the I1 that was the last thing, tnx for all the help