neodd70 wrote:So I have tried a number of different posts processors including LinuxCNC and Mach3Turn. They will generate g-code that works but not 100%. For example I want to be able to use tool offsets which require a G43 H? whereas Mach3 uses T0101 the second 01 indicates the tool offset to use. Also need to have the ability to select G6 or G8 depending on if you are using radius or diameter as you cutting preference. Does anyone know how to modify an existing Post Processor to add these settings?
writeToolBlock("T" + toolFormat.format(tool.number), mFormat.format(6), conditional(tool.manualToolChange && !outputG43OnSeparateLine, gFormat.format(43)), "H" + toolFormat.format(tool.number));
N15 T1 M6 H1
Leo Pedersen wrote:I would expect so, yes.
If you have A, B, & Z(index) signal outputs available from your servo drive you should be able to wire them in to your UC device.
Return to UCCNC TURN (CNC Lathe)
Users browsing this forum: No registered users and 1 guest