; Configuration file for Duet WiFi (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.2.2 on Mon Feb 01 2021 12:57:31 GMT-0600 (CST) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"My 3D" ; set printer name ; Network M552 S1 ; enable network M586 P0 S1 ; HTTP M586 P1 S0 ; FTP M586 P2 S0 ; Telnet ; Drives M569 P0 S1 ; physical drive 0 goes forwards M569 P1 S1 ; physical drive 1 goes forwards M569 P2 S1 ; physical drive 2 goes forwards M569 P3 S1 ; physical drive 3 goes forwards M569 P4 S1 ; physical drive 4 goes forwards M569 P5 S0 ; physical drive 5 goes backwards M569 P6 S1 ; physical drive 6 goes forwards M584 X0 Y1 Z2:6 E3:4 U5 ; set drive mapping M350 X16 Y16 Z16:16 E16:16 U16 I1 ; configure microstepping with interpolation M92 X80.00 Y80.00 Z792.00:792.00 E92.60:92.60 U80.00 ; set steps per mm M566 X1200.00 Y1200.00 Z60.00:60.00 E300.00:300.00 U:1200.00 ; set maximum instantaneous speed changes (mm/min) M203 X7200.00 Y7200.00 Z600.00:600.00 E1500.00:1500.00 U7200.00; set maximum speeds (mm/min) M201 X500.00 Y500.00 Z50.00:50.00 E250.00:250.00 U500.00 ; set accelerations (mm/s^2) M906 X1000 Y1000 Z1000:1000 E1000:1000 U1000 I25 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X-50:305 U0:354 Y0:320 Z0:360 ; set axis range ; Endstops M574 X1 S1 P"!^xstop" ; configure endstop for low end on X via pin "xstop" M574 U2 S1 P"!^duex.e2stop" ; configure endstop for high end on X2 via pin "duex.e2stop" M574 Y1 S1 P"!^ystop" ; configure endstop for low end on Y via pin "ystop" M574 Z1 S1 P"!^zstop+!^duex.e3stop" ; configure endstop for low end on Z via pins "zstop+duex.e3stop" ; Runouts M591 D0 P1 C"e0stop" S1 ; define filament runout for E0 M591 D1 P1 C"e1stop" S1 ; define filament runout for E1 ; Z-Probe M558 P0 H7 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed M557 X-25:295 Y15:295 S20 ; define mesh grid ; Heaters M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; 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 R0.199 C709.7 D4.24 S1.00 V24.4 ; pid tunning values for the bed heater and set PWM limit and VIN compensation ;M307 H0 R0.259 C542.7 D8.03 S1.00 V24.4 ; pid tunning values for the bed heater and set PWM limit and VIN compensation M140 H0 ; map heated bed to heater 0 M143 H0 S90 ; set temperature limit for heater 0 to 90C M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; 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 R2.559 C146.0 D5.82 S1.00 V24.4 ; pid tunning values for the e0 heater and set PWM limit and VIN compensation M143 H1 S250 ; set temperature limit for heater 1 to 250C M308 S2 P"e1temp" Y"thermistor" T100000 B4138 ; configure sensor 2 as thermistor on pin e1temp M950 H2 C"e1heat" T2 ; create nozzle heater output on e1heat and map it to sensor 2 M307 H2 R2.738 C145.7 D5.88 S1.00 V24.4 ; pid tunning values for the e1 heater and set PWM limit and VIN compensation M143 H2 S250 ; set temperature limit for heater 2 to 250C ; Fans M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency M106 P0 C"CH0" S1 H-1 ; set fan 0 name and value. Thermostatic control is turned off M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency M106 P1 C"CH1" S1 H-1 ; set fan 1 name and value. Thermostatic control is turned off ;M950 F2 C"fan2" Q500 ; create fan 2 on pin fan2 and set its frequency ;M106 P2 C"NA" S0 H-1 ; set fan 2 name and value. Thermostatic control is turned off M950 F3 C"duex.fan3" Q500 ; create fan 3 on pin duex.fan3 and set its frequency M106 P3 C"E1" S1 H1 T75 ; set fan 3 name and value. Thermostatic control is turned on M950 F4 C"duex.fan4" Q500 ; create fan 4 on pin duex.fan4 and set its frequency M106 P4 C"P1" S0 H-1 ; set fan 4 name and value. Thermostatic control is turned off M950 F5 C"duex.fan5" Q500 ; create fan 5 on pin duex.fan5 and set its frequency M106 P5 C"E2" S1 H2 T75 ; set fan 5 name and value. Thermostatic control is turned on M950 F6 C"duex.fan6" Q500 ; create fan 6 on pin duex.fan6 and set its frequency M106 P6 C"P2" S0 H-1 ; set fan 6 name and value. Thermostatic control is turned off ; Tools M563 P0 S"LeftE" D0 H1 F4 X0 ; define tool 0 (left extruder) G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C M563 P1 S"RightE" D1 H2 F6 X3 ; define tool 1 (right extruder) G10 P1 X0 Y0 Z0 ; set tool 1 axis offsets G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C M563 P2 S"DupE" D0:1 H1:2 F4:6 X0:3 ; define tool 2 (both extruders duplicate mode) G10 P2 X0 U-100 Y0 Z0 ; set tool 2 axis offsets G10 P2 R0 S0 ; set initial tool 2 active and standby temperatures to 0C M567 P2 E1:1 ; set mix ratio 100% on both extruders M568 P2 S1 ; enable mixing for tool 2 M563 P3 S"MirE" D0:1 H1:2 F4:6 X0:3 ; define tool 3 (both extruders mirror mode) G10 P3 X0 U-100 Y0 Z0 ; set tool 3 axis offsets G10 P3 R0 S0 ; set initial tool 3 active and standby temperatures to 0C M567 P3 E1:1 ; set mix ratio 100% on both extruders M568 P3 S1 ; enable mixing for tool 3 ; Custom settings are not defined ; Miscellaneous M575 P1 S1 B115200 ; enable support for PanelDue