- Configuring LinuxCNC
- Advanced Configuration
- Path preview cluttered with tool change and tool setter position.
Path preview cluttered with tool change and tool setter position.
- h_munktell
- Away
- Junior Member
Less
More
- Posts: 22
- Thank you received: 0
12 Jan 2025 17:43 - 12 Jan 2025 19:17 #318805
by h_munktell
Path preview cluttered with tool change and tool setter position. was created by h_munktell
I have a probe and tool setter and have set up my M6 remap according to
forum.linuxcnc.org/forum/10-advanced-con...h-off?start=30#48235.
Is it possible to get rid of the indicated travel moves to tool change and tool setter positions in the path preview window? As well as the strange indicated travel to 0;0, during operation the spindle is not moving to this position.
The indicated moves messes with the work envelope, making setup harder. Also pressing the "Z" button in qtdragon now zooms out to like the whole machine, instead of the actual work envelope.
If anyone is interested, here is my config: github.com/hmunktell/printNC/tree/probe
Is it possible to get rid of the indicated travel moves to tool change and tool setter positions in the path preview window? As well as the strange indicated travel to 0;0, during operation the spindle is not moving to this position.
The indicated moves messes with the work envelope, making setup harder. Also pressing the "Z" button in qtdragon now zooms out to like the whole machine, instead of the actual work envelope.
If anyone is interested, here is my config: github.com/hmunktell/printNC/tree/probe
Last edit: 12 Jan 2025 19:17 by Aciera. Reason: Remove failed image attachment
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
Less
More
- Posts: 4033
- Thank you received: 1741
12 Jan 2025 19:22 #318815
by Aciera
Replied by Aciera on topic Path preview cluttered with tool change and tool setter position.
You can exclude the tool change gcode from the preview interpreter by checking 'task':
o123 if [#<_task> EQ 1]
(All code in here will be ignored for the preview but executed when the program is run)
o123 endif
Please Log in or Create an account to join the conversation.
- h_munktell
- Away
- Junior Member
Less
More
- Posts: 22
- Thank you received: 0
12 Jan 2025 20:53 #318824
by h_munktell
Replied by h_munktell on topic Path preview cluttered with tool change and tool setter position.
Ooooh, wow! That worked like a charm Thank you so much!
Please Log in or Create an account to join the conversation.
- Configuring LinuxCNC
- Advanced Configuration
- Path preview cluttered with tool change and tool setter position.
Time to create page: 0.053 seconds