;Generated by Modix - 1.3 ;Modix Big-60. ; General preferences G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves ; Network M550 P"Big-60" ; Set machine name ;M551 P"my-password" ; Set password (optional) M552 S1 ; Enable network M586 P0 S1 ; Enable HTTP M586 P1 S0 ; Disable FTP M586 P2 S0 ; Disable Telnet ; Drives M569 P0 S1 ; Physical drive 0 goes forwards. X-Axis. M569 P1 S0 ; Physical drive 1 goes backwards. Y-Axis. M569 P2 S0 ; Physical drive 2 goes backwards. Z-Axis. M569 P3 S1 ; Physical drive 3 goes forwards. E0-Extruder. M569 P4 S0 ; Physical drive 4 goes backwards. E1-Extruder. M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation M92 X100.00 Y100.00 Z2000.00 E418.500 ; Set steps per mm M566 X300 Y500 Z100.00 E120.00 ; Set maximum instantaneous speed changes (mm/min) M203 X9000.00 Y9000.00 Z200.00 E1200.00 ; Set maximum speeds (mm/min) M201 X1000 Y1000 Z100.00 E250.00 ; Set accelerations (mm/s^2) M204 P500 T1000 ; Set print and travel accelerations (mm/s^2) M906 X1800 Y1800.00 Z2400.00 E1000.00 I40 ; Set motor currents (mA) and motor idle factor in per cent M84 S40 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0 S1 ; Set axis minima M208 X600 Y600 Z660 S0 ; Set axis maxima ; Endstops M574 X1 Y2 S1 ; Set active low and disabled endstops ; Z-Probe M574 Z2 S2 ; Set endstops controlled by probe M307 H3 A-1 C-1 D-1 ; Disable heater on PWM channel for BLTouch M558 P9 H5 F120 T6000 A1 R0.7 ; Set Z probe type to bltouch and the dive height + speeds G31 P500 X-13 Y-18 Z-3 ; Set Z probe trigger value, offset and trigger height(Z-Offset) M557 X0:580 Y0:580 S58 ; Define mesh grid. 100 Points M376 H10 ; Height (mm) over which to taper off the bed compensation ; Heaters ;E0: M140 H-1 ; Disable heated bed M305 P1 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1 M143 H1 S285 ; Set temperature limit for heater 1 to 285C ;M307 H1 A# C# D# V# S1.0 B0 ; PID calibration ;E1: ;M305 P2 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 2 ;M143 H2 S285 ; Set temperature limit for heater 2 to 285C ;M307 H1 A# C# D# V# S1.0 B0 ; PID calibration ; Fans M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off ;M106 P1 S0 I0 F500 H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off ; Tools M563 P0 S"E0" D0 H1 F0 ; Define tool 0 G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets G10 P0 R190 S210 ; Set initial tool 0 active and standby temperatures to 0C ;M563 P1 S"E1" D1 H2 F1 ; Define tool 1 ;G10 P1 X0 Y51.5 Z0 ; Set tool 1 axis offsets ;G10 P1 R190 S210 ; Set initial tool 1 active and standby temperatures to 0C ; Automatic power saving M911 S22.5 R29.0 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss. Power Failure Pause ; Custom settings ;M564 H0 S0 ; Negative movements are allowed G29 S1 ; Load the height map from file and activate bed compensation M915 P1 S4 H400 F1 R2 ; Stall detection. For Y motor. Set to run rehome.g M591 D0 P1 C3 S1 ; Regular filament sensor for E0 ;M591 D1 P1 C4 S1 ; Regular filament sensor for E1 ;M581 E2 S1 T0 C0 ; Optional external switch for emergency stop ;M593 F40 ; Cancel ringing at 40Hz ;M592 D0 A0.01 B0.0005 L0.25 ;The amount of extrusion requested is multiplied by (1 + min(L, A*v + B*v^2)) where v is the requested extrusion speed (calculated from the actual speed at which the move will take place) in mm/sec. ;M592 D1 A0.01 B0.0005 L0.25 ;The amount of extrusion requested is multiplied by (1 + min(L, A*v + B*v^2)) where v is the requested extrusion speed (calculated from the actual speed at which the move will take place) in mm/sec.