vscode-gcode-syntax icon indicating copy to clipboard operation
vscode-gcode-syntax copied to clipboard

ToolChange Improvements on Tree

Open alreai opened this issue 3 years ago • 3 comments

Hi everyone!!

I am new at all here and I dont know so much of programming... sorry in advance! I installed the extension to see lathe gcode:

  • In lathes, we call a tool just saying ex. T1212. Without the M06 used on Mills. So the ToolChange does not appear in the Tree.
  • In addition, it would be great if the comment (many people as me use to put after the T____ , to describe the tool) also appeared in the Tree. ex. T1212 (Ext. Rough)
  • Also the possibility to hide from the tree the G0/1's.

Congratulations for the great extension and job done. Best regards

alreai avatar Oct 11 '22 18:10 alreai

Hello and welcome! Thanks for creating your first issue! Someone from our community will get back to you soon!

github-actions[bot] avatar Oct 11 '22 18:10 github-actions[bot]

Hi @alreai Thanks for the issue! It's something I'm working on with the machine types for the next major release. I too do most of my lathe code by hand so I have been working on a way to show tool changes for a lathe. It would have to be different than for a mill for instance with my Haas mill, I'll stage tools by calling T12 without an M06 so the tool changer will prep that tool for the next change.

Right now, for the tree and the stats, it is only looking for a M06 to determine a tool change, so as I am able to incorporate more of the machine type configuration either via the settings (or possible a special comment in the file).

mikecentola avatar Oct 11 '22 19:10 mikecentola

This issue has been automatically marked as stale because it has not had recent activity.

github-actions[bot] avatar Dec 11 '22 07:12 github-actions[bot]