; Configuration file for Duet WiFi (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.1.4 on Tue Aug 25 2020 12:07:49 GMT+0200 (Mitteleuropäische Sommerzeit) ; Divers M564 H0 ; General preferences m80 ; Power ON G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"DE-TechArt IDEX V1" ; set printer name ; Network M552 S1 ; enable network M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0 S0 ; physical drive 0 M569 P1 S1 ; physical drive 1 M569 P2 S1 ; physical drive 2 M569 P3 S1 ; physical drive 3 M569 P5 S1 ; physical drive 4 M569 P6 S1 ; physical drive 5 M584 X0 Y1:4 U3 Z2 E5:6 ; set drive mapping M350 X16 Y16 U16 Z16 E16:16 I1 ; configure microstepping with interpolation M92 X100 Y100 U100 Z1200 E832:832 ; Set steps per mm M566 X620 Y620 U620 Z80 E500:500 P1 ; Set maximum instantaneous speed changes (mm/min) M203 X12000 Y12000 U12000 Z900 E3600:3600 ; Set maximum speeds (mm/min) M201 X1900 Y1900 U1900 Z250 E800:800 ; Set accelerations (mm/s^2) M906 X850 Y850 U850 Z500 E300:300 I20 ; Set motor currents (mA) and motor idle factor in per cent ; Axis Limits M208 X123 Y115 U123 Z100 ; Set axis maxima M208 S1 X-123 Y-115 U-123 Z0 ; Set axis minimum ; 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 M574 U2 S1 P"!e0stop" ; configure active-high endstop for low end on U via pin ustop ; Z-Probe M558 P1 C"!^zprobe.in" H5 F120 T6000 ; Set Z probe type to inverted, unfiltered piezo and the dive height + speeds G31 P700 X0 Y0 U0 Z-0.2 M557 X-98:98 Y-98:98 S70 ; 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 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"duex.e2temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin duex.e2temp M950 H1 C"duex.pwm1" T1 ; create nozzle heater output on duex.pwm1 and map it to sensor 1 M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit 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 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit ; Fans M950 F0 C"duex.fan8" Q500 ; create fan 0 on pin duex.fan8 and set its frequency M106 P0 S0 H-1 C"Blower X"; set fan 0 value. Thermostatic control is turned off M950 F1 C"duex.fan7" Q500 ; create fan 1 on pin duex.fan7 and set its frequency M106 P1 S0 H1 T45 C"Fan X" ; set fan 1 value. Thermostatic control is turned on M950 F2 C"fan0" Q500 ; create fan 2 on pin fan0 and set its frequency M106 P2 S0 H-1 C"Blower U"; set fan 1 value. Thermostatic control is turned off M950 F3 C"fan1" Q500 ; create fan 3 on pin fan1 and set its frequency M106 P3 S0 H2 T45 C"Fan U" ; set fan 3 value. Thermostatic control is turned on M950 F4 C"duex.fan5" Q500 ; create fan 4 on pin duex.fan6 and set its frequency M106 P4 S1 H-1 C"LED" ; set fan 4 value. Thermostatic control is turned off M950 F5 C"duex.fan6" Q500 ; create fan 4 on pin duex.fan6 and set its frequency M106 P5 S1 H-1 C"LED" ; set fan 4 value. Thermostatic control is turned off ; Tools M563 P0 D0 H1 X0 F1 S"X" ; define tool X tool 0 uses extruder 1, heater 1 and fan 1 G10 P0 X0 Y0 Z0 R0 S0 ; set tool 0 axis offsets M563 P1 D1 H2 X3 F3 S"U" ; define tool U tool 1 uses extruder 1, heater 2 and fan 3 G10 P1 Y0 U0 Z0 S0 R0 ; set tool 1 axis offsets M563 P2 D0:1 H1:2 X0:3 F1:3 S"XU-Copy" ; define tool X+U copy mode G10 P2 X58.75 Y0 U-58.75 S0 R0 ; set tool offsets and temperatures M567 P2 E1:1 ; set mix ratio 100% on both extruders M563 P3 D0:1 H1:2 X0:3 F1:3 S"XU-Mirror" ; define tool X+U mirror mode G10 P3 X58.75 Y0 U-58.75 S0 R0 ; set tool offsets and temperatures M567 P3 E1:1 ; set mix ratio 100% on both extruders ; Miscellaneous M501 ; load saved parameters from non-volatile memory ;T0 ; select first tool ; CPU temp calibration M912 P0 S-11 ; Automatic power saving M911 S22 R23 P"M913 X0 Y0 U800 G91 M83 G1 Z3 E-1 F1000" ; Set voltage thresholds and actions to run on power loss