; Configuration file for Duet WiFi (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.1.4 on Fri Sep 25 2020 15:34:47 GMT+0200 (Mitteleuropäische Sommerzeit) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"Hydra TC One" ; set printer name M669 K1 ; select CoreXY mode ; Network M551 P"LivMatS" ; set password M540 PBE:78:4F:38:52:3A M552 S1 P0.0.0.0 ; enable network and set IP address M553 P255.255.255.0 ; set netmask M554 P10.5.154.254 ; set gateway M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0 S1 ; physical drive 0 goes forwards M569 P1 S1 ; physical drive 1 goes forwards M569 P2 S0 ; physical drive 2 goes backwords M569 P3 S1 ; physical drive 3 goes forwards M569 P5 S1 ; physical drive 3 goes forwards M569 P6 S1 ; physical drive 3 goes forwards M584 X0 Y1 Z2 C3 E5:6 ; set drive mapping M350 X16 Y16 Z16 C16 E16:16 I1 ; configure microstepping with interpolation M92 X100.00 Y100.00 Z400.00 C1312.36 E370.00:370.00 ; set steps per mm M566 X900.00 Y900.00 Z12.00 C900.00 E120:120 ; set maximum instantaneous speed changes (mm/min) M203 X6000.00 Y6000.00 Z1000.00 C600.00 E1200:1200 ; set maximum speeds (mm/min) M201 X500.00 Y500.00 Z20.00 C100.00 E250:250 ; set accelerations (mm/s^2) M906 X1200 Y1200 Z1200 C1200 E1200:1200 I50 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0 C0 S1 ; set axis minima M208 X305 Y260 Z350 C50 S0 ; set axis maxima ;M208 C50 S0 ; set axis maxima ; Endstops M574 X1 S3 ; configure sensorless endstop for low end on X M574 Y2 S3 ; configure sensorless endstop for high end on Y ;M574 Z2 S3 ; configure sensorless endstop for low end on Z ;M574 C1 S3 ; configure sensorless endstop for low end on U M915 X R1 F0 S4 M915 Y R1 F0 S4 M915 Z R1 F0 S3 M915 C R1 F0 S3 ; Z-Probe M558 P1 C"!zprobe.in" R1.0 H3.0 T4000 F200 ;M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed M557 X{move.axes[0].min + 10}:{move.axes[0].max - 10} Y{move.axes[1].min + 10}:{move.axes[1].max -10} P3 ; define mesh grid G31 P500 Z0.0 ; 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 A176.8 B1 C500.5 D1.7 S1.00 V24.1 M140 H0 ; map heated bed to heater 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C M308 S1 P"exp.thermistor3" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp M950 H1 C"duex.e2heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1 M307 H1 A480.5 B0 C213.4 D5.7 S1.00 V24.1 M308 S2 P"exp.thermistor4" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp M950 H2 C"duex.e3heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1 M307 H2 A480.5 B0 C213.4 D5.7 S1.00 V24.1 ; Fans M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off M950 F1 C"duex.fan3" 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"duex.fan4" Q500 ; create fan 1 on pin fan1 and set its frequency M106 P2 S1 H2 T45 ; set fan 1 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 M563 P1 D1 H2 F0 ; define tool 0 G10 P1 X0 Y0 Z0 ; set tool 0 axis offsets G10 P1 R0 S0 ; set initial tool 0 active and standby temperatures to 0C ; Custom settings are not defined ; Miscellaneous M950 J0 C"^!zstop" M501 ; load saved parameters from non-volatile memory T-1 P0 ; deselect tool G29 S1