; executed by the firmware on start-up ; General preferences G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves M665 R135 L290 B117 H300 ; actual H is <300 Set delta radius, diagonal rod length, printable radius and homed height M666 X0 Y0 Z0 ; Put your endstop adjustments here, or let auto calibration find them ; Network M550 P"BEHR MK.3 (v1.19)" ; Set machine name M552 S1 ; Enable network ;*** Access point is configured manually via M587 M586 P0 S1 ; Enable HTTP M586 P1 S0 ; Disable FTP M586 P2 S0 ; Disable Telnet ; Drives M569 P0 S1 ; Physical drive 0 goes forwards M569 P1 S0 ; Physical drive 1 goes forwards M569 P2 S0 ; Physical drive 2 goes forwards M569 P3 S1 ; Physical drive 3 goes forwards M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation M92 X160.00 Y160.00 Z160.00 E830.00 ; Set steps per mm M566 X360.00 Y360.00 Z360.00 E420.00 ; Set maximum instantaneous speed changes (mm/min) M203 X12000.00 Y12000.00 Z12000.00 E12000.00 ; Set maximum speeds (mm/min) M201 X2000.00 Y2000.00 Z2000.00 E2.00 ; Set accelerations (mm/s^2) M906 X1200.00 Y1200.00 Z1200.00 E1250.00 I30 ; Set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 Z0 S1 ; Set minimum Z ; Endstops M574 X2 Y2 Z2 S1 ; Set active high endstops ; Z-Probe M558 P4 R0.4 H3 I1 F300 T1000 ; Use E0 end stop for probe - Probe V2 G31 P100 X-0.8 Y0.9 Z14.23 ; Set Z probe trigger value, offset and trigger height - Probe V2 M557 R117 S20 ; Define mesh grid ; Heaters M140 H-1 ; Disable heated bed M305 P1 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 1 M143 H1 S250 ; Set temperature limit for heater 1 to 250C ; Fans M106 P0 S0 I0 F500 H1 T1000 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on M106 P1 S0 I0 F500 H1 T1000 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on ; Tools M563 P0 D0 H1 ; 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 ; Miscellaneous T0 ; Select first tool ; Load settings from config-overide.g M501 ; Load G29 bed levelling file G29 S1 ;H is Nozzle height above the bed when homed after allowing for endstop corrections M665 H265.8