; Configuration file for testing Duet Ethernet and Wifi ; Communication and general G21 ; Work in millimetres G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves M555 P2 ; Set firmware compatibility to look like Marlin M550 PXnaronDelta ; Machine name and Netbios name (can be anything you like) M551 Preprap ; Machine password (used for FTP) ;*** If you have more than one Duet on your network, they must all have different MAC addresses, so change the last digits M540 P0xBE:0xEF:0xDE:0xAD:0xBE:0xED ; MAC Address M575 P1 B57600 S1 ; Set auxiliary serial port baud rate and require checksum ;*** Networking - Enable for both WiFi and Ethernet boards. M552 S1 ; Turn network on ;*** Ethernet networking: Adjust the IP address and gateway in the following 2 lines to suit your network M552 P192.168.0.14 ; (0 = DHCP) M554 P192.168.0.255 ; Gateway M553 P255.255.255.0 ; Netmask ;*** The homed height is deliberately set too high in the following - you will adjust it during calibration. ;M665 L311.000 R154.000 H423.8 B140.0 X0.000 Y0.000 Z0.000; SHORT ARMS Set delta radius, diagonal rod length, printable radius and homed height ;M665 L348.000 R153.700 H379.590 B150.0 X0.000 Y0.000 Z0.000; LONG ARMS Set delta radius, diagonal rod length, printable radius and homed height ;M665 L348.000 R153.700 H379.95 B150.0 X0.000 Y0.000 Z0.000; LONG ARMS Set delta radius, diagonal rod length, printable radius and homed height ;M665 L348.000 R153.700 H358.65 B150.0 X0.000 Y0.000 Z0.000; LONG ARMS Set delta radius, diagonal rod length, printable radius and homed height ;M666 X0 Y0 Z0 ; Put your endstop adjustments here, or let auto calibration find them M665 L348.000:348.000:348.000 R152.524 H358.707 B150.0 X0.436 Y0.066 Z0.000 M666 X-0.147 Y-0.033 Z0.180 A0.00 B0.00 M208 Z0 S1 ; Set minimum Z ; Endstops ;M574 X2 Y2 Z2 S1 ; Define active high microswitches M574 X2 S1 P"xstop" ; X min active high endstop switch M574 Y2 S1 P"ystop" ; Y min active high endstop switch M574 Z2 S1 P"zstop" ; Z min active high endstop switch ;M307 H3 A-1 C-1 D-1 M558 P9 C"^zprobe.in" H5 F500 T9500 M950 S0 C"exp.heater3" ; create servo/gpio 0 on heater 3 pin on expansion connector G31 X-20.36 Y-11.75 Z0.3 P25 ;G31 X20.36 Y-11.75 Z0.24 P25 M557 R145 S20 ; Define mesh grid ;M558 P9 X0 Y0 Z0 H5 F120 T9000 ; Set Z probe type to unmodulated, the axes for which it is used and the probe + travel speeds ;G31 P600 X0 Y0 Z2.5 ; Set Z probe trigger value, offset and trigger height ;M557 R140 S20 ; Define mesh grid ; Drives M569 P0 S1 ; Drive 0 goes forwards M569 P1 S1 ; Drive 1 goes forwards M569 P2 S1 ; Drive 2 goes forwards M569 P3 S0 ; Drive 3 goes forwards M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation M92 X160 Y160 Z160 E420 ; Set steps per mm x32 360 ;M350 X64 Y64 Z64 E32 I0 ; Configure microstepping with interpolation ;M92 X640 Y640 Z640 E840 ; Set steps per mm x32 360 ;M350 X128 Y128 Z128 E32 I0 ; Configure microstepping with interpolation ;M92 X1280 Y1280 Z1280 E840 ; Set steps per mm x128 360 ;M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation ;M92 X160 Y160 Z160 E420 ; Set steps per mm x32 360 ;M92 X160 Y160 Z160 E837 ; Set steps per mm x32 360 titan ;M350 X16 Y16 Z16 E32 I1 ; Configure microstepping with interpolation ;M92 X160 Y160 Z160 E1674 ; Set steps per mm x32 360 ;M350 X32 Y32 Z32 E32 I0 ; Configure microstepping with interpolation ;M92 X320 Y320 Z320 E1674 ; Set steps per mm x32 360 ;M350 X64 Y64 Z64 E32 I0 ; Configure microstepping with interpolation ;M92 X640 Y640 Z640 E1674 ; Set steps per mm x64 360 ;M350 X128 Y128 Z128 E32 I0 ; Configure microstepping with interpolation ;M92 X1280 Y1280 Z1280 E1674 ; Set steps per mm x128 360 ;M92 X640 Y640 Z640 E1440 ; Set steps per mm x64 360 M566 X1200 Y1200 Z1200 E1200 ; Set maximum instantaneous speed changes (mm/min) ;M566 X600 Y600 Z600 E1200 ; Set maximum instantaneous speed changes (mm/min) M203 X9000 Y9000 Z9000 E6000 ; Set maximum speeds (mm/min) ;M201 X1500 Y1500 Z1500 E1500 ; Set accelerations (mm/s^2) E3000 M201 X2000 Y2000 Z2000 E1500 ; Accelerations (mm/s^2) ;M906 X1900 Y1900 Z1900 E800 ; Set motor currents (mA) Titan ;M906 X1900 Y1900 Z1900 E600 ; Set motor currents (mA) Bondtech M906 X1500 Y1500 Z1500 E600 ; Set motor currents (mA) Bondtech M84 S0 ; Disable motor idle current reduction ; Heaters M308 S0 P"bedtemp" Y"thermistor" T100000 B3950 R4700 ; 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 S120 ; set temperature limit for heater 0 to 120C ;M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit M307 H0 A302.2 C478.7 D1.1 S0.8 B0; M140 H0 ; map heated bed to heater 0 M308 S1 P"e0temp" Y"thermistor" T100000 B4388 C0 R4700 ; 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 S300 ; set temperature limit for heater 1 to 280C M307 H1 B0 S1.00 ; Fans M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency M106 P0 S0 H-1 ; 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 T45 ; set fan 1 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 ; Fans ;M106 P0 S1 I0 F10 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off ;M106 P1 T45 H1; ;;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 ; Custom settings ;M579 X1.0 Y1.0 Z1.0 ; ;M106 P0 S0; ;M307 H0 S1.00 A320.6 C614.7 D60.0 B0; G1 S2 X0.1 Y0.1 Z0.1; ;M572 D0 S0.02; PRESSURE ADVANCE ;M307 H1 A253.8 C81.5 D3.0 B0; ;M307 H1 A375.3 C127.4 D5.5 B0; ;M307 H0 A255.8 C374.9 D3.0 S0.8 B0; G28;