; Configuration file for Duet Ethernet (firmware version 1.21) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v2 on Sun May 12 2019 23:32:42 GMT-0700 (Pacific Daylight Time) ; General preferences G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves ; Network M550 P"Origami CR10S" ; Set machine name M551 P19930706 M552 P172.26.105.202 S1 ; Enable network and set IP address M553 P255.255.255.0 ; Set netmask M554 P172.26.105.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 forwards M569 P3 S0 ; Physical drive 3 goes forwards M569 P4 S0 ; Physical drive 4 goes forwards M350 X32 Y32 Z32 E32:32 I1 ; Configure microstepping with interpolation M92 X160.00 Y160.00 Z800.00 E830.00:830.00 ; Set steps per mm M566 X480.00 Y480.00 Z12.00 E480.00:480.00 ; Set maximum instantaneous speed changes (mm/min) M203 X18000.00 Y18000.00 Z600.00 E1200.00:1200.00 ; Set maximum speeds (mm/min) M201 X2000.00 Y2000.00 Z20.00 E500.00:500.00 ; Set accelerations (mm/s^2) M906 X800.00 Y800.00 Z800.00 E1000.00:1000.00 I50 ; Set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0 S1 ; Set axis minima M208 X310 Y310 Z400 S0 ; Set axis maxima ; Endstops M574 X1 Y1 S1 ; Set active high endstops ; Z-Probe M574 Z1 S2 ; Set endstops controlled by probe M558 P1 H5 I0 F300 T6000 ; Set Z probe type to unmodulated and the dive height + speeds G31 P500 X0 Y-18 Z3.45 ; Set Z probe trigger value, offset and trigger height M557 X25:275 Y45:245 S50 ; Define mesh grid ; Heaters M307 H0 B0 S1.00 ; Disable bang-bang mode for the bed heater and set PWM limit M305 P0 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0 M143 H0 S100 ; Set temperature limit for heater 0 to 100C M305 P1 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 1 M143 H1 S250 ; Set temperature limit for heater 1 to 250C M305 P2 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 2 M143 H2 S250 ; Set temperature limit for heater 2 to 250C ; 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 H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off M106 P2 S1 I0 F500 H-1 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off ; 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 M563 P1 D1 H2 ; Define tool 1 G10 P1 X18 Y0 Z0 ; Set tool 1 axis offsets G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C ; Automatic power saving M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss ; Custom settings are not configured M501