; Configuration file for Duet 3 Mini 5+ (firmware version 3.3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.3.2 on Tue Sep 21 2021 07:56:15 GMT-0700 (Pacific Daylight Time) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"Ender 6" ; set printer name M669 K1 ; select CoreXY mode M918 P1 E4 F2000000 ; configure direct-connect display ; Network M551 P"mddlewen" ; set password M552 S1 ; enable network M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0.0 S0 ; physical drive 0.0 goes backwards M569 P0.1 S1 ; physical drive 0.1 goes forwards M569 P0.2 S0 ; physical drive 0.2 goes backwards M569 P0.3 S1 ; physical drive 0.3 goes forwards ;M584 X0.0 Y0.1 Z0.2 E0.3 ; set drive mapping M584 X0.0 Y0.1 Z0.2 E0.4 ; set drive mapping (drive 3 is throwing "short to ground error", so moved EXT to drive 4) ;M350 E256 I0 ; configure microstepping without interpolation M350 E256 I1 ; configure microstepping with interpolation M350 X16 Y16 Z16 I1 ; configure microstepping with interpolation ;M92 X80.00 Y80.00 Z400.00 E420.00 ; set steps per mm M92 X80.00 Y80.00 Z400.00 E6778.25 ; set steps per mm M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min) ;M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min) original settings from RRF Config M203 X12000.00 Y12000.00 Z900.00 E2100.00 ; set maximum speeds (mm/min) X=200 mm/s, Y=200 mm/s, Z=60 mm/s, EXT=35 mm/s ;M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2) original settings from RRF Config M201 X1500.00 Y1500.00 Z500.00 E250.00 ; set accelerations (mm/s^2) M906 X800 Y800 Z800 E700 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z-2 S1 ; set axis minima M208 X251 Y251 Z400 S0 ; set axis maxima ; Endstops M574 X2 S1 P"io5.in" ; configure active-high endstop for high end on X via pin io5.in M574 Y2 S1 P"io6.in" ; configure active-high endstop for high end on Y via pin io6.in M574 Z1 S2 ; configure Z-probe endstop for low end on Z ; Z-Probe ;M558 P5 C"^!io3.in" H3 F900 T12000 ; set Z probe type to switch and the dive height + speeds M558 P5 C"^!io3.in" H3 F900 T12000 ; set Z probe type P1 to IR PROBE, I1 Invert, Pin Cxx, dive height H3, F probe speed, T move speed ;G31 P25 X-32 Y0 Z2 ; set Z probe trigger value, offset and trigger height G31 P25 X-32 Y2 Z2.00 ; set Z probe trigger value, offset and trigger height ;M557 X15:215 Y15:195 S20 ; define mesh grid M557 X15:215 Y15:220 S40 ; define mesh grid ; Heaters M308 S0 P"temp0" Y"thermistor" T98801 B4185 ; configure sensor 0 as thermistor on pin temp0 M950 H0 C"out0" T0 ; create BED HEATER output on out0 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 M307 H0 B0 R0.175 C905.2 D10.36 S1.00 V23.5 ; bed auto tune parameters M143 H0 S125 ; set temperature limit for heater 0 to 125C M308 S1 P"temp1" Y"thermistor" T100000 B4681 C6.478804e-8 ; configure sensor 1 as thermistor on pin temp1 M950 H1 C"out1" T1 ; create NOZZLE HEATER output on out1 and map it to sensor 1 ;M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M307 H1 B0 R2.678 C192.5:137.6 D5.65 S1.00 V23.8 ; hot end auto tune parameters M143 H1 S300 ; set temperature limit for heater 1 to 300C ; Fans M950 F0 C"out3" Q500 ; create PART COOLING fan 0 on pin out3 and set its frequency M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off M950 F1 C"out5" Q500 ; create HOT END fan 1 on pin out5 and set its frequency M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on M950 F2 C"out6" Q075 ; create MAIN BOARD fan 2 on pin out6 and set its frequency ;M106 P2 S0.5 H-1 ; set fan 2 value. Thermostatic control is turned off M106 P2 T45:65 H100:101:102 ; Sets up an electronics cooling fan that starts to turn on when the MCU temperature (virtual heater 100) reaches 45C and reaches full speed when the MCU temperature reaches 65C or if any TMC2660 drivers (virtual heaters 101 and 102) report that they are over-temperature. ; Tools ;M563 P0 D0 H1 F0 ; define tool 0 seems to be using PART COOLING fan M563 P0 S"Mosquito" D0 H1 F1 ; define tool 0 -- attempting to use only the HOT END fan, named "Mosquito" G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool (P) 0 active (S) temperature to 10C and standby (R) temperature to 0C ; Custom settings are not defined ; Miscellaneous M501 ; load saved parameters from non-volatile memory M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss ; from TH3D T0 ; Select tool 0 M501 ; Enable EEPROM support