# Keep your plasmac i/o connections here to prevent them from # being overwritten by updates or pncconf/stepconf changes # Other customisations may be placed here as well # This file is built by the configurator in your configuration directory #***** debounce for the float switch ***** # the lower the delay here the better # each 1 is a 0.001mm (0.00004") increase in probed height result loadrt debounce cfg=3 setp debounce.0.delay 5 addf debounce.0 servo-thread #***** arc voltage lowpass cutoff frequency ***** #***** change to the cutoff frequency you require ***** setp plasmac.lowpass-frequency 0 #***** the joint associated with the Z axis ***** net plasmac:axis-position joint.2.pos-fb => plasmac.axis-z-position net plasmac:arc-ok-in parport.0.pin-10-in => plasmac.arc-ok-in # net plasmac:float-switch {YOUR FLOAT SWITCH PIN} => debounce.0.0.in # net plasmac:breakaway {YOUR BREAKAWAY PIN} => debounce.0.1.in net plasmac:ohmic-probe parport.0.pin-15-in-not => debounce.0.2.in setp parport.0.pin-14-out-invert 1 net plasmac:ohmic-enable plasmac.ohmic-enable => parport.0.pin-14-out net plasmac:torch-on => parport.0.pin-17-out net plasmac:move-up parport.0.pin-11-in-not=> plasmac.move-up net plasmac:move-down parport.0.pin-12-in-not=> plasmac.move-down # a 1 here allows multiple tools to be used # gcode M3 S1 needs to be changed to: # M3 $0 S1 for the plasma torch # M3 $1 S1 for the scribe # M3 $2 S1 for spotting setp plasmac.multi-tool 0 # net plasmac:scribe-arm plasmac.scribe-arm => ***YOUR_SCRIBE_ARMING_OUTPUT*** # net plasmac:scribe-on plasmac.scribe-on => ***YOUR_SCRIBE_ON_OUTPUT***