; Configuration file for Anycubic Chiron ; Duet WiFi (firmware version 2.03) ; General preferences G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves ; Network M550 P"Anycubic Chiron" ; Set machine name M551 P"" ; Set machine password M552 S1 ; Enable network M586 P0 S1 ; Enable HTTP M586 P1 S0 ; Disable FTP M586 P2 S0 ; Disable Telnet ; Configure Drives M569 P0 S1 ; Drive 0 goes forwards M569 P1 S0 ; Drive 1 goes backwards M569 P2 S0 ; Drive 2 goes backwards M569 P3 S0 ; Drive 3 goes backwards M569 P4 S0 ; Drive 4 goes backwards M584 X0 Y1 Z2:3 E4 ; Apply custom drive mapping M671 X-40:440 Y200:200 ; Leadscrews position at right and left of the X axis M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation M92 X80 Y100 Z398 E432 ; Set steps per mm M566 X1200 Y1200 Z25 E120 ; Set maximum instantaneous speed changes (mm/min) M203 X12000 Y12000 Z1000 E1200 ; Set maximum speeds (mm/min) M201 X1000 Y800 Z250 E250 ; Set accelerations (mm/s^2) M906 X1200 Y1200 Z1200 E960 I30 ; Set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Dimensional Accuracy Adjustment M579 X1.0025 Y0.9975 Z1.0025 ; Axis Limits M208 X0 Y0 Z0 S1 ; Set axis minimum M208 X401 Y400 Z445 S0 ; Set axis maximum ; Endstops M574 X1 Y1 S0 ; Set active low Endstops for X/Y Axis M574 Z1 S1 ; Set active high Endstops for Z axis ; Z-Probe - Microswitch M558 P4 H4.42 F500 T6000 ; Set Z probe type to switch and the dive height + speeds G31 P500 X0 Y0 Z15.58 M557 X0:400 Y0:400 S20 ; probe from X=0 to 415, Y=0 to 415mm with a mesh spacing of 20mm ; Bed M305 P0 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0 M143 H0 S120 ; Set temperature limit for heater 0 to 120C ; Tool 0 M307 H1 A1230.8 C312.7 D7.2 S1.00 V26.3 B0 M305 P1 X200 ; Set PT100 + ADC parameters for heater 1 M143 H1 S280 ; Set temperature limit for heater 1 to 280C ; Fans M106 P0 H-1 S0 ; Set fan 0 value, Thermostatic control is turned off M106 P1 T45 H1 S0 ; Set fan 1 value, Thermostatic control is turned on M106 P2 H-1 S0 ; Set fan 0 value, Thermostatic control is turned off ; Tools M563 P0 D0 H1 F0:1 ; Define tool 0 - use extruder 0, heater 1 (and fan 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 T0 ; Select Tool 0 ; Automatic power saving M911 S21 R23 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss ; Other G29 S1