@cncnutz
Peter,
The other thing that needs to be turn on is
use Z axis. To me it seems Autodesk set the plasma post to conservative mode as default. So users of the post need to go through all of the properties to set it to the way they it to produce their Gcode. Or if they are adventurous edit the post processor code to set the properties directly.
Here is the portion of code that will need tweaking.
// user-defined properties
properties = {
writeMachine: true, // write machine
showSequenceNumbers: true, // show sequence numbers
sequenceNumberStart: 10, // first sequence number
sequenceNumberIncrement: 5, // increment for sequence numbers
separateWordsWithSpace: true, // specifies that the words should be separated with a white space
pierceDelay: 1, // specifies the delay to pierce in seconds
probeOffset: 0, // specifies the offset for G38.2 probing
probe: false, // probing
useZAxis: false, // specifies to enable the output for Z coordinates
pierceHeight: 0, // specifies the pierce height
useG0: true, // toggle between using G0 or G1 with a highFeedrate for rapid movements
looping: false, // output program for M98 looping
numberOfRepeats: 1, // specifies times to loop program
useParenthesesForComments: true, // specifies output of '()' or '#'
minTHCFeed: (unit == MM ? 500. : 20.) // minimum feed to output M666 THC
};
Regards,
Arie.
How's everything over there with you. Did I see somewhere you were in isolation at the moment? Hope you and your family are all ok.
We're well, I've placed myself & wife into "self isolation" by restricting travel to essential only. The family is good, they are returning to Karratha on Sunday, been in Perth for the last two weeks for the birth of 4th grandchild, but haven't seen them since they arrived, because of government advice for those over 60 stay away from children who could be carrying the virus without symptoms.
The number of cases here in WA have ramped up in the last two days, 30 compared to 35 in the last three weeks.