; Configuration file for Duet Ethernet (firmware version 1.20 or newer) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool on Fri Apr 06 2018 11:15:37 GMT+0100 (WEST) M80 ; Power on ; General preferences G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves M555 P1 ; Set firmware compatibility to look like RepRapFirmare ; Network M550 PDUET_1M ; Set machine name M551 PAndyv1ck ; Set password M540 PBE:EF:DE:AD:FE:ED ; Set MAC address M552 P192.168.1.20 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 S1 ; Drive 0 goes forwards (No onboard X) ;M569 P1 S1 ; Drive 1 goes forwards (No onboard Y) ;M569 P2 S1 ; Drive 2 goes forwards (No onboard Z) ;M569 P3 S1 ; Drive 3 goes forwards (no E0) M569 P4 S1 ; Drive 4 goes forwards (E1) M569 P5 S1 R1 T2.5;2.5;5;0 ; Drive 5 goes forwards (external X) M569 P6 S1 R1 T2.5;2.5;5;0 ; Drive 6 goes forwards (external Y) M569 P7 S0 R1 T2.5;2.5;5;0 ; Drive 7 goes backwards (external Z1) M569 P8 S0 R1 T2.5;2.5;5;0 ; Drive 8 goes backwards (external Z2) ; Dual Z, & external steppers remap M584 X5 Y6 Z7:8 U8 E4 M350 E16 I0 ; Configure microstepping without interpolation M92 X101.4 Y101.4 Z4650 U4650 E420 ; Set steps per mm M566 X900 Y900 Z12 U12 E120 ; Set maximum instantaneous speed changes (mm/min) M203 X12000 Y12000 Z900 U900 E3000 ; Set maximum speeds (mm/min) M201 X500 Y500 Z20 U20 E2500 ; Set accelerations (mm/s^2) M906 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0 U0 S1 ; Set axis minima M208 X950 Y950 Z1000 U1000 S0 ; Set axis maxima ; Endstops M574 X1 Y1 Z1 U1 E1 S1 ; Set active high endstops, XYZU closed on trigger, ;M581 T2 E1 S1 C0 ; External trigger, 2, on E, rising edge (high), ANYTIME TEST (only on SD card printing) M591 D0 P1 C4 T2 ; filament sensor, E drive0, simple switch low signal with filament present, on E1 endstop, trigger 2 ; Z-Probe ;M574 Z1 S2 ; Set endstops controlled by probe M558 P8 I1 H5 R0.4 F150 X0 Y0 Z0 ; Set Z probe type to FSR, probe and the dive height + speeds G31 P100 X0 Y0 Z-0.1 ; Set Z probe trigger value (digital 8 no trigger threshold), offset and trigger height M557 X15:985 Y15:985 S200 ; Define mesh grid ; Heaters M140 H-1 ; Disable heated bed M305 P1 T100000 B4725 C0 R4700 ; Set thermistor + ADC parameters for heater 1 M143 H1 S300 ; Set temperature limit for heater 1 to 300C M301 H1 P24.4 I0.695 D85.1 T0.88 S1.0 M307 H1 A363.7 C247.7 D5.0 B0 ; Fans M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off M106 P1 T45 H1 ; Set fan 1 value. Thermostatic control is turned on M106 P2 S1 I0 F500 H T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on ; Tools M563 P0 D0 H1 ; 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 ;Pressure advance ;M572 D0 S0.01 ; pressure advance, to test… ; Automatic saving after power loss is not enabled ; Custom settings are not configured