Ugh its been too long and ive forgotten everything!
-
i just turned on my retrofitted ROBO R1, I have the duet2 wifi, with the BL Touch.
everything was working fine until stupidly I decided to update the duet files.
i was 3.1.4.2 and upgraded to current 3.4.2.
home x works fine,
home y works fine
bl doesn't work at all any more, I cannot deploy or retract
I cannot home zi have been trying to follow this guide https://betrue3d.dk/bltouch-on-duet-wifi-configuratio-and-usage/#wiring
how ever when i verified the wiring, the guide wanted me to use the heater 7 pin off the main board, except when i set everything up in my config.g it tells me that it heater 7 doesn't exist. so i did what user @dc42 suggested in another post to try to use a different heater. i tried heater 3, only it says that heater 3 doesn't exist either.
Can anyone point me in to the right direction? im completly lost at the moment.
-
here is my config.g
; Configuration file for Duet WiFi (firmware version 3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.1.1 on Mon Jun 01 2020 23:00:11 GMT-0600 (Mountain Daylight Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"Joehbo 3D" ; set printer name
M575 P1 S1 B57600 ; Set LCD PanelDue 7 inch; Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0 S1 ; X Axis physical drive 0 goes forwards
M569 P1 S1 ; Y Axis physical drive 1 goes forwards
M569 P2 S1 ; Z Axis physical drive 2 goes forwards
M569 P3 S0 ; Extruder physical drive 3 goes Backwards
M584 X0 Y1 Z2 E3 P3 ; Define axis
M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
M92 X80.00 Y80.00 Z800.00 E790.00 ; Set steps per mm
M566 X1020.00 Y1020.00 Z24.00 E120.00 ; set maximum instantaneous speed changes (mm/min) (17,17,0.4,5 mm/sec)
M203 X6000 Y6000 Z180 E8000 ; Set maximum speeds (mm/min)
M201 X9000 Y9000 Z100 E10000 ; Set accelerations (mm/s^2)
M204 P1300 T4000 ; Set (P)rinting and (T)ravel Accelerations
M906 X1300 Y1100 Z1100 E1100 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S10 ; Set idle timeout; Axis Limits
M208 X-109 Y-111 Z-1 S1 ; Set axis minima
M208 X111 Y117 Z203 S0 ; Set axis maxima; Endstops
M574 X1 S1 P"xstop" ; X End stop
M574 Y1 S1 P"ystop" ; Y End stop
;M574 Z1 S1 P"!zstop" ; Z End stop;Bl Touch
M307 H3 A-1 C-1 D-1 ; Disable the 7th Heater to free up PWM channel 5 on the Duex board.
M574 X1 Y2 S1 ; X home to min. Y home to max. Normally Closed limit switches.
M574 Z1 S2 ; Define Z to use Probe. Home to Min
M558 P9 H5 F500 T4000 X0 Y0 Z1 ; Set Z probe type/mode 5. H=Dive Height. F=Speed the bed moves
G31 P25 X0 Y-26 Z4.92 ; Set Z probe trigger value, offset and trigger height
M376 H0 ; Sets Bed level tapering
M557 X-109:111 Y-111:117 S20 ; define mesh grid
;M558 P5 H5 F500 T4000 X0 Y0 Z1 ; Set Z probe type/mode 5. H=Dive Height. F=Speed the bed moves
;M950 S0 C"exp.heater3" ; assign GPIO port 0 to heater3 on expansion connector, servo mode
;M558 P9 C"zprobe.in" H5 F60 T3000 R0.5 A10 ; Set Z probe type to switch, the axes for which it is used and the dive height + speeds
;M574 Z1 S2 P"exp.heater3" ; Define Z to use Probe. Home to Min
;M671 X-144:144 Y0:0 S0.5 ; leadscrews at left (connected to Z) and right (connected to E0) of X axis; Heaters
; Bed
M308 S0 P"!bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
; Nozzle
M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 S1 H-1 ; set fan 1 value. 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
M501
-
Take a look at the document on connecring z probe under BLtouch
https://docs.duet3d.com/en/User_manual/Connecting_hardware/Z_probe_connecting
There is a link to the BLtouch troubleshooting as well.
-
@bricor ya that did it... not sure why i had such a brain fart... i knew i was following the way some one else did it... i just couldn't find that doc.
ty man I really appreciate it.
-
@joehsmash said in Ugh its been too long and ive forgotten everything!:
https://betrue3d.dk/bltouch-on-duet-wifi-configuratio-and-usage/#wiring
This guide is quite old and not updated for RRF3.
Repost your config with your current changes if you want a final sanity check.
Sending M98 P"config.g" can also be helpful as it will report any syntax errors in your config which can give you a hint on what is wrong.