Hello Guest it is April 27, 2024, 03:05:09 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Imio

Pages: 1
1
VB and the development of wizards / Re: Macro for extension G-code
« on: March 29, 2016, 12:11:16 PM »
I'm using Mach3 to control an old CNC turret puch. There are some Gcode commands for turret puch in .tap file that Mach3 cannot understand (eg: G66I115.J180.P-20.Q-20.D0T256C315) . So I had to write a software to translate these commands to a series of base code (eg: G0 x y, M500) and save to another .tap file. The translated file then can run by mach3

2
VB and the development of wizards / Re: Macro for extension G-code
« on: March 29, 2016, 11:34:26 AM »
I mean that how we can define some Gcodes that aren't known by Mach3 (not Mcode)

3
VB and the development of wizards / Macro for extension G-code
« on: March 29, 2016, 06:37:25 AM »
Hi,
There are some Gcode commands that Mach3 can't understand, eg: G68, G69, G72. I have to write a software to translate it to M-codes that Mach3 can understand by Macro (writen by me)
Is there any macro/plugin method for Mach3 to directly understand those Gcodes (G68, G69...)?
(I'm sorry for my bad English)
thanks.

Pages: 1