# add the following to the [PLASMAC] section of the ini file # allows reducing velocity based on arc radius # the default (0) is disabled ARCS_ENABLE = 1 # the default (0) is holes only ARCS_ALL = 0 # there are a maximum of five value sets # if the arc radius is less than ARC_RADIUS_n # then the velocity is reduced to ARC_VELOCTY% of the selected velocity # velocity % ranges from 10% to 100% # added KERF_ADJUST for various arc radii ARC_RADIUS_1 = 10 ARC_VELOCITY_1 = 20 KERF_ADJUST_1 = 0.5 ARC_RADIUS_2 = 20 ARC_VELOCITY_2 = 30 KERF_ADJUST_2 = 0.2 #ARC_RADIUS_3 = 30 #ARC_VELOCITY_3 = 40 #KERF_ADJUST_3 = 0.15 #ARC_RADIUS_4 = 40 #ARC_VELOCITY_4 = 60 #KERF_ADJUST_4 = 0.1 #ARC_RADIUS_5 = 50 #ARC_VELOCITY_5 = 80 #KERF_ADJUST_5 = 0.05 # change the following in the ini file # FROM: [FILTER] PROGRAM_EXTENSION = .ngc remove z axis stuff ngc = ./plasmac_gcode.py # TO:[FILTER] [FILTER] PROGRAM_EXTENSION = .ngc remove z axis stuff ngc = {path}/{to}/plasmac_gcode_arcs.py