# 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% ARC_RADIUS_1 = 10 ARC_VELOCITY_1 = 20 ARC_RADIUS_2 = 20 ARC_VELOCITY_2 = 30 #ARC_RADIUS_3 = 30 #ARC_VELOCITY_3 = 40 #ARC_RADIUS_4 = 40 #ARC_VELOCITY_4 = 60 #ARC_RADIUS_5 = 50 #ARC_VELOCITY_5 = 80 # 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