Hello Guest it is April 19, 2024, 11:08:42 AM

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 - manuel_otto

Pages: 1
1
Flash Screens / Re: Flash Screen - execute G-Code
« on: August 12, 2010, 08:06:48 AM »
Thank you sooo much!
It worked!

and thank you for all the fscommands, they are really useful to me!

u rock!

bye

2
Flash Screens / Flash Screen - execute G-Code
« on: August 09, 2010, 09:34:45 AM »
Hey everyone,

I'm currently working on a flash screen for mach3 in which I would like to execute a G-Code command.

So I googled a little bit and found this:
http://www.machsupport.com/forum/index.php?PHPSESSID=b4h1r1m6fq0madnpiegqakeq75&topic=7987.0

zealous wrote:
fscommand("Code", 'X 1.0 Y 3.5 Z 2.3')
...should work, but it doesn't work for me....

By the way,
shouldn't be there something with a "G" in the code?
fscommand("Code", 'G0 X 1.0 Y 3.5 Z 2.3') ?

Anyway,
can anyone tell me what im doing wrong?
I can execute G-Code commands with the MDI-input, but not with flash  :-\

And does anyone know where I can get the list with all mach3 fscommand() commands?

Thank you!

Pages: 1