M80 ; Turns on the ATX power supply G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves M550 P"sgk008" ; set printer name m551 1234 ; pass ; ====================== Network =========================== M552 S1 ; enable network M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet M669 K1 ; select CoreXY mode ; ======================= Endstops ========================= M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop M574 Y2 S1 P"ystop" ; configure active-high endstop for high end on Y via pin ystop M574 Z1 S2 ; configure Z-probe endstop for low end on Z M575 P1 S1 B57600 ; Set things up for the PanelDue ; Filament sensor M591 D0 P1 C"e0stop" S1 ; Set Filament sensor Simple type (High) for extruder drive 0, connected to endstop input 3 (E0 ; ======================= Drives =========================== M569 P0 S0 ; Drive 0 goes backwards blv: its was S1 M569 P1 S0 ; Drive 1 goes backwards blv: its was S1 M569 P2 S0 ; Drive 2 goes forwards M569 P3 S1 ; Drive 3 goes backwards WAS 0 M569 P4 S0 ; Drive 4 goes forwards M584 X0 Y1 Z2:4 E3 ; set drive mapping ; ===================== Drive Settings ===================== M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation M92 X200.00 Y200.00 Z800 E691.55 ; Set steps per mm for orbiter ;M92 X200.00 Y200.00 Z800 E693.55 ; Set steps per mm for orbiter M566 X500 Y500 Z800 E600 ; Set maximum instantaneous speed changes (Jerk) (mm/min) M203 X20000 Y20000 Z600 E3600 ; Set maximum speeds (mm/min) M201 X1000 Y1000 Z100 E600 ; Set accelerations (mm/s^2) M906 X1350 Y1350 Z1200 E700 I10 ; Set motor currents (mA) and motor idle factor in per cent ;M84 S30 ; Set idle timeout ;M350 E16 I1 ;micro stepping set to 16 with interpolation ;M92 E690 ;steps/mm - you may need to finetune it ;M203 E3600 or E7200 ;max speed mm/min ;M566 E600 ;instantaneous speed change mm/min ;M201 E600 or E800 ;acceleration mm/s^2 ;M906 E500 or E1200 I10 ;motor current mA idle current 10% ; ===================== Axis Limits ======================== ;M671 X-30.0:364.0 Y175.0:175.0 S5.0 ;bed compensation M671 X-45.0:364.0 Y165.0:165.0 S5.0 ;bed compensation M208 X-3.50 Y0 Z0 S1 ; Set axis minima M208 X340 Y320 Z350 S0 ; Set axis maxima ;M557 X20:270 Y20:270 S240 ; Define mesh grid ;M557 X35:305 Y35:305 P3 ; Define mesh grid M557 X30:310 Y20:270 P3 ; Define mesh grid ; ======================== Z-Probe ========================= M558 P1 C"^zprobe.in" H5 F200 T9000 I0 R0.5 ; Set Z probe type mini ir sensor G31 P500 X-1 Y-20 Z1.360 ; Set Z probe trigger value, offset and trigger height ; ======================== Heaters ========================= M308 S0 P"bed_temp" Y"thermistor" T100000 B3950 ; define bed temperature sensor M950 H0 C"bed_heat" T0 ; heater 0 uses the bed_heat pin, sensor 0 M307 H0 R0.272 C388.6 D16.77 S1.00 V23.6 ; Heatbed PID M140 H0 ; map heated bed to heater 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.06e-8 ; define E0 temperature sensor M950 H1 C"e0heat" T1 ; heater 1 uses the e0heat pin and sensor 1 M307 H1 B0 R2.453 C154.9:142.7 D4.90 S1.00 V23.5 ; Hotend PID .4mm M143 H1 S260 ; set temperature limit for heater 0 to 260C M308 S2 P"mcu-temp" Y"mcu-temp" A"Duet Board" ; Configure MCU sensor ; ======================== Tools =========================== M563 P0 S"T0" 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 ; ========================= Fans =========================== hotend fan/ hotend M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency M106 P1 S1 H1 C"hotend" T45 ; set fan 1 value. Thermostatic control is turned on 100% at 45deg Tool Fan/ Layer Fan M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency M106 P0 S0.2 H-1 C"Layer fan" ; set fan 0 value. Thermostatic control is turned off ;M106 P0 S0.5 H-1 C"Layer fan" ; set fan 0 value. Thermostatic control is turned off M950 F2 C"fan2" Q250 ; create fan 2 on pin fan2 and set its frequency M106 P2 S0.5 H-1 F250 C"AC alimentation" ; set fan 2 value. Thermostatic control is turned off ; ===================== Custom settings ==================== M572 D0 S0.05 ;pressure advance Set bowden extruder elasticity compensation for E0 M207 S1.5 F3600 Z0.01 ; Set firmware retraction parameters M564 H0 ; Let the Jog buttons work blv: added to allow jog buttons ; Scanner support (debug) ;M750 ; Set up DHT sensor on channels 101-102 ;M305 P101 X405 S"DHT temperature" T11 ;M305 P102 X455 S"DHT humidity [%]" T11 ; Automatic power saving M911 S21 R22 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss ; ====================== Miscellaneous ===================== M501 ; load saved parameters from non-volatile memory ;M500 ; save T0 ; select first tool 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 ; config-override.g file generated in response to M500 ; This is a system-generated file - do not edit ; Heater model parameters M307 H0 R0.272 C388.600:388.600 D16.77 S1.00 V23.6 B0 I0 M307 H1 R2.487 C76.700:70.200 D4.90 S1.00 V23.5 B0 I0 ; Workplace coordinates G10 L2 P1 X0.00 Y0.00 Z0.00 G10 L2 P2 X0.00 Y0.00 Z0.00 G10 L2 P3 X0.00 Y0.00 Z0.00 G10 L2 P4 X0.00 Y0.00 Z0.00 G10 L2 P5 X0.00 Y0.00 Z0.00 G10 L2 P6 X0.00 Y0.00 Z0.00 G10 L2 P7 X0.00 Y0.00 Z0.00 G10 L2 P8 X0.00 Y0.00 Z0.00 G10 L2 P9 X0.00 Y0.00 Z0.00