; Configuration file for Duet 3 (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v2.1.8 on Sat Apr 18 2020 18:19:12 GMT+0200 (CEST) ; General preferences M564 H0 ; - - - - - - - - - - - - - - - - - - - - ; DO NOT CHANGE ANY OF SETTINGS BELOW ; TO MAKE A CHANGE, COPY THE LINE OF CODE, PASTE IT INTO customconfig.g. THE CHANGE CAN THEN BE MADE IN customconfig.g ; ANY ADDITIONAL SETTINGS SHOULD BE PUT IN customconfig.g ; General preferences M453 ; Put the machine into CNC Modes M550 P"WorkBee CNC Machine" ; Set machine name G90 ; Set absolute coordinates ; Drives M569 P0.0 S0 ; physical drive 0.0 goes forwards M569 P0.1 S1 ; physical drive 0.1 goes forwards M569 P0.2 S0 ; physical drive 0.2 goes forwards M569 P0.3 S1 ; physical drive 0.3 goes forwards M584 X0.0 Y0.1:0.3 Z0.2 ; set drive mapping ; Configure Axes M92 X400 Y400 Z400 ; Set steps per mm M350 X16 Y16 Z16 I1 ; Configure microstepping M566 X500 Y500 Z500 ; Set maximum instantaneous speed changes (mm/min) M203 X2500 Y2500 Z2500 ; Set maximum speeds (mm/min) M201 X150 Y150 Z150 ; Set accelerations (mm/s^2) M906 X2400 Y2400 Z2400 I100 ; Set motor currents (mA) ; Configure Axis Limits M208 X0 Y0 Z0 S1 ; Set axis minima M208 X1300.00 Y1270.00 Z94.00 S0 ; Set axis maxima ; Configure Endstops ;M574 X2 Y2 Z2 S0 ; Set active low endstops ; Endstops M574 X2 S1 P"io5.in" ; configure active-high endstop for low end on X via pin io1.in M574 Y2 S1 P"io2.in" ; configure active-high endstop for low end on Y via pin io2.in M574 Z2 S1 P"io7.in" ; configure active-high endstop for low end on Z via pin io3.in ; Other Settings M140 H-1 ; Disable heated bed M564 S1 H1 ; Disable jog commands when not homed M911 S21.0 R23 P"G91 G1 Z3 F1000" ; Configure power loss resume M501 ; Load Stored Parameters M98 Pcustomconfig.g ; Execute custom config settings