; Configuration file for Duet Maestro (firmware version 1.21) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v2 on Mon Jul 29 2019 16:56:37 GMT-0700 (Pacific Daylight Time) ; General preferences G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves M555 P1 ; Set firmware compatibility to look like RepRapFirmare ; Network M550 P"Maestro_TAZ" ; Set machine name M552 P0.0.0.0 S1 ; Enable network and acquire dynamic address via DHCP M586 P0 S1 ; Enable HTTP M586 P1 S0 ; Disable FTP M586 P2 S0 ; Disable Telnet ; Drives M569 P0 S0 ; Physical drive 0 goes backwards M569 P1 S1 ; Physical drive 1 goes forwards M569 P2 S0 ; Physical drive 2 goes backwards M569 P3 S1 ; Physical drive 3 goes forwards ; Movements M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation M92 X100.50 Y100.50 Z1550.00 ; Set steps per mm M92 E410.0 ; set extruder E0 steps/mm M566 X1000.00 Y1000.00 Z50.00 E120.00 ; Set maximum instantaneous speed changes (mm/min); Original Settings: X900 Y900 Z30 E20 M203 X24000.00 Y24000.00 Z400.00 E100 ; Set maximum speeds (mm/min) M201 X800.00 Y800.00 Z300.00 E1000 ; Set accelerations (mm/s^2) M906 X800.00 Y800.00 Z800.00 E1000.00 I30 ; Set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits and bed compensation M584 X0 Y1 Z2:4 ; two Z motors connected to driver outputs Z and E1 M671 X-88:330 Y145:145 S3.0 ; lead-screws at left and right of X axis M208 X0 Y0 Z0 S1 ; Set axis minima M208 X270 Y270 Z250 S0 ; Set axis maxima ; Endstops M574 X1 Y1 S0 ; Set active low and disabled endstops ; Z-Probe M574 Z0 S2 ; Set endstops controlled by probe M558 P9 H5 F120 T300000 ; Set Z probe type to bltouch and the dive height + speeds G31 P25 X70 Y4 Z3.38 ; Set Z probe trigger value, offset and trigger height M557 X70:240 Y20:240 S40 ; Define mesh grid ; Heaters M307 H0 B0 S1.00 ; Disable bang-bang mode for the bed heater and set PWM limit M307 H1 A345.0 C242.7 D3.2 S0.65 V24.5 B0 M305 P0 T100000 B4138 R2200 ; Set thermistor + ADC parameters for heater 0 M143 H0 S120 ; Set temperature limit for heater 0 to 120C M305 P1 T100000 B4138 R2200 ; Set thermistor + ADC parameters for heater 1 M143 H1 S280 ; Set temperature limit for heater 1 to 280C ; Fans M106 P2 S0.4 I0 F500 H-1 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off ; Tools M563 P0 S"E3D_E0" 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 ; Automatic saving after power loss is not enabled ; Custom settings are not configured ; Miscellaneous M500 ; Store parameters M501