; bed.g ; called to perform automatic bed compensation via G32 ; ; generated by RepRapFirmware Configuration Tool on Tue Oct 09 2018 13:27:56 GMT+0300 M291 P"Probing mesh grid process started" R"Probing.." S1 T2 M561 ; clear any bed transform G28 ; home all axis bb M671 X-30.0:364.0 Y175.0:175.0 S5.0 ;bed compensation G30 P1 X5 Y150 Z-99999 G30 P0 X300 Y150 Z-99999 S2 G90 ; absolute positioning bb ;M557 X20:270 Y20:270 S240 ; Define mesh grid M557 X20:270 Y20:270 P3 ; Define mesh grid G29 S0 ; Probe the bed and save height map to file M374 ; Save calibration data. Default is sys/heightmap.csv M291 P"Probing mesh grid process finished !" R"Probing.." S1 T2 ; Probe the bed at 4 points ;G30 P0 X10 Y10 H0 Z-99999 ;G30 P1 X10 Y290 H0 Z-99999 ;G30 P2 X290 Y290 H0 Z-99999 ;G30 P3 X290 Y10 H0 Z-99999 S config ; ======================= Endstops ========================= M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop M574 Y2 S1 P"ystop" ; configure active-high endstop for high end on Y via pin ystop M574 Z1 S2 ; configure Z-probe endstop for low end on Z M575 P1 S1 B57600 ; Set things up for the PanelDue ; Filament sensor M591 D0 P1 C"e0stop" S1 ; Set Filament sensor Simple type (High) for extruder drive 0, connected to endstop input 3 (E0 ; ======================= Drives =========================== M569 P0 S0 ; Drive 0 goes backwards blv: its was S1 M569 P1 S0 ; Drive 1 goes backwards blv: its was S1 M569 P2 S0 ; Drive 2 goes forwards M569 P3 S1 ; Drive 3 goes backwards WAS 0 M569 P4 S0 ; Drive 4 goes forwards M584 X0 Y1 Z2:4 E3 ; set drive mapping ; ===================== Drive Settings ===================== M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation M92 X201.00 Y201.00 Z800 E693.55 ; Set steps per mm for orbiter M566 X500 Y500 Z800 E600 ; Set maximum instantaneous speed changes (Jerk) (mm/min) M203 X20000 Y20000 Z600 E3600 ; Set maximum speeds (mm/min) M201 X1000 Y1000 Z100 E600 ; Set accelerations (mm/s^2) M906 X1500 Y1500 Z1000 E500 I10 ; Set motor currents (mA) and motor idle factor in per cent ;M84 S30 ; Set idle timeout ;M350 E16 I1 ;micro stepping set to 16 with interpolation ;M92 E690 ;steps/mm - you may need to finetune it ;M203 E3600 or E7200 ;max speed mm/min ;M566 E600 ;instantaneous speed change mm/min ;M201 E600 or E800 ;acceleration mm/s^2 ;M906 E500 or E1200 I10 ;motor current mA idle current 10% ; ===================== Axis Limits ======================== M208 X-23 Y0 Z0 S1 ; Set axis minima M208 X300 Y300 Z350 S0 ; Set axis maxima ; ======================== Z-Probe ========================= M558 P1 C"^zprobe.in" H5 F200 T9000 I0 R0.5 ; Set Z probe type mini ir sensor G31 P500 X-2.24 Y-20.81 Z1.300 ; Set Z probe trigger value, offset and trigger height ;M557 X20:270 Y20:270 S240 ; Define mesh grid M557 X20:270 Y20:270 P3 ; Define mesh grid ; ======================== Heaters ========================= M308 S0 P"bed_temp" Y"thermistor" T100000 B3950 ; define bed temperature sensor M950 H0 C"bed_heat" T0 ; heater 0 uses the bed_heat pin, sensor 0 M307 H0 R0.272 C388.6 D16.77 S1.00 V23.6 ; Heatbed PID M140 H0 ; map heated bed to heater 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.06e-8 ; define E0 temperature sensor M950 H1 C"e0heat" T1 ; heater 1 uses the e0heat pin and sensor 1 M307 H1 B0 R2.487 C76.7:70.2 D4.90 S1.00 V23.5 ; Hotend PID .4mm M143 H1 S260 ; set temperature limit for heater 0 to 260C M308 S2 P"mcu-temp" Y"mcu-temp" A"Duet Board" ; Configure MCU sensor ; ======================== Tools =========================== M563 P0 S"T0" D0 H1 F0 ; 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 ; ========================= Fans =========================== hotend fan/ hotend M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency M106 P1 S1 H1 C"hotend" T45 ; set fan 1 value. Thermostatic control is turned on 100% at 45deg Tool Fan/ Layer Fan M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency M106 P0 S0.5 H-1 C"Layer fan" ; set fan 0 value. Thermostatic control is turned off M950 F2 C"fan2" Q250 ; create fan 2 on pin fan2 and set its frequency M106 P2 S0.15 H-1 F250 C"AC alimentation" ; set fan 2 value. Thermostatic control is turned off ; ===================== Custom settings ==================== M572 D0 S0.05 ;pressure advance Set bowden extruder elasticity compensation for E0 M207 S1.5 F3600 Z0.01 ; Set firmware retraction parameters M564 H0 ; Let the Jog buttons work blv: added to allow jog buttons ; Scanner support (debug) ;M750 ; Set up DHT sensor on channels 101-102 ;M305 P101 X405 S"DHT temperature" T11 ;M305 P102 X455 S"DHT humidity [%]" T11 ; Automatic power saving M911 S21 R22 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss ; ====================== Miscellaneous ===================== M501 ; load saved parameters from non-volatile memory M500 ; save T0 ; select first tool M575 P1 S1 B57600 ; enable support for PanelDue ;M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss ; homeall.g ; called to home all axes ; ; generated by RepRapFirmware Configuration Tool on Tue Oct 09 2018 13:27:56 GMT+0300 G91 ; relative positioning G1 H2 Z5 F6000 S2 ; lift Z relative to current position G1 H1 X-355 Y355 F6000 ; move quickly to X or Y endstop and stop there (first pass) G1 H1 X-355 ; home X axis G1 H1 Y355 ; home Y axis G1 X5 Y-5 F6000 ; go back a few mm G1 H1 X-355 F360 ; move slowly to X axis endstop once more (second pass) G1 H1 Y355 ; then move slowly to Y axis endstop G90 ; absolute positioning G1 X152 Y166.4 F6000 ; go to first bed probe point and home Z G30 ; home Z by probing the bed ; Uncomment the following lines to lift Z after probing ;G91 ; relative positioning ;G1 S2 Z5 F100 ; lift Z relative to current position ;G90 ; absolute positioning ; homex.g ; called to home the X axis ; ; generated by RepRapFirmware Configuration Tool on Tue Oct 09 2018 13:27:56 GMT+0300 G91 ; relative positioning G1 H2 Z5 F1000 S2 ; lift Z relative to current position G1 H1 X-355 F6000 ; move quickly to X axis endstop and stop there (first pass) G1 H2 X5 F3000 ; go back a few mm G1 H1 X-355 F360 ; move slowly to X axis endstop once more (second pass) G1 H2 Z-5 F1000 S2 ; lower Z again G90 ; absolute positioning ; homey.g ; called to home the Y axis ; ; generated by RepRapFirmware Configuration Tool on Tue Oct 09 2018 13:27:56 GMT+0300 G91 ; relative positioning G1 H2 Z5 F6000 S2 ; lift Z relative to current position G1 H1 Y355 F6000 ; move quickly to Y axis endstop and stop there (first pass) G1 Y-5 F3000 ; go back a few mm G1 H1 Y355 F360 ; move slowly to Y axis endstop once more (second pass) G1 H2 Z-5 F1000 S2 ; lower Z again G90 ; absolute positioning ; homez.g ; called to home the Z axis ; ; generated by RepRapFirmware Configuration Tool on Tue Oct 09 2018 13:27:56 GMT+0300 G91 ; relative positioning G1 H2 Z5 F6000 S2 ; lift Z relative to current position G90 ; absolute positioning G1 X152 Y166.4 F6000 ; go to first probe point G30 ; home Z by probing the bed ; Uncomment the following lines to lift Z after probing ;G91 ; relative positioning ;G1 S2 Z5 F100 ; lift Z relative to current position ;G90 ; absolute positioning