; Configuration file for Duet 3 MB 6HC (firmware version 3.33.5.1) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.3.16 on Sat May 13 2023 16:00:07 GMT-0600 (Mountain Daylight Time) ; General preferences M575 P1 S1 B57600 ; enable support for PanelDue G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"Voron" ; set printer name M669 K1 ; select CoreXY mode ; Wait a moment for the CAN expansion boards to start G4 S2 ; Network M552 P192.168.1.68 S1 ; enable network and set IP address M553 P255.255.255.0 ; set netmask M554 P192.168.1.1 ; set gateway 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 S0 ; physical drive 0.1 goes backwards M569 P0.2 S0 ; physical drive 0.2 goes backwards M569 P0.3 S1 ; physical drive 0.2 goes forwards M569 P0.4 S0 ; phisical drive 0.4 goes backwards M569 P0.5 S1 ; physical drive 0.5 goes backwards M569 P121.0 S1 ; physical drive 121.0 goes forwards M584 X0.0 Y0.1 Z0.2:0.3:0.4:0.5 E121.0 ; set drive mapping M350 X32 Y32 Z32 E32 I1 ; configure microstepping with interpolation M92 X160 Y160 Z800.00 E1410.00 ; set steps per mm M566 X1200.00 Y1200.00 Z60.00 E300.00 ; set maximum instantaneous speed changes (mm/min) M203 X24000.00 Y24000.00 Z3000.00 E15000.00 ; set maximum speeds (mm/min) M201 X2000.00 Y2000.00 Z250.00 E1800.00 ; set accelerations (mm/s^2) M906 X1200 Y1200 Z1200 E600 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S120 ; Set idle timeout ;M671 X350:350:0:0 Y0:350:350:0 S5.0 ; M671 X400:400:-50:-50 Y360:-60:-60:360 S20 ; Axis Limits M208 X0 Y-8 Z0 S1 ; set axis minima M208 X350 Y350 Z350 ; set axis maxima ; Endstops M574 X2 S1 P"^io5.in" ; configure switch-type (e.g. microswitch) endstop for high end on X via pin !^io5.in M574 Y2 S1 P"^io6.in" ; configure switch-type (e.g. microswitch) endstop for high end on Y via pin !^io6.in M574 Z1 S2 ; Z-Probe M558 P5 C"!^io4.in" H5 F120 T12000 ; set Z probe type to switch and the dive height + speeds G31 P500 X0 Y0 Z-.45 ; set Z probe trigger value, offset and trigger height M557 X20:330 Y20:330 S77.5 ; define mesh grid ; Heaters M308 S0 P"temp0" Y"thermistor" T100000 B4138 ; 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 R0.980 K1.114:0.000 D3.47 E1.35 S1.00 B0 ; enable bang-bang mode for the bed heater and set PWM limit M140 H0 ; map heated bed to heater 0 M143 H0 S130 ; set temperature limit for heater 0 to 130C M308 S1 P"temp1" Y"thermistor" T100000 B4138 ; 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 R3.429 K0.770:0.000 D3.40 E1.35 S1.00 B0 V24.0 ; 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"out4" Q500 ; create fan 0 on pin out4 and set its frequency M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off M950 F1 C"out5" Q500 ; create fan 1 on pin out5 and set its frequency M106 P1 S255 H1 T60 ; set fan 1 value. Thermostatic control is turned on M308 S2 Y"mcu-temp" A"MCU" ; configure sensor 2 as on-chip MCU temperature sensor ;M308 S3 Y"drivers" A"DRIVERS" ; configure sensor 3 as driver temperatures M950 F2 C"out2" Q100 ; create fan 2 on pin out2 and set its frequency M106 P2 H2 L0.4 X1.0 T36:50 ; set fan 2 value ;LED M950 P3 C"out3" Q500 M42 P3 S0 M950 P4 C"out7" Q500 M42 P4 S200 ;Chamber fan M950 P5 C"out8" Q500 M42 P5 S0 ; Tools M563 P0 D0 H1 F0 ; define tool 0 G10 P0 X0 Y0 Z-.45 ; 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