; Configuration file for Duet WiFi (firmware version 1.20 or newer) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool on Sun Jul 15 2018 19:42:49 GMT+0200 (Mitteleuropäische Sommerzeit) ; General preferences G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves M555 P1 ; Set firmware compatibility to look like native output M665 X0 Y0 Z0 R112.465 L235 B110 H273.5 ; Set delta radius, diagonal rod length, printable radius and homed heigth ; Network M550 Cai's Delta ; Set machine name M552 S1 ; Enable network M587 S"4CE676642236" P"apudarwtucxrd" ; Configure access point. You can delete this line once connected M586 P0 S1 ; Enable HTTP M586 P1 S0 ; Disable FTP M586 P2 S0 ; Disable Telnet ; Drives M569 P0 S0 ; Drive 0 goes forwards M569 P1 S0 ; Drive 1 goes forwards M569 P2 S0 ; Drive 2 goes forwards M569 P3 S1 ; Drive 3 goes forwards Extruder M350 X16 Y16 Z16 I1 ; Configure microstepping with interpolation for axis M350 E32 I0 ; Configure microstepping with interpolation for extruder M92 X152.38 Y152.38 Z152.38 ; Set steps per mm for axis 160 M92 E1630 ; Set steps per mm for extruder 825 M566 X900 Y900 Z900 E1800 ; Set maximum instantaneous speed changes (mm/min) M203 X24000 Y24000 Z24000 E4500 ; Set maximum speeds (mm/min) M201 X2000 Y2000 Z2000 E3600 ; Set print accelerations (mm/s^2) E3600 M906 X1550 Y1550 Z1550 E1200 I10 ; Set motor currents (mA) and motor idle factor in per cent M84 S25 ; Set idle timeout ; Axis Limits M208 Z0 S1 ; Set minimum Z ; Endstops M574 X2 Y2 Z2 S1 ; Set active high endstops ; Z-Probe M558 P8 H3 I1 F750 R0.1 T20000 ; Set Z probe type to modulated and the dive height + speeds G31 P1000 X0 Y0 Z-0.05 ; Set Z probe trigger value, offset and trigger height G31 P0 X0 Y0 Z0 M557 R80 S20 ; Define mesh grid ; Heaters M305 P0 T100000 B4138 C0 R4700 S"Heizbett" ; Set thermistor + ADC parameters for heater 0 M143 H0 S120 ; Set temperature limit for heated bed to 120°C M307 H0 A201.8 C931.1 D3.4 B0 ; Set PID Bed M305 P1 X200 R398 S"Düse" ; Heater 1 uses a PT100 M143 H1 S280 ; Set temperature limit for heater 1 to 280°C M307 H1 A955.1 C311.5 D7.2 B0 ; Set PID Nozzle M302 S135 R130 ; Set minimal extrude/retract temperature ; Fans M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off M106 P1 S1 I0 F500 H1 T45 C"Heastsink" ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on M106 P2 S1 I0 F500 H1 T150 C"PCB" ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on ; Tools M563 P0 F0 D0 H1 L0 ; Define tool 0 G10 P0 X0 Y0 Z0 R0 S0 ; Set tool 0 axis offsets, Set initial tool 0 active and standby temperatures to 0C