Quote from
andre on 5 June 2023, 12:26
Hi everyone,
just wanted to share some of my latest ideas/prototypes with the community.
The standard file-open prompt was hard to navigate on touch screens and I wanted to see some additional information even before opening the file.
So I created a small tool using tk with tree:
- On expanding a tree node (=file), the Gcode file is parsed for used WCS(s), tool(s) and the Post Processor comment line
- Upon selection, d.openGCodeFile( string filePath ) gets called to load the GCode
So far I did not try with really large 3d files, but here I could also adjust the PP to output the information as comments in the header rows.
If you are interested I would be happy to share my code, once the tool is complete.
Best regards,
André
Hi everyone,
just wanted to share some of my latest ideas/prototypes with the community.
The standard file-open prompt was hard to navigate on touch screens and I wanted to see some additional information even before opening the file.
So I created a small tool using tk with tree:
- On expanding a tree node (=file), the Gcode file is parsed for used WCS(s), tool(s) and the Post Processor comment line
- Upon selection, d.openGCodeFile( string filePath ) gets called to load the GCode
So far I did not try with really large 3d files, but here I could also adjust the PP to output the information as comments in the header rows.
If you are interested I would be happy to share my code, once the tool is complete.
Best regards,
André
Uploaded files:Chris Mannion, CS-Lab Support and 2 other users have reacted to this post.
Chris MannionCS-Lab Supportdylan1024Dobbelju