; Configuration file for Duet WiFi (firmware version 1.21) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.1.4 on Wed Oct 07 2020 23:48:54 GMT-0700 (Pacific Daylight Time) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"My Printer" ; set printer name ; Network M552 S1 ; enable network M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0 S0 ; physical drive 0 goes forwards M569 P1 S0 ; physical drive 1 goes forwards M569 P2 S1 ; physical driv e 2 goes forwards M569 P3 S0 ; physical drive 3 goes forwards M584 X0 Y1 Z2 E3 ; set drive mapping M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation M92 X320.00 Y320.00 Z1600.00 E410.00 ; set steps per mm M566 X900.00 Y900.00 Z12.00 E6000.00 ; set maximum instantaneous speed changes (mm/min) M203 X8000.00 Y8000.00 Z600.00 E1800.00 ; set maximum speeds (mm/min) M566 P1 ;Mimic Marlin jerk M572 D0 S0.015 : PA 201 X1000.00 Y1000.00 Z200.00 E600.00 ; set accelerations (mm/s^2) ----was250 M906 X2800 Y1800 Z800 E800 I20 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ;M915 X Y S5 F0 H200 R0 ; X / Y Axes Stall Detection ; Pin Assignments ; Axis Limits M208 X1 Y1 Z0 S1 ; set axis minima M208 X330 Y230 Z180 S0 ; set axis maxima ; Endstops M574 X1 S1 P"!xstop" ; X min active high endstop switch (S3=stall detection) M574 Y1 S1 P"!ystop" ; Y min active high endstop switch M574 Z1 S2 P"zprobe.in" ; set endstops controlled by probe M950 J4 C"e1stop" ; estop Input 1 uses e1Stop pin, M581 P4 T0 ; external estop trigger Pin J4 ; Z-Probe M558 P9 C"^zprobe.in" H5 F1200 T6000 ; RR3 set Z probe type to effector and the dive height + speeds. A2 S-1= average the 2 probe readings M950 S0 C"exp.heater3" ;create servo/gpio 0 on htr pin 3 on expan connector G31 P500 X-9 Y-20 Z1.80 ; set Z probe trigger value, offset and triggerheight M557 X10:190 Y10:190 S40 ; define mesh grid M671 X0:200:100 Y0:0:200 P0.63 ; defines leveling screw locations and thread pitch ; Bed Heaters M308 S0 P"bed_temp" Y"thermistor" T100000 B4138 R4700 ; define bed temperature sensor M950 H0 C"bed_heat" T0 Q101 ; heater 0 uses the bed_heat pin, sensor 0 M140 H0 ; NEW 3.0 ;M143 H0 S120 ; set temperature limit for heater 0 to 120C ;M570 H0 P90 T15 ; Heater@0 temp@15 out of range alarm >@90sec ; Hot End Heater M308 S1 P"e0temp" Y"thermistor" T100000 B4138 R4700 ; RR3define E0 temperature sensor M950 H1 C"e0heat" T1 ; heater 1 uses the e0heat pin and sensor 1 M570 H1 P90 T15 ; Heater@1 temp@15 out of range alarm >@90sec M143 H1 S245 ; set temperature limit for heater 1 to 250C ; Fans M950 F0 C"Fan0" Q500 ; fan 0 is a 2-wire PWM fan Hot End M950 F1 C"!Fan1" Q500 ; fan 1 is a 2-wire PWM fan inverted M106 P0 S0.3 B0.1 H T45 ; set fan 0 value, PWM signal Burst 0.1sec M106 P1 S0.3 B0.1 H T30 ; set fan 0 value, PWM signal ; 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 ; Custom settings are not defined ; Miscellaneous M575 P1 S1 B57600 ; enable support for PanelDue M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss M501