; Configuration file for testing Duet Ethernet and Wifi ; Communication and general M111 S0 ; Debug off M550 PIcarus Delta ; 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:0xFE:0xED ; MAC Address ;*** 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 P0.0.0.0 ; IP address, un-comment for DHCP M552 P192.168.0.14 ; IP address, comment for DHCP M554 P192.168.0.1 ; Gateway, comment for DHCP M553 P255.255.255.0 ; Netmask, comment for DHCP M555 P2 ; Set output to look like Marlin G21 ; Work in millimetres G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves ; Disable Fan 1 thermostatic mode M106 P1 H-1 S0.1 ; Axis and motor configuration M569 P0 S1 ; Drive 0 goes forwards M569 P1 S1 ; Drive 1 goes forwards M569 P2 S1 ; Drive 2 goes forwards M569 P3 S1 ; Drive 3 goes forwards M569 P4 S1 ; Drive 4 goes forwards M574 X2 Y2 Z2 S1 ; set endstop configuration (all endstops at high end, active high) ;*** The homed height is deliberately set too high in the following - you will adjust it during calibration ;M665 R105.6 L215.0 B125 H250 ; set delta radius, diagonal rod length, printable radius and homed height ;M665 R169.7 L325.0 B150 H188 ; set delta radius, diagonal rod length, printable radius and homed height_was H215 M665 R155.1 L325.0 B150 H182 ; set delta radius, diagonal rod length, printable radius and homed height_was H215 M666 X0 Y0 Z0 ; put your endstop adjustments here, or let auto calibration find them M350 X16 Y16 Z16 E16:16 I1 ; Set 16x microstepping with interpolation M92 X200 Y200 Z200 ; Set axis steps/mm ;M906 X1500 Y1500 Z1500 E1000 I40 ; Set motor currents (mA) and increase idle current to 40% M906 X700 Y700 Z700 E1000 I40 ;M201 X1000 Y1000 Z1000 E1000 ; Accelerations (mm/s^2) M201 X1000 Y1000 Z200 E1000 ; Accelerations (mm/s^2) probe M203 X10000 Y10000 Z10000 E3600 ; Maximum speeds (mm/min) ;M566 X1200 Y1200 Z1200 E1200 ; Maximum instant speed changes mm/minute M566 X1200 Y1200 Z0 E1200 ; Maximum instant speed changes mm/minute probe ; Thermistors M305 P0 T100000 B3950 R4700 H30 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction M305 P1 T100000 B3974 R4725 H30 L0 ; Put your own H and/or L values here to set first nozzle thermistor ADC correction M305 P2 T100000 B3974 R4700 H30 L0 ; Put your own H and/or L values here to set 2nd nozzle thermistor ADC correction M570 S180 ; Hot end may be a little slow to heat up so allow it 180 seconds ; Adjustments for J-heads used as dummy heaters on test rig M307 H0 A250 C140 D5.5 B1 M307 H1 A250 C140 D5.5 B0 M307 H2 A250 C140 D5.5 B0 ; Fans ;M106 P1 S-1 ; disable thermostatic mode for fan 1 ; Tool definitions M563 P0 D0 H1 ; Define tool 0 G10 P0 S0 R0 ; Set tool 0 operating and standby temperatures ;*** If you have a single-nozzle build, comment the next 2 lines M563 P1 D1 H2 ; Define tool 1 G10 P1 S0 R0 ; Set tool 1 operating and standby temperatures M92 E663:663 ; Set extruder steps per mm ; Z probe and compensation definition ;*** If you have a switch instead of an IR probe, change P1 to P4 in the following M558 command M558 P1 X0 Y0 Z0 ; Z probe is an IR probe and is not used for homing any axes G31 X0 Y0 Z4.80 P500 ; Set the zprobe height and threshold (put your own values here) ;*** If you are using axis compensation, put the figures in the following command M556 S78 X0 Y0 Z0 ; Axis compensation here M208 S1 Z-0.2 ; set minimum Z T0 ; select first hot end