; Config for anycubic chiron G90 ; Send absolute coordinates M83 ; But relative extruder moves ; Network M550 P"Chiron" ; Set machine name M551 P"*************" ; Set password M552 S1 ; Enable network M587 S"****************" P"*************" ; Configure access point M586 P0 S1 ; Enable HTTP M586 P1 S1 ; Disable FTP M586 P2 S1 ; Disable Telnet ; Drives/Motors M569 P0 S1 ; Drive 0/X goes forwards M569 P1 S1 ; Drive 1/Y goes forwards M569 P2 S1 ; Drive 2/Z1 goes forwards M569 P3 S1 ; Drive 3/E0 goes forwards M569 P4 S1 ; Drive 4/Z2 goes forwards (Originally mapped as E1) M584 X0 Y1 Z2:4 E3 ; 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 Z400 E460 ; Set steps per mm M566 X1200 Y1200 Z12 E120 ; Set maximum instantaneous speed changes (mm/min) M203 X9000 Y9000 Z180 E1200 ; Set maximum speeds (mm/min) M201 X1000 Y800 Z250 E250 ; Set accelerations (mm/s^2) M906 X1100 Y1100 Z1100 E1100 I30 ; Set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z-1.0 S1 ; Set axis minimum M208 X400 Y400 Z410 S0 ; Set axis maximum ; Endstops M574 X1 Y1 Z0 S0 ; Set active endstops ; Z-Probe (IR Sensor) M574 Z1 S2 ; Set Z probe as active end stop M558 P1 H5 F120 T6000 ; Set Z probe type to unmodulated dive height + speeds G31 P500 X-10 Y-45 Z1.68 ; Set Z probe trigger value, offset and trigger height G29 S1 ; Probe the bed M557 X15:375 Y50:375 S30 ; Define mesh grid ; Heaters M305 P0 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0 M143 H0 S120 ; Set temperature limit for heater 0 to 120C M305 P1 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 1 M143 H1 S295 ; Set temperature limit for heater 1 to 295C M143 H2 S290 ; Tools M563 P0 D0 H1 F0:2 G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C