Python Version On AXIS
Yes, I've already followed the instructions but
tkapp.py (2.4 only) => Can't find this file on zipped file
ngcgui_app.tcl => Can't find this file on zipped file
ngcgui.tcl
ngcgui_ttt.tcl
I'm using EMC 2.4.3
What download link did you use?
John
Please Log in or Create an account to join the conversation.
Has been covered before, seeCould you please show me sample code to do that?
www.linuxcnc.org/index.php/english/compo...imit=6&start=6#10576
Not sure what you mean by thisAnd please provide me with simple G-Code like drawing line after clear the AXIS preview frame
..
M123 (clear axis plot)
G00 X200
..
?
Please Log in or Create an account to join the conversation.
I want to clear the text "EMC2.4 AXIS" on AXIS preview frame because it annoying..
Could you please help me?
Thanks
Please Log in or Create an account to join the conversation.
John
Please Log in or Create an account to join the conversation.
But what I mean is can I clear the AXIS preview frame every time I click the pyvcp button and run the G-Code file with M Command?
I already try on ArcEye's answer but it didn't work..
Thanks
Please Log in or Create an account to join the conversation.
Can I do like that with pyvcp command M Command?
Thanks
Please Log in or Create an account to join the conversation.
With axis-remote -c/
Thanks
Please Log in or Create an account to join the conversation.
Has been covered before, seeCould you please show me sample code to do that?
www.linuxcnc.org/index.php/english/compo...imit=6&start=6#10576
Not sure what you mean by thisAnd please provide me with simple G-Code like drawing line after clear the AXIS preview frame
..
M123 (clear axis plot)
G00 X200
..
?
Yes I want to do like that, after I clear axis plot then I want to run G-Code
Could you please send me a file?
Thanks
Please Log in or Create an account to join the conversation.
It does work, I use dozens of similar files on my system.I've already do on that link that you've gave me but it didn't work
You need to read the whole thread which contains all the things that have to be in place for user M codes to work.
If you say specifically what you have done and what the error message is you get, or what result, I could help, but just saying it does not work, gets nowhere.
There is already a zip on that thread with a M code file in it. And code to clear the display is in the text of one of the posts.could you please send me a file that can do that? With axis-remote -c
How you use it in your g code is up to you.
regards
Please Log in or Create an account to join the conversation.
file : O101.ngc
#!/bin/bash
axis-remote -c
G0 X0.0
G0 X100.0
can it work?
Please Log in or Create an account to join the conversation.