+================================================ + + Grbl - Vectric machine output configuration file + +================================================ + + History + + Who When What + ======== ========== =========================== + HugoN 05/24/2017 Written for Stepcraft Laser +================================================ POST_NAME = "Stepcraft2 Laser DL445(mm)(*.nc)" FILE_EXTENSION = "nc" UNITS = "MM" +------------------------------------------------ + Line terminating characters +------------------------------------------------ LINE_ENDING = "[13][10]" +------------------------------------------------ + Block numbering +------------------------------------------------ LINE_NUMBER_START = 0 LINE_NUMBER_INCREMENT = 10 LINE_NUMBER_MAXIMUM = 999999 +================================================ + + Formating for variables + +================================================ VAR LINE_NUMBER = [N|A|N|1.0] VAR SPINDLE_SPEED = [S|A|Q|1.0] VAR FEED_RATE = [F|C|F|1.1] VAR X_POSITION = [X|C|X|1.3] VAR Y_POSITION = [Y|C|Y|1.3] VAR Z_POSITION = [Z|C|Z|1.3] VAR ARC_CENTRE_I_INC_POSITION = [I|A|I|1.3] VAR ARC_CENTRE_J_INC_POSITION = [J|A|J|1.3] VAR X_HOME_POSITION = [XH|A|X|1.3] VAR Y_HOME_POSITION = [YH|A|Y|1.3] VAR Z_HOME_POSITION = [ZH|A|Z|1.3] VAR SAFE_Z_HEIGHT = [SAFEZ|A|Z|1.3] VAR DWELL_TIME = [DWELL|A|P|1.2] +================================================ + + Block definitions for toolpath output + +================================================ +--------------------------------------------------- + Commands output at the start of the file +--------------------------------------------------- begin HEADER "( [TP_FILENAME] )" "( File created: [DATE] - [TIME])" "( for Stepcraft2 Laser )" "( Material Size)" "( X= [XLENGTH], Y= [YLENGTH], Z= [ZLENGTH])" "(Toolpaths used in this file:)" "([TOOLPATHS_OUTPUT])" "G00G21G17G90G40G49G80" "G71G91.1" "T[T]M06" "G0[ZH]" "G0[XH][YH]" "M03" "(Toolpath:- [TOOLPATH_NAME])" "([TOOLPATH_NOTES])" "G94" "[XH][YH][F]" +--------------------------------------------------- + Commands output for rapid moves +--------------------------------------------------- begin RAPID_MOVE "M11" "G0[X][Y][Z]" +--------------------------------------------------- + Commands output for the first feed rate move +--------------------------------------------------- begin FIRST_FEED_MOVE "M10[S]" "G1[X][Y][Z][F]" +--------------------------------------------------- + Commands output for feed rate moves +--------------------------------------------------- begin FEED_MOVE "M10[S]" "G1[X][Y][Z]" +--------------------------------------------------- + Commands output for the first clockwise arc move +--------------------------------------------------- begin FIRST_CW_ARC_MOVE "M10[S]" "G2[X][Y][I][J][F]" +--------------------------------------------------- + Commands output for clockwise arc move +--------------------------------------------------- begin CW_ARC_MOVE "M10[S]" "G2[X][Y][I][J]" +--------------------------------------------------- + Commands output for the first counterclockwise arc move +--------------------------------------------------- begin FIRST_CCW_ARC_MOVE "M10[S]" "G3[X][Y][I][J][F]" +--------------------------------------------------- + Commands output for counterclockwise arc move +--------------------------------------------------- begin CCW_ARC_MOVE "M10[S]" "G3[X][Y][I][J]" + --------------------------------------------------- + Commands output for Retract Moves-Turn Laser Off + --------------------------------------------------- begin RETRACT_MOVE "M11" "G1[X][Y][Z][F]" + --------------------------------------------------- + Commands output for Plunge Moves + --------------------------------------------------- begin PLUNGE_MOVE "G1[X][Y][Z][F]" "M10[S]" +--------------------------------------------------- + Commands output for a new segment - toolpath + with same toolnumber but maybe different feedrates +--------------------------------------------------- begin NEW_SEGMENT "([TOOLPATH_NAME])" "([TOOLPATH_NOTES])" +--------------------------------------------- + Commands output for a dwell move +--------------------------------------------- begin DWELL_MOVE "G04 [DWELL]" +--------------------------------------------------- + Commands output at the end of the file +--------------------------------------------------- begin FOOTER "G0[ZH]" "G0[XH][YH]" "M5" "M9" "M30" "M2" %