Duet 2 Wifi Problems with BL Touch
-
Hi
I am new to 3D printing but have an ender 5 plus to which I have recently added the Duet 2 Wifi v 1.04.
Wiring has all gone well and everything seems to be in working order ... except for a couple of things :
BL Touch -I can home X and Y no problem But not Z it crashes into the nozzle whatever I do !
The probe deploys and retracts (M280 P0 S10/S90).
As I have not got past this I haven't looked at the other issue which will be the filament runout sensor!
Any Help would be much appreciated
This is my Config.G :
; Configuration file for Duet WiFi (firmware version 2.03)
; executed by the firmware on start-up
;
; original version generated by RepRapFirmware Configuration Tool v2.1.8 on Fri Apr 10 2020 21:58:05 GMT-0600 (Mountain Daylight Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P" Nick's ender 5 plus" ; set printer name
M552 S1
; Network
M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S1 ; enable Telnet; Drives
M569 P0 S0 ; physical drive 0 goes forewards
M569 P1 S0 ; physical drive 1 goes forewards
M569 P2 S1 ; physical drive 2 goes forewards
M569 P3 S1
M569 P4 S1 ; physical drive 3 goes forwards
M584 X0 Y1 Z2:4 E3 ; set drive mapping
; Settings w/o interpolation - commented out
;M350 X32 Y32 Z32 E128 I1 ; configure microstepping with interpolation
;M92 X160.00 Y160.00 Z1600.00 E3533 ; set steps per mm
;M566 X600.00 Y600.00 Z60.00 E300.00 ; set maximum instantaneous speed changes (mm/min)
;M203 X9000.00 Y9000.00 Z1200.00 E6000.00 ; set maximum speeds (mm/min)
;M201 X3000.00 Y3000.00 Z60.00 E250.00 ; set accelerations (mm/s^2)
; Settings w/ interpolation @ 16
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z800.00 E435 ; set steps per mm
M566 X600.00 Y600.00 Z30.00 E300.00 ; set maximum instantaneous speed changes (mm/min)
M203 X9000.00 Y9000.00 Z500.00 E6000.00 ; set maximum speeds (mm/min)
M201 X1500.00 Y1500.00 Z100.00 E1500.00 ; set accelerations (mm/s^2)
M906 X600 Y600 Z600 E600 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 X0 Y6 Z0 S1 ; set axis minima
M208 X350 Y350 Z400 S0 ; set axis maxima; Endstops
M574 Z1 S2 ; disabled end stop for z c
M574 X1 S1 P"xstop" ; active low endstop for x-axis
M574 Y1 S1 P"ystop" ; active low endstop for y-axis; Filament Sensor
M591 D0 P1 S1 C"e0stop"; Z-Probe
; Based on https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_Duet_2_WiFi_Ethernet_without_expansion_board
M307 H3 A-1 C-1 D-1
M280 P5 S10 I1 :c
M950 S0 C"exp.heater3" ; Set exp.heater3 (pin8 on expansion socket) as servo pin 0 for BLTouch c
M558 P9 C"^zprobe.in" H5 F120 T6000 A5 R0.1 X0 Y) Z1 ; set Z probe type to bltouch and the dive height + speeds c
G31 P500 X-28 Y-13 Z1.475 ; set Z probe trigger value, offset and trigger height c
M557 X60:300 Y30:300 S20 ; define mesh grid
M574 Z1 S2;c
M280 P5 S90 I1
; Sensors
; See https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview#Section_Pin_names_for_Duet_2_WiFi_Ethernet
; for pin names
M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; Bed Thermistor
; I replaced my original e0temp thermistor, so if you have stock, use the same values as bed
M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; Extruder Thermistor; Heaters
M950 H0 C"bedheat" T0 ; Create a heater using the bedheat output and the S0 temp sensor (bed heater)
M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
M143 H0 S120 ; set temperature limit for heater 0 to 120CC0.0000000706
M140 H0 ; Set heater H0 as the bed heater
M950 H1 C"e0heat" T1 ; Create a heater using the e0heat output and the S1 temp sensor (extruder 0)
M143 H1 S290 ; set temperature limit for heater 1 to 290C; Bed adjustment screw locations
M671 X316:316:46:46 Y295:35:295:35 P0.7 ; mark leveling screws at (316,295) (316,35) (46,295) (46,35); Fans
M950 F0 C"fan0" Q500 ; Set fan 0 to pin "fan0" with PWM freq 500 Hz
M106 P0 C"part-cooling" S0.65 H0 ; set fan 0 name and fan speed to 65%. Thermostatic control is turned on
M950 F1 C"fan1" Q500 ; Set fan 1 to pin "fan1" with PWM freq 500 Hz
M106 P1 C"hotend" S0.65 H-1 T100 ; set fan 1 name and fan speed. Thermostatic control is turned off
M950 F2 C"fan2" Q500 ; Set fan 2 to pin "fan2" with PWM freq 500 Hz
M106 P2 S0.85 H-1 ; set fan 2 speed. Thermostatic control is turned off; Tools
M563 P0 D0 H1 F0 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C; Custom settings are not defined
; Miscellaneous
M501 ; load saved parameters from non-volatile memory
M911 S12 R20 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss -
Can you send M122 and M98 P"config.g" in the Gcode console in DWC and post the results?
Can you post your homeall.g?
Can you post your deployprobe.g and retractprobe.g files?
Does M401 and M402 work to deploy and retract the pin?
-
@nicaris
Hi Thanks for responding THese are my config files.
M401 and 402 do not work (m280 does)m122
=== Diagnostics ===
RepRapFirmware for Duet 2 WiFi/Ethernet version 3.3 (2021-06-15 21:44:54) running on Duet WiFi 1.02 or later
Board ID: 0JD0M-9K662-MGPSN-6J1FD-3SJ6M-TBYAW
Used output buffers: 3 of 24 (11 max)
=== RTOS ===
Static ram: 23876
Dynamic ram: 75448 of which 12 recycled
Never used RAM 15080, free system stack 184 words
Tasks: NETWORK(ready,12.2%,237) HEAT(delaying,0.0%,314) Move(notifyWait,0.1%,364) MAIN(running,86.4%,441) IDLE(ready,1.4%,29), total 100.0%
Owned mutexes:
=== Platform ===
Last reset 00:01:10 ago, cause: power up
Last software reset at 2022-02-20 20:14, reason: User, GCodes spinning, available RAM 12048, slot 0
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
Error status: 0x00
Step timer max interval 0
MCU temperature: min 22.1, current 27.3, max 27.4
Supply voltage: min 24.0, current 24.1, max 24.2, under voltage events: 0, over voltage events: 0, power good: yes
Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
Driver 0: position 0, standstill, SG min/max not available
Driver 1: position 0, standstill, SG min/max not available
Driver 2: position 0, standstill, SG min/max not available
Driver 3: position 0, standstill, SG min/max not available
Driver 4: position 0, standstill, SG min/max not available
Driver 5: position 0
Driver 6: position 0
Driver 7: position 0
Driver 8: position 0
Driver 9: position 0
Driver 10: position 0
Driver 11: position 0
Date/time: 2022-02-21 09:36:00
Cache data hit count 2538616899
Slowest loop: 5.80ms; fastest: 0.17ms
I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
=== Storage ===
Free file entries: 10
SD card 0 detected, interface speed: 20.0MBytes/sec
SD card longest read time 4.9ms, write time 0.0ms, max retries 0
=== Move ===
DMs created 83, maxWait 0ms, bed compensation in use: none, comp offset 0.000
=== MainDDARing ===
Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== AuxDDARing ===
Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== Heat ===
Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
=== GCodes ===
Segments left: 0
Movement lock held by null
HTTP is idle in state(s) 0
Telnet is idle in state(s) 0
File is idle in state(s) 0
USB is idle in state(s) 0
Aux is idle in state(s) 0
Trigger is idle in state(s) 0
Queue is idle in state(s) 0
LCD is idle in state(s) 0
Daemon is idle in state(s) 0
Autopause is idle in state(s) 0
Code queue is empty.
=== Filament sensors ===
Extruder 0 sensor: ok
=== Network ===
Slowest loop: 40.21ms; fastest: 0.00ms
Responder states: HTTP(2) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
HTTP sessions: 1 of 8- WiFi -
Network state is active
WiFi module is connected to access point
Failed messages: pending 0, notready 0, noresp 0
WiFi firmware version 1.23
WiFi MAC address d8:f1:5b:0f:ff:9f
WiFi Vcc 3.35, reset reason Turned on by main processor
WiFi flash size 4194304, free heap 19344
WiFi IP address 192.168.1.49
WiFi signal strength -42dBm, mode none, reconnections 0, sleep mode modem
Clock register ffffffff
Socket states: 0 0 0 0 0 0 0 0
m122
=== Diagnostics ===
RepRapFirmware for Duet 2 WiFi/Ethernet version 3.3 (2021-06-15 21:44:54) running on Duet WiFi 1.02 or later
Board ID: 0JD0M-9K662-MGPSN-6J1FD-3SJ6M-TBYAW
Used output buffers: 3 of 24 (11 max)
=== RTOS ===
Static ram: 23876
Dynamic ram: 75448 of which 12 recycled
Never used RAM 15080, free system stack 184 words
Tasks: NETWORK(ready,12.2%,237) HEAT(delaying,0.0%,314) Move(notifyWait,0.1%,364) MAIN(running,86.4%,441) IDLE(ready,1.4%,29), total 100.0%
Owned mutexes:
=== Platform ===
Last reset 00:01:10 ago, cause: power up
Last software reset at 2022-02-20 20:14, reason: User, GCodes spinning, available RAM 12048, slot 0
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
Error status: 0x00
Step timer max interval 0
MCU temperature: min 22.1, current 27.3, max 27.4
Supply voltage: min 24.0, current 24.1, max 24.2, under voltage events: 0, over voltage events: 0, power good: yes
Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
Driver 0: position 0, standstill, SG min/max not available
Driver 1: position 0, standstill, SG min/max not available
Driver 2: position 0, standstill, SG min/max not available
Driver 3: position 0, standstill, SG min/max not available
Driver 4: position 0, standstill, SG min/max not available
Driver 5: position 0
Driver 6: position 0
Driver 7: position 0
Driver 8: position 0
Driver 9: position 0
Driver 10: position 0
Driver 11: position 0
Date/time: 2022-02-21 09:36:00
Cache data hit count 2538616899
Slowest loop: 5.80ms; fastest: 0.17ms
I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
=== Storage ===
Free file entries: 10
SD card 0 detected, interface speed: 20.0MBytes/sec
SD card longest read time 4.9ms, write time 0.0ms, max retries 0
=== Move ===
DMs created 83, maxWait 0ms, bed compensation in use: none, comp offset 0.000
=== MainDDARing ===
Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== AuxDDARing ===
Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== Heat ===
Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
=== GCodes ===
Segments left: 0
Movement lock held by null
HTTP is idle in state(s) 0
Telnet is idle in state(s) 0
File is idle in state(s) 0
USB is idle in state(s) 0
Aux is idle in state(s) 0
Trigger is idle in state(s) 0
Queue is idle in state(s) 0
LCD is idle in state(s) 0
Daemon is idle in state(s) 0
Autopause is idle in state(s) 0
Code queue is empty.
=== Filament sensors ===
Extruder 0 sensor: ok
=== Network ===
Slowest loop: 40.21ms; fastest: 0.00ms
Responder states: HTTP(2) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
HTTP sessions: 1 of 8- WiFi -
Network state is active
WiFi module is connected to access point
Failed messages: pending 0, notready 0, noresp 0
WiFi firmware version 1.23
WiFi MAC address d8:f1:5b:0f:ff:9f
WiFi Vcc 3.35, reset reason Turned on by main processor
WiFi flash size 4194304, free heap 19344
WiFi IP address 192.168.1.49
WiFi signal strength -42dBm, mode none, reconnections 0, sleep mode modem
Clock register ffffffff
Socket states: 0 0 0 0 0 0 0 0
homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu Feb 17 2022 16:47:45 GMT+0000 (Greenwich Mean Time)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X-355 Y-355 F1800 ; move quickly to X or Y endstop and stop there (first pass)
G1 H1 X-355 ; home X axis
G1 H1 Y-355 ; home Y axis
G1 X5 Y5 F6000 ; go back a few mm
G1 H1 X-355 F360 ; move slowly to X axis endstop once more (second pass)
G1 H1 Y-355 ; then move slowly to Y axis endstop
G90 ; absolute positioning
G1 X15 Y15 F6000 ; 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 Z5 F100 ; lift Z relative to current position
;G90 ; absolute positioning; deployprobe.g
; called to deploy a physical Z probe
;
; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu Feb 17 2022 16:47:45 GMT+0000 (Greenwich Mean Time)
M280 P5 S10 ; deploy BLTouch; retractprobe.g
; called to retract a physical Z probe
;
; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu Feb 17 2022 16:47:45 GMT+0000 (Greenwich Mean Time)
M280 P5 S90 ; retract BLTouch - WiFi -
-
Oops ! Forgot the following:
M98 P"config.g"
Error: in file macro line 12 column 7: M552: expected string expression
HTTP is enabled on port 80
FTP is disabled
TELNET is enabled on port 23
Error: Heater 3 not found -
@nicaris said in Duet 2 Wifi Problems with BL Touch:
@nicaris
Hi Thanks for responding THese are my config files.
M401 and 402 do not work (m280 does)m122
=== Diagnostics ===
RepRapFirmware for Duet 2 WiFi/Ethernet version 3.3 (2021-06-15 21:44:54) running on Duet WiFi 1.02 or later
Board ID: 0JD0M-9K662-MGPSN-6J1FD-3SJ6M-TBYAW
Used output buffers: 3 of 24 (11 max)
=== RTOS ===
Static ram: 23876
Dynamic ram: 75448 of which 12 recycled
Never used RAM 15080, free system stack 184 words
Tasks: NETWORK(ready,12.2%,237) HEAT(delaying,0.0%,314) Move(notifyWait,0.1%,364) MAIN(running,86.4%,441) IDLE(ready,1.4%,29), total 100.0%
Owned mutexes:
=== Platform ===
Last reset 00:01:10 ago, cause: power up
Last software reset at 2022-02-20 20:14, reason: User, GCodes spinning, available RAM 12048, slot 0
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
Error status: 0x00
Step timer max interval 0
MCU temperature: min 22.1, current 27.3, max 27.4
Supply voltage: min 24.0, current 24.1, max 24.2, under voltage events: 0, over voltage events: 0, power good: yes
Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
Driver 0: position 0, standstill, SG min/max not available
Driver 1: position 0, standstill, SG min/max not available
Driver 2: position 0, standstill, SG min/max not available
Driver 3: position 0, standstill, SG min/max not available
Driver 4: position 0, standstill, SG min/max not available
Driver 5: position 0
Driver 6: position 0
Driver 7: position 0
Driver 8: position 0
Driver 9: position 0
Driver 10: position 0
Driver 11: position 0
Date/time: 2022-02-21 09:36:00
Cache data hit count 2538616899
Slowest loop: 5.80ms; fastest: 0.17ms
I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
=== Storage ===
Free file entries: 10
SD card 0 detected, interface speed: 20.0MBytes/sec
SD card longest read time 4.9ms, write time 0.0ms, max retries 0
=== Move ===
DMs created 83, maxWait 0ms, bed compensation in use: none, comp offset 0.000
=== MainDDARing ===
Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== AuxDDARing ===
Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== Heat ===
Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
=== GCodes ===
Segments left: 0
Movement lock held by null
HTTP is idle in state(s) 0
Telnet is idle in state(s) 0
File is idle in state(s) 0
USB is idle in state(s) 0
Aux is idle in state(s) 0
Trigger is idle in state(s) 0
Queue is idle in state(s) 0
LCD is idle in state(s) 0
Daemon is idle in state(s) 0
Autopause is idle in state(s) 0
Code queue is empty.
=== Filament sensors ===
Extruder 0 sensor: ok
=== Network ===
Slowest loop: 40.21ms; fastest: 0.00ms
Responder states: HTTP(2) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
HTTP sessions: 1 of 8- WiFi -
Network state is active
WiFi module is connected to access point
Failed messages: pending 0, notready 0, noresp 0
WiFi firmware version 1.23
WiFi MAC address d8:f1:5b:0f:ff:9f
WiFi Vcc 3.35, reset reason Turned on by main processor
WiFi flash size 4194304, free heap 19344
WiFi IP address 192.168.1.49
WiFi signal strength -42dBm, mode none, reconnections 0, sleep mode modem
Clock register ffffffff
Socket states: 0 0 0 0 0 0 0 0
m122
=== Diagnostics ===
RepRapFirmware for Duet 2 WiFi/Ethernet version 3.3 (2021-06-15 21:44:54) running on Duet WiFi 1.02 or later
Board ID: 0JD0M-9K662-MGPSN-6J1FD-3SJ6M-TBYAW
Used output buffers: 3 of 24 (11 max)
=== RTOS ===
Static ram: 23876
Dynamic ram: 75448 of which 12 recycled
Never used RAM 15080, free system stack 184 words
Tasks: NETWORK(ready,12.2%,237) HEAT(delaying,0.0%,314) Move(notifyWait,0.1%,364) MAIN(running,86.4%,441) IDLE(ready,1.4%,29), total 100.0%
Owned mutexes:
=== Platform ===
Last reset 00:01:10 ago, cause: power up
Last software reset at 2022-02-20 20:14, reason: User, GCodes spinning, available RAM 12048, slot 0
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
Error status: 0x00
Step timer max interval 0
MCU temperature: min 22.1, current 27.3, max 27.4
Supply voltage: min 24.0, current 24.1, max 24.2, under voltage events: 0, over voltage events: 0, power good: yes
Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
Driver 0: position 0, standstill, SG min/max not available
Driver 1: position 0, standstill, SG min/max not available
Driver 2: position 0, standstill, SG min/max not available
Driver 3: position 0, standstill, SG min/max not available
Driver 4: position 0, standstill, SG min/max not available
Driver 5: position 0
Driver 6: position 0
Driver 7: position 0
Driver 8: position 0
Driver 9: position 0
Driver 10: position 0
Driver 11: position 0
Date/time: 2022-02-21 09:36:00
Cache data hit count 2538616899
Slowest loop: 5.80ms; fastest: 0.17ms
I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
=== Storage ===
Free file entries: 10
SD card 0 detected, interface speed: 20.0MBytes/sec
SD card longest read time 4.9ms, write time 0.0ms, max retries 0
=== Move ===
DMs created 83, maxWait 0ms, bed compensation in use: none, comp offset 0.000
=== MainDDARing ===
Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== AuxDDARing ===
Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== Heat ===
Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
=== GCodes ===
Segments left: 0
Movement lock held by null
HTTP is idle in state(s) 0
Telnet is idle in state(s) 0
File is idle in state(s) 0
USB is idle in state(s) 0
Aux is idle in state(s) 0
Trigger is idle in state(s) 0
Queue is idle in state(s) 0
LCD is idle in state(s) 0
Daemon is idle in state(s) 0
Autopause is idle in state(s) 0
Code queue is empty.
=== Filament sensors ===
Extruder 0 sensor: ok
=== Network ===
Slowest loop: 40.21ms; fastest: 0.00ms
Responder states: HTTP(2) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
HTTP sessions: 1 of 8- WiFi -
Network state is active
WiFi module is connected to access point
Failed messages: pending 0, notready 0, noresp 0
WiFi firmware version 1.23
WiFi MAC address d8:f1:5b:0f:ff:9f
WiFi Vcc 3.35, reset reason Turned on by main processor
WiFi flash size 4194304, free heap 19344
WiFi IP address 192.168.1.49
WiFi signal strength -42dBm, mode none, reconnections 0, sleep mode modem
Clock register ffffffff
Socket states: 0 0 0 0 0 0 0 0
homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu Feb 17 2022 16:47:45 GMT+0000 (Greenwich Mean Time)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X-355 Y-355 F1800 ; move quickly to X or Y endstop and stop there (first pass)
G1 H1 X-355 ; home X axis
G1 H1 Y-355 ; home Y axis
G1 X5 Y5 F6000 ; go back a few mm
G1 H1 X-355 F360 ; move slowly to X axis endstop once more (second pass)
G1 H1 Y-355 ; then move slowly to Y axis endstop
G90 ; absolute positioning
G1 X15 Y15 F6000 ; 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 Z5 F100 ; lift Z relative to current position
;G90 ; absolute positioning; deployprobe.g
; called to deploy a physical Z probe
;
; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu Feb 17 2022 16:47:45 GMT+0000 (Greenwich Mean Time)
M280 P5 S10 ; deploy BLTouch; retractprobe.g
; called to retract a physical Z probe
;
; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu Feb 17 2022 16:47:45 GMT+0000 (Greenwich Mean Time)
M280 P5 S90 ; retract BLTouchUpdate - I had the wrong Pins in Deploy and retractprobe so now my M401 and M402 is working !
- WiFi -
-
@nicaris said in Duet 2 Wifi Problems with BL Touch:
@nicaris said in Duet 2 Wifi Problems with BL Touch:
@nicaris
Hi Thanks for responding THese are my config files.
M401 and 402 do not work (m280 does)m122
=== Diagnostics ===
RepRapFirmware for Duet 2 WiFi/Ethernet version 3.3 (2021-06-15 21:44:54) running on Duet WiFi 1.02 or later
Board ID: 0JD0M-9K662-MGPSN-6J1FD-3SJ6M-TBYAW
Used output buffers: 3 of 24 (11 max)
=== RTOS ===
Static ram: 23876
Dynamic ram: 75448 of which 12 recycled
Never used RAM 15080, free system stack 184 words
Tasks: NETWORK(ready,12.2%,237) HEAT(delaying,0.0%,314) Move(notifyWait,0.1%,364) MAIN(running,86.4%,441) IDLE(ready,1.4%,29), total 100.0%
Owned mutexes:
=== Platform ===
Last reset 00:01:10 ago, cause: power up
Last software reset at 2022-02-20 20:14, reason: User, GCodes spinning, available RAM 12048, slot 0
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
Error status: 0x00
Step timer max interval 0
MCU temperature: min 22.1, current 27.3, max 27.4
Supply voltage: min 24.0, current 24.1, max 24.2, under voltage events: 0, over voltage events: 0, power good: yes
Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
Driver 0: position 0, standstill, SG min/max not available
Driver 1: position 0, standstill, SG min/max not available
Driver 2: position 0, standstill, SG min/max not available
Driver 3: position 0, standstill, SG min/max not available
Driver 4: position 0, standstill, SG min/max not available
Driver 5: position 0
Driver 6: position 0
Driver 7: position 0
Driver 8: position 0
Driver 9: position 0
Driver 10: position 0
Driver 11: position 0
Date/time: 2022-02-21 09:36:00
Cache data hit count 2538616899
Slowest loop: 5.80ms; fastest: 0.17ms
I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
=== Storage ===
Free file entries: 10
SD card 0 detected, interface speed: 20.0MBytes/sec
SD card longest read time 4.9ms, write time 0.0ms, max retries 0
=== Move ===
DMs created 83, maxWait 0ms, bed compensation in use: none, comp offset 0.000
=== MainDDARing ===
Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== AuxDDARing ===
Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== Heat ===
Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
=== GCodes ===
Segments left: 0
Movement lock held by null
HTTP is idle in state(s) 0
Telnet is idle in state(s) 0
File is idle in state(s) 0
USB is idle in state(s) 0
Aux is idle in state(s) 0
Trigger is idle in state(s) 0
Queue is idle in state(s) 0
LCD is idle in state(s) 0
Daemon is idle in state(s) 0
Autopause is idle in state(s) 0
Code queue is empty.
=== Filament sensors ===
Extruder 0 sensor: ok
=== Network ===
Slowest loop: 40.21ms; fastest: 0.00ms
Responder states: HTTP(2) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
HTTP sessions: 1 of 8- WiFi -
Network state is active
WiFi module is connected to access point
Failed messages: pending 0, notready 0, noresp 0
WiFi firmware version 1.23
WiFi MAC address d8:f1:5b:0f:ff:9f
WiFi Vcc 3.35, reset reason Turned on by main processor
WiFi flash size 4194304, free heap 19344
WiFi IP address 192.168.1.49
WiFi signal strength -42dBm, mode none, reconnections 0, sleep mode modem
Clock register ffffffff
Socket states: 0 0 0 0 0 0 0 0
m122
=== Diagnostics ===
RepRapFirmware for Duet 2 WiFi/Ethernet version 3.3 (2021-06-15 21:44:54) running on Duet WiFi 1.02 or later
Board ID: 0JD0M-9K662-MGPSN-6J1FD-3SJ6M-TBYAW
Used output buffers: 3 of 24 (11 max)
=== RTOS ===
Static ram: 23876
Dynamic ram: 75448 of which 12 recycled
Never used RAM 15080, free system stack 184 words
Tasks: NETWORK(ready,12.2%,237) HEAT(delaying,0.0%,314) Move(notifyWait,0.1%,364) MAIN(running,86.4%,441) IDLE(ready,1.4%,29), total 100.0%
Owned mutexes:
=== Platform ===
Last reset 00:01:10 ago, cause: power up
Last software reset at 2022-02-20 20:14, reason: User, GCodes spinning, available RAM 12048, slot 0
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
Error status: 0x00
Step timer max interval 0
MCU temperature: min 22.1, current 27.3, max 27.4
Supply voltage: min 24.0, current 24.1, max 24.2, under voltage events: 0, over voltage events: 0, power good: yes
Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
Driver 0: position 0, standstill, SG min/max not available
Driver 1: position 0, standstill, SG min/max not available
Driver 2: position 0, standstill, SG min/max not available
Driver 3: position 0, standstill, SG min/max not available
Driver 4: position 0, standstill, SG min/max not available
Driver 5: position 0
Driver 6: position 0
Driver 7: position 0
Driver 8: position 0
Driver 9: position 0
Driver 10: position 0
Driver 11: position 0
Date/time: 2022-02-21 09:36:00
Cache data hit count 2538616899
Slowest loop: 5.80ms; fastest: 0.17ms
I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
=== Storage ===
Free file entries: 10
SD card 0 detected, interface speed: 20.0MBytes/sec
SD card longest read time 4.9ms, write time 0.0ms, max retries 0
=== Move ===
DMs created 83, maxWait 0ms, bed compensation in use: none, comp offset 0.000
=== MainDDARing ===
Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== AuxDDARing ===
Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== Heat ===
Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
=== GCodes ===
Segments left: 0
Movement lock held by null
HTTP is idle in state(s) 0
Telnet is idle in state(s) 0
File is idle in state(s) 0
USB is idle in state(s) 0
Aux is idle in state(s) 0
Trigger is idle in state(s) 0
Queue is idle in state(s) 0
LCD is idle in state(s) 0
Daemon is idle in state(s) 0
Autopause is idle in state(s) 0
Code queue is empty.
=== Filament sensors ===
Extruder 0 sensor: ok
=== Network ===
Slowest loop: 40.21ms; fastest: 0.00ms
Responder states: HTTP(2) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
HTTP sessions: 1 of 8- WiFi -
Network state is active
WiFi module is connected to access point
Failed messages: pending 0, notready 0, noresp 0
WiFi firmware version 1.23
WiFi MAC address d8:f1:5b:0f:ff:9f
WiFi Vcc 3.35, reset reason Turned on by main processor
WiFi flash size 4194304, free heap 19344
WiFi IP address 192.168.1.49
WiFi signal strength -42dBm, mode none, reconnections 0, sleep mode modem
Clock register ffffffff
Socket states: 0 0 0 0 0 0 0 0
homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu Feb 17 2022 16:47:45 GMT+0000 (Greenwich Mean Time)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X-355 Y-355 F1800 ; move quickly to X or Y endstop and stop there (first pass)
G1 H1 X-355 ; home X axis
G1 H1 Y-355 ; home Y axis
G1 X5 Y5 F6000 ; go back a few mm
G1 H1 X-355 F360 ; move slowly to X axis endstop once more (second pass)
G1 H1 Y-355 ; then move slowly to Y axis endstop
G90 ; absolute positioning
G1 X15 Y15 F6000 ; 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 Z5 F100 ; lift Z relative to current position
;G90 ; absolute positioning; deployprobe.g
; called to deploy a physical Z probe
;
; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu Feb 17 2022 16:47:45 GMT+0000 (Greenwich Mean Time)
M280 P5 S10 ; deploy BLTouch; retractprobe.g
; called to retract a physical Z probe
;
; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu Feb 17 2022 16:47:45 GMT+0000 (Greenwich Mean Time)
M280 P5 S90 ; retract BLTouchUpdate - I had the wrong Pins in Deploy and retractprobe so now my M401 and M402 is working !
Another update fixed!!! Homed all axis hope this helps somebody else too
- WiFi -
-
Glad you figured it out.
@nicaris said in Duet 2 Wifi Problems with BL Touch:
WiFi firmware version 1.23
As an aside, your wifi server is out of date. I suggest you upload the full 3.3 zip file again just to get everything up to date.
https://github.com/Duet3D/RepRapFirmware/releases/download/3.3/Duet2and3Firmware-3.3.zip
-
@phaedrux
Thanks for that -
-
-
@nicaris. What pin change fixed your issue? I have the same problem, and I followed the Wiki and matched their pin config. Is there a change that is needed there?
-
@quinn He was using P5
M280 P5 S10 ; deploy BLTouch
But in RRF3 it should be P0 (or whatever servo pin you've defined in the M950 command for the bltouch servo)