NEWS
LinuxCNC 2.5.2 Release
There are no translations available.

LinuxCNC 2.5.2 Update Released (changelog).
 
LinuxCNC 2.5.1 Release
There are no translations available.

LinuxCNC 2.5.1 Update Released (changelog). If the Package Manager does not prompt you to upgrade see this page.

 
LinuxCNC 2.5.0 Release
There are no translations available.

New major release (changelog). See the instructions to update your system from EMC 2.4 to LinuxCNC 2.5.
 
Home Forum Using LinuxCNC AXIS Tool not shown correctly

Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Tool not shown correctly

Tool not shown correctly 09 Jan 2012 15:19 #16486

  • brainwave
  • brainwave's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Karma: 0
Hi,

I can't get the tool to display correctly in axis. I added tools to the tool table.
In my program I do a
T1 M6
to select tool 1. That tool has a 6mm diameter. The tool in axis however changes from a cone to... nothing. It just disappears.
The manual says the tool should reflect the correct diameter of the tool selected, what am I doing wrong ? Is there anything I should be looking at ? (config files, etc.)

All help welcome, thanks !
The administrator has disabled public write access.

Re:Tool not shown correctly 09 Jan 2012 15:32 #16489

  • andypugh
  • andypugh's Avatar
  • OFFLINE
  • Moderator
  • Posts: 4117
  • Thank you received: 141
  • Karma: 129
brainwave wrote:
T1 M6
to select tool 1. That tool has a 6mm diameter. The tool in axis however changes from a cone to... nothing. It just disappears.

Is it vanishingly thin, or not there at all?

Do you have any XYZ offsets in the tool table? (not that that should matter without the G43).

You _might_ need a G43 to see the tool shape. I just always use M6 T1 G43.

Are you working on a real machine? In a sim you might not notice the tool flying off to the tool-change position. In a real machine, of course, you would.
The administrator has disabled public write access.

Re:Tool not shown correctly 09 Jan 2012 15:37 #16490

  • BigJohnT
  • BigJohnT's Avatar
  • OFFLINE
  • Administrator
  • Posts: 4955
  • Thank you received: 86
  • Karma: 134
Yep, you need a G43 to "use the currently loaded tool offset from the tool table". Have you set the diameter in the tool table?

John
Last Edit: 09 Jan 2012 15:38 by BigJohnT.
The administrator has disabled public write access.

Re:Tool not shown correctly 09 Jan 2012 15:52 #16493

  • brainwave
  • brainwave's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Karma: 0
I'll have to test that out tomorrow. I do have a G43, but before the tool change. I thought that was something to activate and stays activated for the whole session, so I had
G41
G43
T1 M6

I guess I should instead do
T1 M6 G43 G41

and issue G43 G41 after each tool change ?
The administrator has disabled public write access.

Re:Tool not shown correctly 09 Jan 2012 16:01 #16496

  • andypugh
  • andypugh's Avatar
  • OFFLINE
  • Moderator
  • Posts: 4117
  • Thank you received: 141
  • Karma: 129
brainwave wrote:
I'll have to test that out tomorrow. I do have a G43, but before the tool change. I thought that was something to activate and stays activated for the whole session, so I had
G41
G43

G43 is needed any time you change tool. I don't know why you would want to change a tool and not load the relevant offsets, but that is the way it is.

G41, however, is "sticky" and will follow the radius loaded by the G43.
Bear in mind you often will not want G41, I almost never use it. Most CAM pre-processors don't either.
The administrator has disabled public write access.

Re:Tool not shown correctly 10 Jan 2012 04:04 #16517

  • brainwave
  • brainwave's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Karma: 0
well if I am writing some code by hand, I do not want to have to recalculate all the points if I change cutter. Seems G41 G42 are quite useful.

So, using G41 and G43 in the correct order, I see the trajectory view changed in the axis preview, it now reflects the correct offsets. Tol did not change however, I guess I'll see that when I run the program for real.
The administrator has disabled public write access.

Re:Tool not shown correctly 10 Jan 2012 05:13 #16520

  • BigJohnT
  • BigJohnT's Avatar
  • OFFLINE
  • Administrator
  • Posts: 4955
  • Thank you received: 86
  • Karma: 134
You might want to spend some time reading the docs on G40/41/42, G43, T, and M6. Cutter compensation is not an on and off thing, you need a lead in move after issuing a G41/42 and lead out after the G40. It is bad form to mix things like tool change and cutter compensation on the same line and may cause an error if two g codes both use the same option word.

T1 M6 G43
G0 X0 Y0 (preposition move)
G41
G0 X1 (lead in move)
... (cut the part
G40
G0 ... (lead out move

John
The administrator has disabled public write access.

Re:Tool not shown correctly 10 Jan 2012 06:07 #16522

  • brainwave
  • brainwave's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Karma: 0
Thanks a lot for the tips. I have been reading the section on cutter compensation. Getting ready to cut my first ever part on the CNC mini-mill, exciting.
The administrator has disabled public write access.

Re:Tool not shown correctly 10 Jan 2012 06:29 #16525

  • BigJohnT
  • BigJohnT's Avatar
  • OFFLINE
  • Administrator
  • Posts: 4955
  • Thank you received: 86
  • Karma: 134
Some advice then, cut some air first :) if it goes where you expect it to go then cut material.

John
Last Edit: 10 Jan 2012 06:30 by BigJohnT.
The administrator has disabled public write access.

Re:Tool not shown correctly 10 Jan 2012 08:54 #16537

  • brainwave
  • brainwave's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Karma: 0
yes, I plan to do that. I actually got a block of blue machinable wax to test things out.
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Time to create page: 1.000 seconds
Powered by Kunena Forum
© 2013 LinuxCNC.org
Joomla! is Free Software released under the GNU General Public License.