Thanks for the intro to FreeCAD! FYI as for the Z offset issue. Most machining controllers have a touch-off feature in the GUI. Enter the 2.2 offset there, which tells the CAM software the tool is at 2.2 instead of 0. Alternately, I sometimes just set the origin in the CAD to the top surface instead of bottom surface, just like you moved the origin XY you can move the Z.
Hal yang sama juga terjadi dengan saya, mencoba berbagai software, yang cocok sesuai kebutuham saya. Mesin saya diy CNC GRBL, 2040 vslot, with dc775 300watt. Setelah lancar dengan yang kecil, baru mai mengaplikasikan untuk OX CNC yang besar. Terimakasih telah berbagi pengalaman 🙏👍👍👍
Yea the origin in FreeCad needs to be set to the top of the object and then you can avoid having to do that "negative number" trick that you're using. The toolpath you created thinks that your cutting tool is starting at the bed of the CNC, but you zeroed your CNC tool at the top of the stock. It's a little confusing at first but when you go to cut something everything becomes more clear. Good video though, and super helpful!
I'm new to CNC and FreeCAD, I think theres something you didnt do that made this video (and you) confused. Heres what I think... 1.You skip stock creation - basically you start from arbitrary coordinate ? 2.Since you do No 1, you didnt have a correct origin, you then need to move the origin to the parts itself which skip the stock. heres a better method IMHO - create the stock and align the origin to the stock face. Less headache and start backlash removed when the spindle start.
Brother I have been scanning the internet for over 2 mounth now, and your video was the one which did it for me. You describe everything Perfectly. I really am Grateful and thank you and keep up the GOOD WORK. I do hope that you get lots and lots of subs :) thank's again :)
Thank you so much for your videos, after spending hours watching other videos making things much more complicated. Your videos are very understandable and easy to comprehend.
Thank you for that great tutorial. It’s much more straightforward than I expected, or you explain really well. It’s just what I needed to get me going, that and I also use UCCNC!
I think the most confusing part of your video is that you did not notice that for CAM FreeCAD creates a copy of your part. And by default this part is not visible. So what we see in your video is a part oriented as one part of a construction or assembly. In your object tree on the left side this is the last solid you created from your mesh. But when you want to mill a part this often has to be done from all sides. So for every CAM job (= collection of single CAM operations) there is a copy of the chosen part that has to be oriented to the coordinate system of your mill. In the object tree there is a branch "Job->Model" and there you find "Model-heta_skik3001". This model is grayed out as it is not visible. Click on it, press space bar to make it visible. While in CAM (activated Path toolbar) click on your main model, press space to make this one invisable. Now everything should be clear how the whole setup is oriented. Be not confused about the first rapid move in the simulation. It always starts from the origin. In reality the first move is where your spindle is. I prefer Z-zero on top of the stock and go down with negative steps. But FreeCAD can handle different preferences. Try to use FreeCAD 0.19 devel version as this has a much improved Path toolbar aka CAM system and be part of the community to improve this really good but nearly unknown CAD/CAM package. But I also only use it for CAM - so far. HTH
@@brycenorvell3428 , Hi, I would suggest to watch the videos of sliptonic. He shows how to setup Path workbench for creating toolpaths an howto generate g-code: ruclips.net/video/jARnmuWm7n4/видео.html Yes - this is not the latest hot stuff from freecad path in 0.19pre but it is a solid foundation for understanding the concepts. Please understand that FreeCAD is not a product but a project. So try to participate in the forums.
Just found your channel and already appreciate it, i'm curios as to what the "easier to use" software is that you mentioned in the the first few minutes of the video is. Thank you!
@@MikeTech41 Okay cool, I'll have to check it out. I messed around with Freecam earlier today and I already like it a lot more than CREO. The tool paths are a little odd but I can't really complain about something this functional when it's free.
Glad I found your video. I was thinking of getting a cheap router (retired just home projects) but have not yet figured out all that is involved in generated G-Code. I am using Fusion for the models, STL files, etc. so I understand that part. (have 3D printer for file input on chip). Guess my question is will this CAM free software run on Apple's MacBook Pro? I keep finding information that shows using a COM Port for inputs but as far as I can figure there is NO COM Port on the Mac. I also subscribed to your channel - Agian thanks!
Hi there, thanks for the video. I have created a path profile operation and I have a problem. The profile is basicly a circle, but when I read the g-code there is this "K" coordinate, I think it is Z offset. The thing is LinuxCNC doesn't like that "K". It can't run the program with it. I removed it manually from the code and it works perfectly. The question is: Is there a setting in FreeCAD so that this "K" doesn't appear in the G-Code? Thanks a lot !
Lmao better then fusion cam you obviously havent used fusions cam it is also free and eons ahead of this. Really cool though hopefully one day they can catch up
Thanks for the intro to FreeCAD! FYI as for the Z offset issue. Most machining controllers have a touch-off feature in the GUI. Enter the 2.2 offset there, which tells the CAM software the tool is at 2.2 instead of 0. Alternately, I sometimes just set the origin in the CAD to the top surface instead of bottom surface, just like you moved the origin XY you can move the Z.
Hal yang sama juga terjadi dengan saya, mencoba berbagai software, yang cocok sesuai kebutuham saya.
Mesin saya diy CNC GRBL, 2040 vslot, with dc775 300watt.
Setelah lancar dengan yang kecil, baru mai mengaplikasikan untuk OX CNC yang besar.
Terimakasih telah berbagi pengalaman 🙏👍👍👍
Yea the origin in FreeCad needs to be set to the top of the object and then you can avoid having to do that "negative number" trick that you're using. The toolpath you created thinks that your cutting tool is starting at the bed of the CNC, but you zeroed your CNC tool at the top of the stock. It's a little confusing at first but when you go to cut something everything becomes more clear. Good video though, and super helpful!
I'm new to CNC and FreeCAD, I think theres something you didnt do that made this video (and you) confused. Heres what I think...
1.You skip stock creation - basically you start from arbitrary coordinate ?
2.Since you do No 1, you didnt have a correct origin, you then need to move the origin to the parts itself which skip the stock.
heres a better method IMHO - create the stock and align the origin to the stock face. Less headache and start backlash removed when the spindle start.
not an indian tutorial 🙏 Thanks a lot man
Brother I have been scanning the internet for over 2 mounth now, and your video was the one which did it for me. You describe everything Perfectly. I really am Grateful and thank you and keep up the GOOD WORK. I do hope that you get lots and lots of subs :) thank's again :)
Thank you for a nice demo. There are some changes to 0.19. Especially for the tool library.
Thank you for making this video. I appreciate the info and the pace of the video. It was easy to follow along :)
Hi need help please, there is any courses online for more progress ?
I appreciate your video. I like seeing an actual file being output to a machine doing work. You do a good job of explaining what to do. Thank you!
Great video. Are there new functions in freecad 0.20 for path workbench?
Hello. The fanuc post processor os not available? Do you know if It Will be available in the future? Ciao e grazie!
Thank you for sowing me the CAM package in FreeCAD!
Can you not create a part from scratch? You have to import a design first?
Thanks for this. Tried several other tutorials before this one. They did not come close to the clarity you achieved.
Can you make a video about creating 3d milling toolpath?
Thank you so much for your videos, after spending hours watching other videos making things much more complicated. Your videos are very understandable and easy to comprehend.
you can use blender i think to for free and transfer the files to freecad
The linuxcnc processor outputs pure g-code, that's why mach3/4 and ucnc work ok.
Thank you for that great tutorial. It’s much more straightforward than I expected, or you explain really well. It’s just what I needed to get me going, that and I also use UCCNC!
I think the most confusing part of your video is that you did not notice that for CAM FreeCAD creates a copy of your part. And by default this part is not visible. So what we see in your video is a part oriented as one part of a construction or assembly. In your object tree on the left side this is the last solid you created from your mesh. But when you want to mill a part this often has to be done from all sides. So for every CAM job (= collection of single CAM operations) there is a copy of the chosen part that has to be oriented to the coordinate system of your mill.
In the object tree there is a branch "Job->Model" and there you find "Model-heta_skik3001". This model is grayed out as it is not visible. Click on it, press space bar to make it visible. While in CAM (activated Path toolbar) click on your main model, press space to make this one invisable. Now everything should be clear how the whole setup is oriented.
Be not confused about the first rapid move in the simulation. It always starts from the origin. In reality the first move is where your spindle is. I prefer Z-zero on top of the stock and go down with negative steps. But FreeCAD can handle different preferences. Try to use FreeCAD 0.19 devel version as this has a much improved Path toolbar aka CAM system and be part of the community to improve this really good but nearly unknown CAD/CAM package. But I also only use it for CAM - so far.
HTH
Do you happen to have any videos? I am just starting in Milling, have been cutting in 2d on my cnc plasma. looking for all good info.
@@brycenorvell3428 ,
Hi, I would suggest to watch the videos of sliptonic. He shows how to setup Path workbench for creating toolpaths an howto generate g-code:
ruclips.net/video/jARnmuWm7n4/видео.html
Yes - this is not the latest hot stuff from freecad path in 0.19pre but it is a solid foundation for understanding the concepts.
Please understand that FreeCAD is not a product but a project. So try to participate in the forums.
This software have wire edm?
Just found your channel and already appreciate it, i'm curios as to what the "easier to use" software is that you mentioned in the the first few minutes of the video is. Thank you!
Meshcam is the most easiest Cam software to use
@@MikeTech41 Okay cool, I'll have to check it out. I messed around with Freecam earlier today and I already like it a lot more than CREO. The tool paths are a little odd but I can't really complain about something this functional when it's free.
Great video! I agree.
my combo view is skinny, any way to expand it ?
Just use a offset g55,56,ect
is ther 4th axis toolpath milling in freecad
Glad I found your video. I was thinking of getting a cheap router (retired just home projects) but have not yet figured out all that is involved in generated G-Code. I am using Fusion for the models, STL files, etc. so I understand that part. (have 3D printer for file input on chip). Guess my question is will this CAM free software run on Apple's MacBook Pro? I keep finding information that shows using a COM Port for inputs but as far as I can figure there is NO COM Port on the Mac. I also subscribed to your channel - Agian thanks!
does anyone know why my FreeCAD .18 keeps crashing when i click "create shape from mesh?"
Nice, there are basically no tutorial like this
Seems like FreeCAD 0.19 is completely different.
Hi there, thanks for the video. I have created a path profile operation and I have a problem. The profile is basicly a circle, but when I read the g-code there is this "K" coordinate, I think it is Z offset. The thing is LinuxCNC doesn't like that "K". It can't run the program with it. I removed it manually from the code and it works perfectly. The question is: Is there a setting in FreeCAD so that this "K" doesn't appear in the G-Code? Thanks a lot !
Freakin sick
Thanks for posting this!
I ended up with a “.json” file, how do I get a .gcode one?
Can it create gcode for a lathe as well?
Not Yet the future version will be able to
Everything is better then fusion-360.
What the version download?
thank you for the info...
excellent.
Thank you
Thank you!
your awesome Thank you
Please don’t fly to much with your cursor. Apart from that, I like this good video 👍🏼
👍
Lmao better then fusion cam you obviously havent used fusions cam it is also free and eons ahead of this. Really cool though hopefully one day they can catch up