Incremental g10 possible?
- pl7i92
- Offline
- Platinum Member
Less
More
- Posts: 1875
- Thank you received: 355
03 Mar 2019 12:40 #127596
by pl7i92
Replied by pl7i92 on topic Incremental g10 possible?
@MaHa
i made /Uploaded a Video that Adsvices this Issue
Usinf G-code G10 to offset the Tool
Multiple pathes with one tool diferent Parameters
i made /Uploaded a Video that Adsvices this Issue
Usinf G-code G10 to offset the Tool
Multiple pathes with one tool diferent Parameters
The following user(s) said Thank You: Leon82
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23178
- Thank you received: 4864
05 Mar 2019 16:35 #127798
by andypugh
Replied by andypugh on topic Incremental g10 possible?
If you need this a lot you could re-map G10.1 to be an incremental G10.
Or maybe G10.2 to match the (incremental) G43.2
This might be a reasonable feature request.
Or maybe G10.2 to match the (incremental) G43.2
This might be a reasonable feature request.
The following user(s) said Thank You: Leon82
Please Log in or Create an account to join the conversation.
- Leon82
- Offline
- Platinum Member
Less
More
- Posts: 592
- Thank you received: 77
05 Mar 2019 17:28 #127808
by Leon82
Ok, I'll read up on those.
It's not necessarily for in program use but an mdi button in a vcp as a +input button.
This I pulled.from the UI file. The write button sets the value from the offset label and writes to the tool in spindle.
This it in qtpyvcp
<string>G10L11P#<toolInSpindle>R#<toolOffsetLabel></string>
So I want to make a separate button that would add incrementally to the tool. So an offset of .001 in the lable, then hit the mdi button to write it to the tool in the spindle.
Replied by Leon82 on topic Incremental g10 possible?
If you need this a lot you could re-map G10.1 to be an incremental G10.
Or maybe G10.2 to match the (incremental) G43.2
This might be a reasonable feature request.
Ok, I'll read up on those.
It's not necessarily for in program use but an mdi button in a vcp as a +input button.
This I pulled.from the UI file. The write button sets the value from the offset label and writes to the tool in spindle.
This it in qtpyvcp
<string>G10L11P#<toolInSpindle>R#<toolOffsetLabel></string>
So I want to make a separate button that would add incrementally to the tool. So an offset of .001 in the lable, then hit the mdi button to write it to the tool in the spindle.
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Away
- Platinum Member
Less
More
- Posts: 4957
- Thank you received: 1441
05 Mar 2019 18:30 #127811
by Todd Zuercher
Replied by Todd Zuercher on topic Incremental g10 possible?
That is how I use my incremental G10 moves. I have a series of buttons on a VCP for incrementally moving the coordinate system to make it easier for the machine operators to center the carvings done on a wood router in the factory.
The following user(s) said Thank You: Leon82
Please Log in or Create an account to join the conversation.
- MaHa
- Offline
- Platinum Member
Less
More
- Posts: 405
- Thank you received: 163
05 Mar 2019 19:23 - 05 Mar 2019 22:39 #127813
by MaHa
Replied by MaHa on topic Incremental g10 possible?
.
Last edit: 05 Mar 2019 22:39 by MaHa.
Please Log in or Create an account to join the conversation.
- Leon82
- Offline
- Platinum Member
Less
More
- Posts: 592
- Thank you received: 77
05 Mar 2019 20:57 - 05 Mar 2019 20:57 #127821
by Leon82
Thanks, this is what my goal is. Did you mean to attach a file?
Replied by Leon82 on topic Incremental g10 possible?
That is how I use my incremental G10 moves. I have a series of buttons on a VCP for incrementally moving the coordinate system to make it easier for the machine operators to center the carvings done on a wood router in the factory.
Thanks, this is what my goal is. Did you mean to attach a file?
Last edit: 05 Mar 2019 20:57 by Leon82.
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Away
- Platinum Member
Less
More
- Posts: 4957
- Thank you received: 1441
05 Mar 2019 21:39 - 05 Mar 2019 21:39 #127831
by Todd Zuercher
Replied by Todd Zuercher on topic Incremental g10 possible?
I didn't actually intend to. But now that you mention it. A lot of my configs I've posted here and there on the forum have it included. Here is one example.
The GladeVCP file has a series of buttons that can jog the offsets for the XYZ and W axis a chosen increment in the G54 coordinate systems.
The GladeVCP file has a series of buttons that can jog the offsets for the XYZ and W axis a chosen increment in the G54 coordinate systems.
Attachments:
Last edit: 05 Mar 2019 21:39 by Todd Zuercher.
The following user(s) said Thank You: Leon82
Please Log in or Create an account to join the conversation.
- Leon82
- Offline
- Platinum Member
Less
More
- Posts: 592
- Thank you received: 77
06 Mar 2019 01:14 #127844
by Leon82
Thanks,
I see what was done and have tried it. I get so me errors but typing the code into mdi works. So I'll have to investigate some more
Replied by Leon82 on topic Incremental g10 possible?
I didn't actually intend to. But now that you mention it. A lot of my configs I've posted here and there on the forum have it included. Here is one example.
The GladeVCP file has a series of buttons that can jog the offsets for the XYZ and W axis a chosen increment in the G54 coordinate systems.
Thanks,
I see what was done and have tried it. I get so me errors but typing the code into mdi works. So I'll have to investigate some more
Please Log in or Create an account to join the conversation.
Time to create page: 0.066 seconds