BLtouch Probe not probing.
-
here is my Config.g file.
;Generated by Modix - 2.0
;Modix Big-60, Duet Board, Dual Printhead
; Configuration file for Duet WiFi (firmware version 3.3); General preferences_________________________________________________________
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M111 S0 ; Debug off
M555 P2 ; Set output to look like Marlin
M575 P1 B57600 S1 ; Set auxiliary serial port baud rate and require checksum (for PanelDue); Network_____________________________________________________________________
M550 P"Big 60" ; set printer name
;M551 P"MODIX3D" ; Set password (optional)
M552 S1 ; enable network
;M552 P0.0.0.0 ; Uncomment this command for using Duet Ethernet board
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives_________________________________________________________________________
;Main board_________________________________________________________
M569 P0 S1 ; Physical drive 0 goes forwards. X-Axis.
M569 P1 S0 ; Physical drive 1 goes backwards. Y-Axis.
M569 P2 S0 ; Physical drive 2 goes backwards. Z-Axis.
M569 P3 S1 ; Physical drive 3 goes forwards. E0-Extruder.
M569 P4 S0 ; Physical drive 4 goes backwards. E1-Extruder.;Settings_________________________________________________________
M584 X0 Y1 Z2 E3:4 P3 ; Driver mapping;___________________________________________________________________
M350 X16 Y16 Z16 E16:16 I1 ; Configure microstepping with interpolation
M92 X100.00 Y100.00 Z2000.00 E418.500:418.500 ; Set steps per mm
M566 X240 Y360 Z30.00 E120.00:120.00 P1 ; Set maximum instantaneous speed changes (mm/min)
M203 X9000.00 Y9000.00 Z360.00 E1200.00:1200.00 ; Set maximum speeds (mm/min)
M201 X1000.00 Y1000.00 Z120.00 E250.00:250.00 ; Set accelerations (mm/s^2)
M204 P500 ; Set print and travel accelerations (mm/s^2)
M906 X1800.00 Y1800.00 Z1800.00 E1200.00:1200.00 I40 ; Set motor currents (mA) and motor idle factor in per cent
M84 S60 X Y E0 E1 ; Set idle timeout - one minute; Axis Limits
M208 X0 Y0 Z-1 S1 ; set axis minima
M208 X600 Y600 Z660 S0 ; set axis maxima; Endstops
M574 X1 S1 P"xstop" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop
M574 Y2 S1 P"ystop" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin ystop; Z-Probe
M558 P9 C"^zprobe.in" H5 F120 T6000 A1 R0.7 ; set Z probe type to bltouch and the dive height + speeds
M950 S0 C"exp.heater3" ; set probe pin
G31 P500 X-14 Y21 Z-3 ; set Z probe trigger value, offset and trigger height
M556 S50 X0 Y0 Z0 ; set orthogonal axis compensation parameters
M557 X-14:584.5 Y21:619.5 S66.5 ; define mesh grid
M376 H10 ; Height (mm) over which to taper off the bed compensation; Heaters___________________________________________________________
M140 H-1 ; disable heated bed (overrides default heater mapping)
;E0_________________________________________________________________
M305 P1 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1
M143 H1 S285 ; Set temperature limit for heater 1 to 285C
M307 H1 A176.8 C188.7 D3.0 V24.1 S1.0 B0 ; PID calibration
;E1_________________________________________________________________
M305 P2 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 2
M143 H2 S285 ; Set temperature limit for heater 2 to 285C
;M307 H2 A# C# D# V# S1.0 B0 ; PID calibration; Fans & LED______________________________________________________________
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S0 H-1 ; set fan 0 value.
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 S0 H-1 ; set fan 1 value.
M950 F2 C"fan2" Q500 ; create LED on pin fan2 and set its frequency
M106 P2 S0 H-1 ; Disable fan channel for LED; Tools______________________________________________________________
;T0_________________________________________________________________
M563 P0 S"E0 Primary" D0 H0 F0 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S210 ; set initial tool 0 active and standby temperatures to 0C;T1_________________________________________________________________
M563 P1 S"E1 Secondary" D1 H1 F1 ; define tool 1
G10 P1 X0 Y49 Z0 ; set tool 1 axis offsets
G10 P1 R0 S210 ; set initial tool 1 active and standby temperatures to 0C; Custom settings__________________________________________________
M591 D0 P1 C"e0stop" S1 ; Regular filament sensor for E0M591 D1 P1 C"e1stop" S1 ; Regular filament sensor for E1
; Automatic power saving____________________________________________
M911 S22.5 R29.0 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss. Power Failure Pause -
So much for using the </> tag.
From the DWC console have you executed a M98 P"config.g" to see if any errors are reported.
If an error occurs in the file before the configuration of the BLTouch the processing of the file may be aborted and the BLTouch never configured.
What do your M280 commands look like.
Frederick
-
sorry about the </> tag
we put in the M98 P into our console and the file wasn't found. So it may be that the file hasn't configured yet or some error in it?
; deployprobe.g ; called to deploy a physical Z probe M280 P0 S10 ; deploy BLTouch
-
@grahamsoukup said in BLtouch Probe not probing.:
sorry about the </> tag
we put in the M98 P into our console and the file wasn't found. So it may be that the file hasn't configured yet or some error in it?
; deployprobe.g ; called to deploy a physical Z probe M280 P0 S10 ; deploy BLTouch
From the DWC you executed M98 P"config.g" and the error was that the file was not found?
Frederick
-
Yes we input the code into the DWC on our printer and it said that the file was not found.
-
We just found that it said the M950 was not supported, if that means anything?
-
@grahamsoukup said in BLtouch Probe not probing.:
We just found that it said the M950 was not supported, if that means anything?
Sounds like you are using a v2 firmware. M950 appeared in v3.
Given the significant advances made with v3 I would suggest you update to the current 3.4.1 BUT if you decide to read about first. There are a couple of steps needed to go from v2.x.x to v3.4.1
Frederick
-
We updated to v3.4.1 and it WORKED, thank you sooo much! we really appreciate all you help.
-
spoke to soon, now the probe is deploying before we can home it.
-
We put M98 P into the Config.g DWC and it said that M305 has been replaced by M308 and M950.
-
@grahamsoukup said in BLtouch Probe not probing.:
We put M98 P into the Config.g DWC and it said that M305 has been replaced by M308 and M950.
There were a number of changes that v3 required, which is why I suggested you read about it first.
Frederick
-
Make sure to update the configuration and macro files to those compatible with RepRapFirmware 3.4.1
The instructions can be found on the modix support site, and you can download them here
https://github.com/Modix3D/Modix-V3-configuration-and-Macro-files/releases/tag/v3.4.1.a