Modifying AXIS to hide already cut paths
28 Apr 2019 20:54 #132194
by allistar
Modifying AXIS to hide already cut paths was created by allistar
Hi there,
I machine large v-carve and 2.5D gcode files. These can be upwards of 300,000 lines long. I am a software developer with experience in C, C++ and Linux. How feasible would it be for me to add an option to the AXIS display to remove (or just not display) the parts of the program that have already been processed? I expect this would be toggleable with a menu option.
Thanks,
Allistar.
I machine large v-carve and 2.5D gcode files. These can be upwards of 300,000 lines long. I am a software developer with experience in C, C++ and Linux. How feasible would it be for me to add an option to the AXIS display to remove (or just not display) the parts of the program that have already been processed? I expect this would be toggleable with a menu option.
Thanks,
Allistar.
Please Log in or Create an account to join the conversation.
29 Apr 2019 06:21 #132241
by pl7i92
Replied by pl7i92 on topic Modifying AXIS to hide already cut paths
hi welcome to the forum
you can just click no backplot under VIEW Menue
or simply use axis-remote clear-backlash to a user mcode to clear it on your wanted place
also to preamble or postamble to clear for new part
it will display a maximum off 10000 lines
you can just click no backplot under VIEW Menue
or simply use axis-remote clear-backlash to a user mcode to clear it on your wanted place
also to preamble or postamble to clear for new part
it will display a maximum off 10000 lines
Please Log in or Create an account to join the conversation.
05 May 2019 09:16 #132828
by allistar
Replied by allistar on topic Modifying AXIS to hide already cut paths
What I'm after is the ability to hid (completely) the lines that have been cut so it only shows what's left. I'll look through the source and see what I can work out.
Please Log in or Create an account to join the conversation.
05 May 2019 14:01 #132838
by pl7i92
Replied by pl7i92 on topic Modifying AXIS to hide already cut paths
hi its inside this FILE
github.com/LinuxCNC/linuxcnc/blob/master...hon/rs274/glcanon.py
you may just bevor the real drawing reduce the Geometry lines by the cut lines
and get the cutlines not showen
BUT this workes only up to the limit cutlines then the Geometry lines will come up again
github.com/LinuxCNC/linuxcnc/blob/master...hon/rs274/glcanon.py
you may just bevor the real drawing reduce the Geometry lines by the cut lines
and get the cutlines not showen
BUT this workes only up to the limit cutlines then the Geometry lines will come up again
Please Log in or Create an account to join the conversation.
Time to create page: 0.068 seconds