Couple of things... If you add a slave axis in your conf wizards, it'll add the second motor and you only need to dial in the motion parameters of the single joint. Slave axes don't require separate joint/axis settings, just the stepgen pins and possibly a directon reversal in the case of mirrored rack and pinion drives There's a special flag in the ini file called no_force_homing = 1 that you can enable to skip homing the machine before you move stuff Hope this helps.
@TheFeralEngineer3 жыл бұрын
@@ProjectsbyBrian no problem. Linuxcnc is kinda what I do in my spare time 😆
@gizmobowen3 жыл бұрын
Just wanted to add a comment to let people know that they should check out the LinuxCNC Bare Bones series at your channel. It adds a lot of additional information to go along with what Brian has presented.
@idus3 жыл бұрын
@@gizmobowen Its how I got my lathe and Mill running. Just confused about the tool changers for Mori Seiki lathes.
@TheVFXAssault3 жыл бұрын
Could you possibly make a video about how do you probe ? What probe do you use, or how exactly does it work ? Thanks !
@dtbre3 жыл бұрын
I'm not quite at this point yet but when I am I'm coming back and rewatching! Keep making all the great videos!
@sym0n423 жыл бұрын
You are the best, brian!
@smo32413 жыл бұрын
Can you make a video about offset setting on Linux CNC?
@MuddFlappRanch3 жыл бұрын
Nice job!
@gizmobowen3 жыл бұрын
Brian, thank you for the follow-up video and especially for sharing your files. This will really help a lot of people to at least have a decent starting point. One question that came to mind is related to the micro-stepping value you're using since it will affect some of the values in your files. Hoges suggested using 1/5 stepping, which is what I was going to start with. If you're using a different value though it would make the settings off a bit. Can you let us know what your micro-stepping value is on your motor drivers?
@gizmobowen3 жыл бұрын
@@ProjectsbyBrian Ok, thanks. I think the micro stepping is a compromise between torque and accuracy. So I'm guessing 1/5 is the right balance that he arrived at while making this CNC. Definitely going to go with what the creator uses.
@jon99473 жыл бұрын
Another really informative video, great job!
@fernandopinela2034Ай бұрын
my friend thanks for your videos, i have managed to configure most of the parameters :) ... the only bad thing is that i have problems with the [TRAJ] configuration, i must put the coordinates in XYZ for the axes to move correctly... but now i have had problems with the limit switches because of this because the XYYZ coordinates must be used and it throws me an error when opening Linuxcnc... gpt chat has been helping me but i have not been able to solve the problem... it suggests me to update the program to a more advanced version, i am using version 2.8.4... what version of linux do you have in the configuration that you do in the video??? thank you very much in advance. (use a translator, i'm from Chile😅)
@ali_mammadov3 жыл бұрын
Hi Brian. We (me and my father) are making a first PrintNC in Azerbaijan :-). We are trying to make a right choice between LinuxCNC and Planet CNC. The second one looks more attractive and user friendly with many and many beautiful bonuses (API for an external apps and etc). But It is not free (145 EUR for hardware + 85 EUR for software license). My final question is: Is It right choice to go to the Planet CNC ecosystem (and always be dependent on one manufacturer) or choice Linux CNC, as the most pragmatic choice for the future? We want to make one choice and work 3-5 years without thoughts about electronics or software.
@ali_mammadov3 жыл бұрын
@@ProjectsbyBrian Hi Brian. I want to say thank you for such quick and informative answer/opinion. We a trying to focus on what we will produce on PrintNC, and we need, as you mentioned, a turn key solution. So Planet CNC looks good for us. Brian, thank you for such incredible PrintNC machine. You're genius.
@TheFeralEngineer3 жыл бұрын
@@ali_mammadov I'd like to interject and say that when converting from Mach 3, I was able to have my machine back up and running in a couple of hours without any help or guidance. Now, I could configure the exact same machine in 20 minutes, including installation of the operating system. The beauty of LinuxCNC is the flexibility down to a source code level, but there is a small learning curve for the amount of power the system provides, which is why I started my series of tutorial videos. They've already helped a lot of people. 👍👍