BLtouch does not work after changing to DUEX5 board
-
I had a fualt on my which would not finish self test after rebuilding my hotend mount which I solved by adjusting the grub screw slighty. Worked ever since .
-
The strange thing is that the red LED lights up all the time, and none of the self test/other commands work. Only thing I did was change from Duex2 to a Duex5.
-
my bl touch v3.1 was staying red on startup when it could not complete its self test. I thought it was the wiring after moving it upto the printer and extending the cables but they tested ok and after reading someone elses post they mentioned the grub screw which I had not touched. So I gave it a little adjustment turned the printer back on and it completed it self test straight away as normal. Give it a go it might work.
-
@Javajoeuk Ok! I will test that!
You mean the little screw on the top of the BLTouch right? -
yes be gentle.
-
@Javajoeuk Tried it with no success, it won't activate for some reason..
Any other idea? -
no sorry
-
@Phaedrux Do you find anything strange in the config?
-
can you try a different pwm port?
-
@Veti Yes of course, which heater do I need to disable if I wan to use PWM_2?
-
try 5 or 7. they are often used for bltouch
-
@Haggan90 said in BLtouch does not work after changing to DUEX5 board:
@Veti Yes of course, which heater do I need to disable if I wan to use PWM_2?
Try disabling heater 7 and use PWM5 on the DueX, that's a common combination.
-
@dc42 Thank you, I will try that!
-
@dc42 said in BLtouch does not work after changing to DUEX5 board:
@Haggan90 said in BLtouch does not work after changing to DUEX5 board:
@Veti Yes of course, which heater do I need to disable if I wan to use PWM_2?
Try disabling heater 7 and use PWM5 on the DueX, that's a common combination.
Do I need to change anything more then this: M307 H7 A-1 C-1 D-1 ?
And remove the M307 from config-override.g -
You'll also have to update your deploy and retract macros to reference the new pin number as well.
-
@Phaedrux Should that be M280 P5 S10 then?
-
P7 for heater pin 7
By the way using pins gets a lot easier in RRF3. Might be time to consider updating.
-
@Phaedrux Right now I just want the printer to work again, been down for almost a year now
Changing to heater 7 did not work, still the same problem..
-
Please post the current version of your config.g, config-override.g, deploy and retract macros, and please double check which pin you're connected to. And refresh me on which wires are going where.
-
@Phaedrux Ok!
Config.g; General preferences G21 ; work in millimeters G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves ; Network M552 S1 ; Enable network M586 P0 S1 ; Enable HTTP M586 P1 S0 ; Disable FTP M586 P2 S0 ; Disable Telnet ; Drives M584 X6 Y1 Z2:5:4 E3 ; set 3 Z drivers M569 P1 S0 ; Drive 1 goes backwards M569 P2 S0 ; Drive 2 goes backwards M569 P3 S1 ; Drive 3 goes forwards M569 P4 S1 ; Drive 4 goes forwards M569 P5 S0 ; Drive 5 goes backwards M569 P6 S1 ; Drive 6 goes forwards M669 K0 Y-1.005:1:0: ; set Y to react with X ; Defining X and Y coordinates of the leadscrews M671 X-80:580:580 Y245:490:0 S5 ; leadscrews at front right, rear right and middle left M350 U16 X16 Y16 E16 Z16 I1 ; Configure microstepping with interpolation M92 X133.33 Y242.00 Z200 E415.00 ; Set steps per mm M566 X900.00 Y900.00 Z20.00 E200.00 ; Set maximum instantaneous speed changes (mm/min) M203 X15000.00 Y15000.00 Z600.00 E3600.00 ; Set maximum speeds (mm/min) M201 X1000.00 Y1000.00 Z30.00 E3000 ; Set accelerations (mm/s^2) M906 X1000.00 Y1500.00 Z1000.00 E700.00 I30 ; Set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ;Energize Z steppers M906 I100 ; prevent idle current reduction G91 ; relative mode G1 S2 Z0.1 ; energize all 3 motors G90 ; absolute mode ; Axis Limits M208 X0 Y0 Z0 S1 ; Set axis minima M208 X500 Y500 Z750 S0 ; Set axis maxima ; Endstops M574 X1 S0 ; Set active low endstops M574 Y2 S1 ; Set active high endstops ; Pressure advance M572 D0 S0.05 ; BLTouch - Heaters M307 H7 A-1 C-1 D-1 ; Disable the Heater7 to free up PWM channel 5 on the Duex board ; Z-Probe M574 Z1 S2 ; Define Z to use Probe. Home to Min. M558 P9 H5 F100 T2000 ; Set Z probe type/mode 9. G31 P50 X0 Y73.8 Z2.55 ; Z probe trigger value, offset in relation to nozzle. And trigger height adjustment M557 X0:500 Y0:400 S100 ; define mesh grid ; Heaters M140 H-1 ; Disable heated bed ;M305 P0 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0 ;M143 H0 S120 ; Set temperature limit for heater 0 to 120C M305 P1 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 1 M143 H1 S280 ; Set temperature limit for heater 1 to 280C . ; Fans M106 P0 S0 I0 F600 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on ; Tools M563 P0 D0 H1 F0 ; tool 0 uses extruder 0 and heater 1 G10 P0 X0 Y0 Z0 R0 S0 ; set tool 0 offsets and temperatures M501; ; Automatic saving after power loss is not enabled ; Custom settings are not configured
Config-override.g
0:/sys/config-override.g ; config-override.g file generated in response to M500 ; This is a system-generated file - do not edit ; Heater model parameters M307 H0 A90.0 C700.0 D10.0 S1.00 V0.0 B1 M307 H1 A351.8 C150.9 D9.0 S0.80 V24.4 B0 M307 H2 A340.0 C140.0 D5.5 S1.00 V0.0 B0 M307 H4 A340.0 C140.0 D5.5 S1.00 V0.0 B0 M307 H5 A340.0 C140.0 D5.5 S1.00 V0.0 B0 M307 H6 A340.0 C140.0 D5.5 S1.00 V0.0 B0 G10 L2 P1 X0.00 Y0.00 Z0.00 U0.00 G10 L2 P2 X0.00 Y0.00 Z0.00 U0.00 G10 L2 P3 X0.00 Y0.00 Z0.00 U0.00 G10 L2 P4 X0.00 Y0.00 Z0.00 U0.00 G10 L2 P5 X0.00 Y0.00 Z0.00 U0.00 G10 L2 P6 X0.00 Y0.00 Z0.00 U0.00 G10 L2 P7 X0.00 Y0.00 Z0.00 U0.00 G10 L2 P8 X0.00 Y0.00 Z0.00 U0.00 G10 L2 P9 X0.00 Y0.00 Z0.00 U0.00 My Duet Send code... Status Idle Tool Position X 0.0 Y 0.0 Z 0.10 Extruder Drives Drive 0 0.0 Speeds Requested Speed 0 mm/s Top Speed 0 mm/s Sensors Vin 24.5 V MCU Temperature 33.2 C Fan RPM 0 Z-Probe 0 Tools Extra Control All Tool Heater Current Active Standby Tool 0 T0 - Load Filament Heater 1 off 22.1 C 0 0 Temperature Chart System Directory
deploy
; deployprobe.g ; called to deploy a physical Z probe ; ; generated by RepRapFirmware Configuration Tool v2 on Tue Nov 20 2018 21:58:16 GMT+0100 (centraleuropeisk normaltid) M280 P7 S10
Retract
; retractprobe.g ; called to retract a physical Z probe ; ; generated by RepRapFirmware Configuration Tool v2 on Tue Nov 20 2018 21:58:16 GMT+0100 (centraleuropeisk normaltid) M280 P7 S90