; Configuration file for Duet Ethernet (firmware version 1.17 to 1.19) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool on Mon Jan 15 2018 09:45:59 GMT+0100 (Mitteleuropäische Zeit) ; 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 M208 X-15 Y0 Z-1 S1 ; Set axis minima M208 X180 Y145 Z150 S0 ; Set axis maxima ; Endstops M558 P0 H5 F120 T6000 ; Disable Z probe but set dive height, probe speed and travel speed M557 X15:165 Y15:165 S20 ; Define mesh grid M915 X S2 F1 R0 ; Konfiguration Stall Detection (Blockadeerkennung) S0 = threshold (-63 / 64) F1 = unfiltered R1 = Report M915 Y S2 F1 R0 ; separat für y-Achse M574 X1 Y1 S3 ; Konfiguration Sensorless Endstops X/Y1 = Endstop bei MIN, S3 = Verwende Stall Detection M574 Z1 S1 ; Konfiguration mech. Endstop Z-Achse (bei MIN, active high) M581 TE1 S1 C0 ; Endstop E1 als NOTAUS konfiguriert (S0 = Schalter NC, C0 = immer [C1: nur während Druck]) ; Drives M569 P0 S1 ; Drive 0 goes forwards M569 P1 S1 ; Drive 1 goes forwards M569 P2 S0 ; Drive 2 goes backwards (Y-Achse erster Stepper) M569 P3 S1 ; Drive 3 goes Forwards M569 P4 S0 ; Drive 4 goes backwards (Y-Achse zweiter Stepper) M584 X0 Y2:4 Z1 E3 ; Apply custom drive mapping M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation M92 X320 Y320 Z1066.666 E415 ; Set steps per mm M566 X600 Y600 Z12 E500 ; Set maximum instantaneous speed changes (mm/min) /E: 120 / XY: 900 M203 X4500 Y4500 Z500 E1200 ; Set maximum speeds (mm/min) / E: 1200 M201 X600 Y600 Z250 E750 ; Set accelerations (mm/s^2) / E: 250 / XY: 800 M906 X1400 Y1400 Z1400 E1000 I30 ; Set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Heaters (P; 0: Bed, 1: E0 Heat, 2: E1 Heat) M140 H2 ; Heater 0 (Heated Bed) ;M305 P0 S"Heatbed" X201 ; ...nutzt Channel 201 (RTD-Board) M305 P1 X200 ; Heater 1 (Extruder 0 / Tool 0) nutzt Channel 153 (thermocouple-Board) ; M141 H2 ; Heater 2 (Chamber Heater) ; M305 P2 X1 S"Chamber Temperature" R4700 T100000 B3950 ; ...nutzt Channel 1 (E0_TEMP) Thermoelement zur Ueberwachung der Bauraumtemperatur M305 P2 S"Chamber Temperature" X201 ; ...nutzt Channel 201 (RTD-Board) ;;; Config für "Chamber Heater" als virtuellem Heizelement ;;; M305 P2 S"Chamber Heater" X200 ; ...nutzt Channel 200 (RTD-Board) ;M305 P102 X2 S"Chamber Temperature" R4700 T100000 B3950 ; virtuelles Heizelement/Temperaturueberwachung mit Semitec/e3d Sensor auf Channel 2 (E1_TEMP), virtueller Heater 102 M143 H0 S230 ; Heater 0 (Bed) maximale Temperatur M143 H1 S440 ; Heater 1 (Tool 0) maximale Temperatur M143 H2 S200 ; Heater 2 (Chamber) maximale Temperatur ; Tools M563 P0 D0 H1 ; Define tool 0 G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets G10 P0 R0 S250 ; Set initial tool 0 active and standby temperatures to 0C (/Standby 0 active 250) ; Network M550 PBender HTP ; Set machine name ; M551 PHTPP455W0RD ; Set password M540 PBE:EF:DE:AD:FE:ED ; Set MAC address ; M552 P192.168.2.142 S1 ; Enable network and set fixed IP Adresse (std: acquire dynamic address via DHCP) M552 P10.6.221.192 S1 ; Enable network and set fixed IP Address: igus Druckernetzwerk M553 P255.255.255.0 ; Set Netmask M554 P10.6.221.1 ; Set Gateway: igus Druckernetzwerk M586 P0 S1 ; Enable HTTP M586 P1 S0 ; Disable FTP M586 P2 S0 ; Disable Telnet ; Fans M106 P0 S0.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off M106 P1 S1 I0 F500 H1:2 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on M106 P2 S1 I0 F500 H1:2 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on ; Custom settings are not configured M912 P0 S-8,2 ; CPU Temperatur kalibrieren (24,8 °C - 33 °C) ; Miscellaneous ; T0 ; Select first tool (auskommentiert um Standbytemperaturen nutzen zu können) ; M572 D0 S0.15 ; Pressure Advance 0,2 s M501 ; Read stored parameters