; Configuration file for Duet WiFi (firmware version 1.21) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v2 on Sun Apr 07 2019 19:59:17 GMT+0100 (British Summer Time) ; General preferences G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves M667 S1 ; Select CoreXY mode ; Network ;M552 S0 M550 P"x5s_1" ; Set machine name M551 P"Winter$15pring$2" ; Set password M552 S1 ; Enable Wifi Network M587 S"131_2.4" P"Winter$15pring$2" ; Configure access point. You can delete this line once connected ;M589 S"WorkBee" P"password" I10.10.10.10 ;M552 S2 ; Enable Access Point Mode M586 P0 S1 ; Enable HTTP M586 P1 S1 ; Enable FTP M586 P2 S1 ; Enable Telnet ; Drives M569 P0 S0 ; Drive 0 goes backwards M569 P1 S0 ; Drive 1 goes backwards M569 P2 S1 ; Drive 2 goes forwards M569 P3 S0 ; Drive 3 goes backwards M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation ; My Z steps are massive as I am using 2mm Lead Screws (not 8mm) and I have a small->large ratio ; from single Z stepper to my lead screws via single loop belt M92 X79.93 Y79.18 Z3200.00 E399.827 ; Set steps per mm M203 X12000 Y12000 Z375 E12000 ; Set maximum speeds (mm/min) ;M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; Set maximum speeds (mm/min) M201 X9000 Y9000 Z150 E6000 ; Set accelerations (mm/s^2) ;M201 X500.00 Y500.00 Z20.00 E250.00 ; Set accelerations (mm/s^2) M906 X1200.00 Y1200.00 Z1200.00 E1200.00 I30 ; Set motor currents (mA) and motor idle factor in per cent ; M572 D0 S0.1 M84 S30 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0 S1 ; Set axis minima M208 X350 Y350 Z400 S0 ; Set axis maxima ; Endstops M574 X1 S1 P"!xstop" ; Set active low and disabled endstops M574 Y1 S1 P"!ystop" ; Set active low and disabled endstops M574 Z1 S1 P"!zstop" ; Set active low and disabled endstops ; Z-Probe M558 P0 H5 F120 T6000 ; Disable Z probe but set dive height, probe speed and travel speed M557 X15:12 Y15:195 S20 ; Define mesh grid ; Heaters ;M307 H0 B0 S1.00 ; Disable bang-bang mode for the bed heater and set PWM limit ;M307 H1 B0 S1.00 ; Disable bang-bang mode for the E0 and set PWM limit ;M305 P0 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0 M308 S0 P"bed_temp" Y"thermistor" T100000 B4138 R4700 M950 H0 C"bed_heat" T0 M140 H0 M143 H0 S120 ; Set temperature limit for heater 0 to 120C ;M305 P1 T100000 B4725 C7.06e-8 ; Set thermistor + ADC parameters for heater 1 M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.06e-8 M950 H1 C"e0heat" T1 M143 H1 S280 ; Set temperature limit for heater 1 to 280C M570 S120 ; PID Tuning outputs - you will need to add you own calibration here M307 H0 B0 A63.8, C55.7, D4 S1 M307 H1 A342.7, C192.8, D3.9 S1 B0 ;M301 H0 P68.8, I4.104, D125.3 ;M301 H1 P25.5, I0.924, D70.3 ; Fans ;M106 P0 H-1 M950 F0 C"fan0" M950 F1 C"fan1" ;M106 P0 S1 I0 F500 H-1 T45 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on ;M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off M106 P0 S1 H-1 T45 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on M106 P1 S1 H1 T45 ; Set fan 1 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 ; Automatic saving after power loss is not enabled ; Custom settings are not configured ; Miscellaneous T0 ; Select first tool ; JERK M566 X150 Y150 Z12 E9000 P1 ; Set maximum instantaneous speed changes (mm/min) ;M566 X100 Y100 Z12.00 E120.00 ; Set maximum instantaneous speed changes (mm/min)