How do I setup a 5 axis mill?
- andypugh
- Offline
- Moderator
- Posts: 23178
- Thank you received: 4861
Hello, the link above is dead - is there a Linux CNC version for 5 axis or not??
All versions of LinuxCNC can support up to 9 axes. The config that was linked to is now here, in the main LinuxCNC repository.
github.com/LinuxCNC/linuxcnc/tree/master...table-rotary-tilting
If you install LinuxCNC (version 2.8 onwards) then you can run that demo config without physical hardware. If you install the current released version (2.7) then there are some different 5-axis demos.
If not can we have clear step by step instructions to make Linux CNC control 5 axis (XYZAC) for rotary table that has two stepper motors in it.
Do you want to use tool-point-coordinates, or just control 5 conventional axes?
Please Log in or Create an account to join the conversation.
- jackotool
- Offline
- New Member
- Posts: 10
- Thank you received: 0
I guess tool point coordinates? ... as the tool will be doing the cutting of aluminium. I'm hoping LinuxCNC will decide for me what when and where to use which axis.
What do I do with the .ini files etc ... where do I put them --- I am relatively new to CNC .... although I was a CNC machine tool setter operator 30 years ago!
Please Log in or Create an account to join the conversation.
- jackotool
- Offline
- New Member
- Posts: 10
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19488
- Thank you received: 6536
Download the stretch version, install it to HDD, then go to :
buildbot.linuxcnc.org/
for info on how to upgrade to 2.8 or 2.9
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
- Posts: 23178
- Thank you received: 4861
How do you intend to generate G-code? That will rather determine which way the machine should be configured.
Please Log in or Create an account to join the conversation.
- jackotool
- Offline
- New Member
- Posts: 10
- Thank you received: 0
Also this version of LinuxCNC prevents me from updating anything - it won't even allow me to select another server ...
Any help please ... This is very frustrating and very buggy ...
Thanks!
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
- Posts: 23178
- Thank you received: 4861
Also this version of LinuxCNC prevents me from updating anything !
Which version are you using? (ie, which .iso did you download?)
www.linuxcnc.org/downloads/
If you are not using the 2.7 Debian 9 Stretch version them please try that.
Please Log in or Create an account to join the conversation.
- jackotool
- Offline
- New Member
- Posts: 10
- Thank you received: 0
Meanwhile, how many parallel ports are required for 5 axis - is one sufficient?
Also, has anyone tried connecting a PCIe parallel port card to a PCIe/PCI adapter - would there be any serious latency issues?
By the way I am using LinuxCNC Debian STRETCH - the Wheezy version has some issues like it would not connect to server and would not allow me to choose a server near me etc - also my network card was not recognized, but my USB to network cable adapter was. In LinuxCNC STRETCH I have not had any issues at all so far!
Thanks!
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19488
- Thank you received: 6536
1 if you do not need anything else. It has 12 output pins, 2 for each drive as step/dir, one for enable to all drives and you have one spare for something else. Also it has 5 inputs for 5 limit/home switches.Meanwhile, how many parallel ports are required for 5 axis - is one sufficient?
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
- Posts: 23178
- Thank you received: 4861
Meanwhile, how many parallel ports are required for 5 axis - is one sufficient?
You can just about get by with one, though spindle control might be tricky.
But if you are building a 5-axis machine I suspect that using a parallel port _at_all_ would be a false economy.
If it works then there will be no significant hardware delay.Also, has anyone tried connecting a PCIe parallel port card to a PCIe/PCI adapter - would there be any serious latency issues?
Please Log in or Create an account to join the conversation.