; Configuration file for Duet Maestro (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v2.1.8 on Fri Apr 03 2020 18:37:43 GMT-0700 (Pacific Daylight Time) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"VORON 2.4" ; set printer name M667 S1 ; select CoreXY mode M575 P1 S1 B57600 ; display M555 P2 ; marlin ; Network 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 ; --- drive map --- ; _______ ; | 4 | 5 | ; | ----- | ; | 2 | 6 | ; ------- ; front ; Drives M569 P0 S1 ; A Right M569 P1 S0 ; B Left M569 P2 D2 ; Z Front Left M569 P3 D2 S0 ; Extruder rev M569 P4 D2 S0 ; Z Rear Left rev M569 P5 D2 ; Z Rear Right M569 P6 D2 S0 ; Z Front Right rev M584 X1 Y0 Z2:4:5:6 E3 ; A=X Motor B=Y Motor E=E0 Z= Z E1:2:3 M671 X-65:-65:365:365 Y-20:380:380:-20 S20 ; Z belt location M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation M92 X80.00 Y80.00 Z400.00 E407.16 ; set steps per mm ; Accelerations and speed ;M98 P"/macros/print_scripts/speed_printing.g" M566 X900.00 Y900.00 Z100.00 E4000.00 ; set maximum instantaneous speed changes (mm/min) M203 X30000.00 Y30000.00 Z900.00 E3600.00 ; set maximum speeds (mm/min) M201 X2200.00 Y2200.00 Z80.00 E3000.00 ; set accelerations (mm/s^2) M906 X850 Y850 Z900 E900 I10 ; set motor currents (mA) and motor idle factor in per cent M84 S25 ; Set idle timeout ;M593 F31.74 ; DAA ; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima M208 X298 Y307 Z275 S0 ; set axis maxima ; Endstops M574 X2 S1 P"xstop" ; configure active-high endstop for high end on X via pin xstop M574 Y2 S1 P"ystop" ; configure active-high endstop for high end on Y via pin ystop ; Z-Probe ;M558 P5 C"zprobe.in" H3 F450 T7000 B1 A4 S0.02 ; set Z probe type to modulated and the dive height + speeds G31 P1000 X30 Y-5 Z0.0 H2 ; set Z probe trigger value, offset and trigger height *C0.2 S40 H2 M557 X15:285 Y20:270 S50 ; define mesh grid ; Select inductive Z probe on powerup M98 P"/macros/print_scripts/activate_z_probe.g" ; Heaters M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 A"Bed" ; configure sensor 0 as thermistor on pin bedtemp M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0 M143 H0 S110 ; set temperature limit for heater 0 to 120C M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit M140 H0 ; map heated bed to heater 0 M308 S1 P"e0temp" Y"thermistor" T100000 B4138 A"Hotend" ; configure sensor 1 as thermistor on pin e0temp M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1 M143 H1 S280 ; set temperature limit for heater 1 to 280C M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit ;Sensors M308 S3 P"mcu-temp" Y"mcu-temp" A"Duet" ; configure sensor 3 as mcu temperature M308 S4 P"drivers" Y"drivers" A"Drivers" ; configure sensor 4 as driver temperature ; Fans M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency M106 P0 S0 H-1 C"Part Cooling" ; set fan 0 value. Thermostatic control is turned off M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency M106 P1 S1 H1 T55 C"Hotend Cooling" ; set fan 1 value. Thermostatic control is turned on M950 F2 C"fan2" Q500 ; create fan 2 on pin fan2 and set its frequency M106 P0 S0 H-1 C"Board Cooling" ;M106 P2 S1 H3:4 T33 C"Board Cooling" ; set fan 3 and 4 value. Thermostatic control is turned on ; Tools M563 P0 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 M307 H1 A551.2 C296.2 D8.1 S1.00 V24.1 B0 ; set PID value for E3D V6 24v M307 H0 A220.8 C759.6 D1.6 S1.00 V0.0 B0 ; set PID value for Heated Bed M207 S0.6 F4500 Z0.0 ; set retraction M572 D0 S0.1 ; ; Custom settings are not defined T0