Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Configuration file for Duet WiFi (firmware version 1.16)
- ; executed by the firmware on start-up
- ; General preferences
- M111 S0 ; Debugging off
- G21 ; Work in millimetres
- G90 ; Send absolute coordinates...
- M83 ; ...but relative extruder moves
- M555 P2 ; Set firmware compatibility to look like Marlin
- ; Homing distance
- M665 R100.45 L286.5 B110 H271.7 ; 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
- ; Endstops
- M574 X2 Y2 Z2 S1 ; Define active high microswitches at top of towers...
- M558 P5 X0 Y0 Z0 I1 H35 F1000 T2000 ; Set Z probe type to switch, the axes for which it is used and the probe + travel speeds
- G31 P200 X0 Y0 Z-0.4 ; Set Z probe trigger value, offset and trigger height
- ; Drives
- 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
- M350 X64 Y64 Z64 E16 I1 ; Configure microstepping without interpolation
- M92 X800 Y800 Z800 E413.5050 ; Set steps per mm
- M566 X1200 Y1200 Z1200 E1200 ; Set maximum instantaneous speed changes (mm/min)
- M203 X10000 Y10000 Z10000 E1000 ; Set maximum speeds (mm/min)
- M201 X1000 Y1000 Z1000 E1000 ; Set accelerations (mm/s^2)
- M906 X1500 Y1500 Z1500 E1500 I30 ; Set motor currents (mA) and motor idle factor in per cent
- M84 S30 ; Set idle timeout
- ; Heaters
- M143 S285 ; Set maximum heater temperature to 285C
- M301 H0 S10 P10 I0.1 D200 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)
- M305 P0 T100000 B3950 R4700 L0 H0 ; Set thermistor + ADC parameters for heater 0
- M305 P1 T100000 B4066 R4700 L0 H0 ; Set thermistor + ADC parameters for heater 1
- ; Reload firmware-generated parameters
- ;M98 Pconfig-override.g
- ; Tools
- M563 P0 D0 H1 ; Define tool 0
- G10 P0 X0 Y0 ; Set tool 0 axis offsets
- G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
- T0 ; Select first tool
- ; Network
- M550 PHEPHAESTUS ; Set machine name
- M551 PIneedscissors61! ; Set password
- M552 P192.168.2.16 S1 ; Enable network and set IP address
- M553 P255.255.255.0 ; Set netmask
- M554 P192.168.2.1 ; Set gateway
- ; Fans
- M106 P0 S0.6 I0 F500 H1 T60 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
- M106 P1 S0.6 I0 F500 H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off
- M106 P2 S0.6 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on
- ; Custom settings
- ; M208 S1 Z-0.2 ; Set minimum Z
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement