Duex5 Fan Settings?
-
M950 is a version 3 command
you are running version 2 of the firmware
-
yesterday i uploaded the firmware 3.xx and installed it with m997 but vision remains in the setting by 2.01
-
@joe92 said in Duex5 Fan Settings?:
but vision remains in the setting by 2.01
You first have to do the update to 3.0 then further
-
I update the board and try again
-
from 3.0 I get this message "error: in-application programming binary" duet2cambinedlAP.bin "Not found"
-
@joe92
Take the full release zip file "Duet2and3Firmware-3.0.zip" and try it again.... -
Just to ensure you have a clean install with all the files, and you still have access to DWC. Upload these 3 zip files, one at a time. Don't extract them. Reboot after each.
https://github.com/Duet3D/RepRapFirmware/releases/download/2.05.1/Duet2Firmware-2.05.1.zip
https://github.com/Duet3D/RepRapFirmware/releases/download/3.0/Duet2and3Firmware-3.0.zip
https://github.com/Duet3D/RepRapFirmware/releases/download/3.2/Duet2and3Firmware-3.2.zip
-
ok everything works so far but my inductive sensor (PL-08N) doesn't
-
; Configuration file for Duet WiFi (firmware version 3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.2.1 on Fri Jan 15 2021 23:22:23 GMT+0100 (Mitteleuropäische Normalzeit); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M555 P2 ; Set firmware compatibility to look like Marlin
M550 P"Voron V2" ; set printer name
M669 K1 ; select CoreXY mode; Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; G29 Mesh
M557 X55:295 Y30:270 S30 ; S30 for high density, S40 for testing; Drives
M569 P0 S1 ; X Motor goes backwards
M569 P1 S1 ; Y Motor goes backwards
M569 P3 S1 ; Extruder Motor 0 goes forwards (BMG)
M569 P5 S1 ; Z1 goes backwards
M569 P6 S0 ; Z2 goes forwards
M569 P7 S1 ; Z3 goes forwards
M569 P8 S0 ; Z4 goes backwardsM92 X80 Y80 Z400 ; Steps per mm
M92 E415 ; Steps per mm (BMG) (1.8deg)
M350 E16 I1 ; Configure microstepping with interpolation
M350 X16 Y16 Z16 I1 ; Configure microstepping with interpolation
M203 X18000 Y18000 E9000 Z4000 ; Set maximum speeds (mm/min) for 2.1 only (300mm/s max)
M201 X3000 Y3000 E6000 Z500 ; Set accelerations (mm/s^2)
M566 X900 Y900 E1200 Z150 ; Set maximum instantaneous speed changes (mm/min)
M98 P"/macros/print_scripts/xy_current_high.g" ; Set XY Motor Currents
M98 P"/macros/print_scripts/e_current_high.g" ; Set Extruder Motor Currents
M98 P"/macros/print_scripts/z_current_high.g" ; Set Z Motor Currents (must come after extruder, because on the extruder headers)
M84 S0 ; Set idle timeout, never time out; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X350 Y350 Z300 S0 ; set axis maxima; Endstops
M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop
M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop; Inductive Leveling Sensor
M98 P"/macros/probe_scripts/activate_z_probe.g" ; activate the Z probe
M98 P"/macros/probe_scripts/activate_z_switch.g" ; activate the Z switch; Z-Axis Stepper Leveling Configuration
M584 X0 Y1 Z5:6:7:8 ; 4 motors; duex 5, 6, 7, 8
M671 X403:403:-56:-56 Y356:-66:-66:356 S20 ; belts in all 4 corners; Heaters
M308 S0 P"bedtemp" Y"thermistor" T100000 B3950 ; 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 B0 S1.00 ; disable 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
M308 S1 P"e0temp" Y"thermistor" T100000 B3950 ; 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
M143 H1 S280 ; set temperature limit for heater 1 to 280C; Fans
M950 F0 C"duex.fan3" Q500 ; create fan 0 on pin duex.fan3 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 H1 T45 ; set fan 1 value. Thermostatic control is turned on
M950 F2 C"fan2" Q500 ; create fan 2 on pin fan2 and set its frequency
M106 P2 S1 H1 T45 ; set fan 2 value. Thermostatic control is turned on; 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
M575 P1 S1 B57600 ; enable support for PanelDue; Enable config-override.g
;M501; Allow Movement of Axis that have not been homed
M564 H0 -
0:/macros/Probe_Scripts/activate_z_probe.g
M558 P5 C"^zprobe.in" H5 F120 T6000 ; set Z probe type to switch and the dive height + speeds
G31 P25 X0 Y-23.50 Z6.500 ; set Z probe trigger value, offset and trigger height0:/macros/Probe_Scripts/activate_z_switch.g
M558 P5 C"^zprobe.in" H5 F120 T6000 ; set Z probe type to switch and the dive height + speeds
G31 P1000 X0 Y0 Z1.53 ; Setup Offsets for Z Switch -
I tried the pin assignment but no difference. It doesn't matter whether the cables from the sensor are connected to the board, this error appears "Error: Z probe already triggered at start of probing move". the sensor is permanently set to 1000 in the web control. I don't know what to do next
-
To invert the switch signal you add a ! to the pin name.
Ex: C"^!zprobe.in"
-
the inverting worked but I get this message "G32
Error: Z probe was not triggered during probing move "; bed.g
; called to perform automatic bed compensation via G32
; setup for quad belt gantryM561 ; Clear any existing bed transform
G28 ; homeM98 P"/macros/probe_scripts/activate_z_probe.g" ;activate inductive z-probe
M401 ; Deploy probe - Deployprobe.g
; Probe bed at these 4 points:
G30 P0 X65 Y40 Z-9999
G30 P1 X65 Y260 Z-9999
G30 P2 X285 Y260 Z-9999
G30 P3 X285 Y40 Z-9999 S4M402 ; Retract Probe - Retractprobe.g
M561 ; Clear any existing bed transform
G28 Z ; Home Z AxisM98 P"/macros/probe_scripts/activate_z_probe.g" ;activate inductive z-probe
-
the z-probe works in single commands, but not in the g32 / g29
-
the pin assignment of the probe was a little different after the update. everything works now will update the board regularly from now on XD . many thanks
-
It's an inductive probe that has deploy and retract?
-
a bltouch was built in, I forgot to delete the commands
-
Remove the M401 and M402 commands and even delete or rename the deployprobe.g and retractprobe.g files.
Post your current config.g and your homing files as well as any of the macros you are calling in your above sample.
-
I found the error and the print runs without problems
-
What was the error?