; Configuration file for Duet WiFi (firmware version 2.05) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v2.1.4 on Tue Jan 07 2020 14:05:30 GMT-0500 (Eastern Standard Time) ;;;;;;;;;;;;;; GENERAL INFORMATION ;;;;;;;;;;;;;;; ;This config file corresponds to the WorkBench 200 Series Machine with Volcano Extruders ;Author K. Edly ;Date: 1/7/2020 ;Revision: 1 ;Revision 1: Update to RRF 2.05 from 1.19.2 ;;;;;;;;;;;;;; GENERAL PREFERENCES ;;;;;;;;;;;;;;; G21 ; mm work units G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"WorkBench 2.0" ; set printer name ;;;;;;;;;;;;;; NETWORK ;;;;;;;;;;;;;;;; M551 P"3dp" ; set password M552 S1 ; enable network M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ;;;;;;;;;;;;;; DRIVES ;;;;;;;;;;;;;;;;; M569 P5 S1 ; physical drive 5 goes forwards M569 P6 S1 ; physical drive 6 goes forwards M569 P7 S1 ; physical drive 7 goes forwards M569 P3 S1 ; physical drive 3 goes forwards M569 P4 S1 ; physical drive 4 goes forwards M584 X5 Y6 Z7 E3:4 ; set drive mapping M350 X16 Y16 Z16 E16:16 I1 ; configure microstepping with interpolation M92 X120.00 Y120.00 Z2000.00 E478.00:478.00 ; set steps per mm M566 X900.00 Y900.00 Z18.00 E120.00:120.00 ; set maximum instantaneous speed changes (mm/min) M203 X9000.00 Y9000.00 Z600.00 E1200.00:1200.00 ; set maximum speeds (mm/min) M201 X2500.00 Y2500.00 Z250.00 E250.00:250.00 ; set accelerations (mm/s^2) M906 X800 Y800 Z800 E1200:1200 I30 ; 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 X1000 Y1000 Z500 S0 ; set axis maxima ;;;;;;;;;;;;;; ENDSTOPS ;;;;;;;;;;;;;;; M574 X1 Y1 Z1 S0 ; set active low and disabled endstops M574 E0 S0 ; Define E0 endstop active low for filament sensor ;;;;;;;;;;;;;; BLTouch Bed Probe ;;;;;;;;;;;;;;; M307 H7 A-1 C-1 D-1 ; disable heater 7 on PWM channel and use for BLTouch ;M558 P9 H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds M558 P9 X0 Y0 Z1 H5 F120 T6000 ; Set Z probe type to unmodulated, the axes for which it is used and the probe + travel speeds ; changed to match stock 1.19.2 firmware from 3DP G31 P600 X39 Y190 Z3.10 ; set Z probe trigger value, offset and trigger height ; changed to match stock 1.19.2 firmware from 3DP M557 X40:910 Y191:950 S58:50.6 ; define mesh grid ;;;;;;;;;;;;;; HEATERS ;;;;;;;;;;;;;;;; M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit M305 P0 T47500 B4100 R4700 ; set thermistor + ADC parameters for heater 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C M305 P1 T110000 B4550 R4700 ; set thermistor + ADC parameters for heater 1 M143 H1 S280 ; set temperature limit for heater 1 to 280C M305 P2 T110000 B4550 R4700 ; set thermistor + ADC parameters for heater 2 M143 H2 S280 ; set temperature limit for heater 2 to 280C ;;;;;;;;;;;;;; FANS ;;;;;;;;;;;;;;;;;;; M106 P0 S0 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off M106 P1 S0 I0 F500 H-1 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off M106 P2 S0 I0 F500 H0 T60 ; set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on ;;;;;;;;;;;;;; TOOLS ;;;;;;;;;;;;;;;;;; M563 P0 S"Left Extruder" D0 H1 F0 ; 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 S"Right Extruder" D1 H2 F0 ; define tool 1 G10 P1 X98.3 Y-0.35 Z0 ; set tool 1 axis offsets G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C ;;;;;;;;;;;;;; CUSTOM SETTINGS ;;;;;;;;;;;;;;; M280 P7 S60 I1 ; clear Bed Probe Errors M307 H0 A176.5 C1042.8 D6.8 V23.9 ; set PID control for heate bed M307 H1 A482.5 C264.6 D3.6 V23.5 ; set PID control for left extruder (E3D volcano with 24V, 40W heater) M307 H2 A488.0 C258.7 D4.5 V23.4 ; set PID control for right extruder (E3D volcano with 24V, 40W heater) ;;;;;;;;;;;;;; MISCELLANEOUS ;;;;;;;;;;;;;;;;; M911 S10 R20 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss T0 ; select first tool