; Configuration file for Fly Super8 (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.4.0-LPC-STM32+6 on Sat Apr 29 2023 10:33:16 GMT+0200 (hora de verano de Europa central) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"BIONZ" ; set printer name M302 P1 ; Network 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 using default driver timings M569 P1 S1 ; Y M569 P2 S1 ; Z M569 P3 S0 ; X M569 P4 S1 M569 P5 S0 M569 P6 S0 M584 X3 Y1 Z2 E5:6 ; set drive mapping M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation M92 X80 Y80.00 Z400.00 ; set steps per mm M92 E42:42 M566 X900 Y900.00 Z250 E500:500 ; set maximum instantaneous speed changes (mm/min) M203 X2000 Y2000 Z500 E1200:1200 ; set maximum speeds (mm/min) M201 X500 Y500.00 Z150 E250:250 ; set accelerations (mm/s^2) M906 X1200 Y1200 Z1200 E1200:1200 I10 ; set motor currents (mA) and motor idle factor in per cent ; Axis Limits M208 X-37 Y-43.4 Z0 S1 ; set axis minima M208 X157 Y235 Z200 S0 ; set axis maxima ; Endstops M574 X1 S1 P"io0" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin io0 M574 Y1 S1 P"!io1" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin io1 M574 Z2 S1 P"io4" ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin io2 ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin io2 ; Z-Probe M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed M557 X15:215 Y15:195 S20 ; define mesh grid ; Heaters M308 S0 P"ADC_1" Y"thermistor" T1000 B3988 ; configure sensor 0 as thermistor on pin ADC_1 M950 H0 C"bed" T0 ; create bed heater output on bed and map it to sensor 0 M307 H0 B0 S1.00 I1 ; enable bang-bang mode for the bed heater and set PWM limit M140 H0 ; map heated bed to heater 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C M143 H0 S120 ; set temperature limit for heater 0 to 120C M308 S1 P"ADC_2" Y"thermistor" T5000 B3988 ; configure sensor 1 as thermistor on pin ADC_0 M950 H1 C"heat0" T1 ; create nozzle heater output on heat0 and map it to sensor 1 M307 H1 B0 S1.00 I1 ; disable bang-bang mode for heater and set PWM limit M143 H1 S280 ; set temperature limit for heater 1 to 280C ; Fans M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off ; Tools M563 P0 D0 H1 F0 ; define tool 0 M501 ; Custom settings are not defined