; Configuration file for Duet Ethernet (firmware version 1.20 or newer) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool on Sat Apr 21 2018 04:27:36 GMT+0200 ; General preferences G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves G21 ; Work in millimetres ;*** The homed height is deliberately set too high in the following - you will adjust it during calibration. M665 R540.74 L1021.5 B400 H1029.9 ;1027.9 ; Original 1026.9, Set delta radius, diagonal rod length, printable radius and homed height; Original M665 R540.74 L1021.5 B400 H1029.9 M666 X0 Y0 Z0 ; Put your endstop adjustments here, or let auto calibration find them M579 Z1.0009 ; Scale Z von 1002 zu 1000.0 ; Network M550 PGigadelta ; Set machine name M551 Pxxxxxxxxxxxxxxxxx ; Set password M540 Pxxxxxxxxxxxxxxxxx ; Set MAC address M552 Pxxxxxxxxxxxxxxxxx ; Enable network and set IP address M553 Pxxxxxxxxxxxxxxxxx ; Set netmask M554 Pxxxxxxxxxxxxxxxxx ; Set gateway M586 P0 S1 ; Enable HTTP M586 P1 S1 ; Enable FTP M586 P2 S0 ; Disable Telnet ; Drives M569 P0 S0 ; Drive 0 goes forwards M569 P1 S0 ; Drive 1 goes forwards M569 P2 S0 ; Drive 2 goes forwards M569 P3 S0 ; Drive 3 goes forwards M569 P4 S0 ; Drive 4 goes forwards M569 P5 S0 ; Drive 5 goes forwards M569 P6 S1 ; Drive 6 goes forwards ;Tool definition M563 P0 D0 H1 G10 P0 X0 Y0 ;X-27.71 Y-16 ; Set tool 0 axis offsets G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C M563 P1 D1 H2 G10 P1 X0 Y0 ;X27.71 Y-16 ; Set tool 0 axis offsets G10 P1 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C M563 P2 D2 H3 G10 P2 X0 Y0 ;X0 Y32 ; Set tool 0 axis offsets G10 P2 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C M563 P3 D3 ;M563 P5 D0:1:2:3:4 H1 ; Define tool 5 (P5) to use all five extruders and heater 1 ;G10 P5 X0 Y0 ; Set tool 0 axis offsets ;G10 P5 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C ;M568 P5 S1 ; Enable mixing for tool 5 ;M567 P5 E0.2:0.2:0.2:0.2:0.2 ; Set mixing ratio for tool 5. ;Speed ;M207 S1.5 F3000 ;set firmware retraction M350 X16 Y16 Z16 E16:16:16:16 I1 ; Configure microstepping with interpolation M92 X160 Y160 Z160 E413:816:816:199 ; 413;429 Set steps per mm (alt 797 0.8 degree titan) M566 X1200 Y1200 Z1200 E1200:1200:1200:1200 ; Set maximum instantaneous speed changes (mm/min) M203 X18000 Y18000 Z18000 E6000:6000:6000:6000 ; Set maximum speeds (mm/min) M201 X1000 Y1000 Z1000 E1000:1000:1000:1000 ; Set accelerations (mm/s^2) M906 X1680 Y1680 Z1680 E2000:1680:1680:1680 I30 ; Set motor currents (mA) and motor idle factor in per cent M84 S300 ; Set idle timeout ; Axis Limits M208 Z0 S1 ; Set minimum Z ; Endstops M574 X2 Y2 Z2 S1 ; Set active low endstops ;Filament out sensor ;M591 D0 P1 C3 ; E0 und E1 ;M581 E2 S1 T1 C0 ; E2 mit Trigger ;M582 T2 ; Z-Probe M558 P1 H11 F120 T5000 ; Set Z probe type to unmodulated and the dive height + speeds G31 P500 X-31.90 Y25.35 Z1.10 ; Trigger bei 2.15, dann auf 1.10 passt ein Blatt durch, Set Z probe trigger value, offset and trigger height (alt X-25.46 Y-14.7); Mehr = Nozzle ist naeher beim Bett ;M557 R300 S40 ; Define mesh grid ; Heaters M140 H-1 ; Disable heated bed M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1 M305 P2 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1 M305 P3 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1 M143 H1 S260 ; Set temperature limit for heater 1 to 260C M143 H2 S260 ; Set temperature limit for heater 1 to 260C M143 H3 S260 ; Set temperature limit for heater 1 to 260C ;M303 H1 S220 ; Auto PID ausfuehren ;M307 H1 ; PID abrufen M307 H1 A472.8 C246.3 D6.3 B0 ;PID heater 1 M307 H2 A302.8 C150.4 D4.7 B0 ;PID heater 2 M307 H3 A271.5 C146.9 D4.1 B0 ;PID heater 3 ; Fans M106 P0 S1.0 I0 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off M106 P1 S1.0 I0 H1 T35 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on M106 P2 S1.0 I0 H2 T35 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on M106 P3 S1.0 I0 H3 T35 ; Set fan 3 value, PWM signal inversion and frequency. Thermostatic control is turned on M106 P4 S1.0 I0 H1 T5 ; Set fan 4 value, PWM signal inversion and frequency. Thermostatic control is turned on ; Automatic power saving M911 S22 R23 P"M913 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss ; Custom settings are not configured ;M501