Been using Freecad for a little over a year now to design parts that I 3D print or send off to be machined. Getting a CNC router now and this was a great introduction! Thank you
@mahatmamv4 жыл бұрын
I learned a new function of amazing Free Cad! I'm a 54 years old beginner for CNC. I tried to generate gcode. It runs in simulator as camotics. When my CNC will be operating I'll try. Thank you! I'm from Italy too!
@flypic10984 жыл бұрын
Very good. Lots for me to learn I was a CNC Turner for 25 years but never used computers to write my programs. All done the old way ! Thanks. Jim
@mortimersnead5821 Жыл бұрын
You mean you wrote gcode? 30 years ago, I had a job in a small pc board fab shop where my job was to look at blueprints and turn them into gcode for the cnc router, which cost the price of 2 Cadillacs.
@power-max3 жыл бұрын
Seems like something changed in the 0.19 release, when I click add (5:30) I get a file window that opens with freecad files present in a freecad install directory. I select one and click edit on whichever tool and I'm presented with Tool Controller Editor which only has feeds/speeds options.
@jacobgarby1993 жыл бұрын
I had this same issue, here's a solution I found: kzbin.info/www/bejne/b3fJd6qMp7-Xos0&ab_channel=Adventuresincreation
@zombieno12 жыл бұрын
@@jacobgarby199 thanks a lot man. Saved me.
@jacobgarby1992 жыл бұрын
@@zombieno1 no problem, happy to help :D
@vb1gbg Жыл бұрын
@@jacobgarby199 your first reply seems to not show up. Was it deleted? KZbin says "3 replies", but only 2 are showing up. Would you please reply with the solution to this problem again? Thanks!
@jacobgarby199 Жыл бұрын
@@vb1gbg here: "I had this same issue, here's a solution I found: kzbin.info/www/bejne/b3fJd6qMp7-Xos0&ab_channel=Adventuresincreation"
@robertoklein62655 жыл бұрын
It works perfectly on my 3018 mini cnc! Many thanks for this awesome video from Italy
@JokoEngineeringhelp5 жыл бұрын
Thanks Italy is an awesome place
@sebvv52194 жыл бұрын
You are from Südtirol, right? :D
@mikebaee77313 ай бұрын
Great video, thanks for sharing. Freecad running on a free operating system, that's a good feeling!
@JokoEngineeringhelp3 ай бұрын
It sure is. Brings out the best
@Ed196013 жыл бұрын
That was great. I struggled with this one for a long time. Totally clear now
@keys46925 жыл бұрын
I love the way your screen shows up. I am getting older and it is very helpful
@everettmantis39513 жыл бұрын
Around 2:40 how are you able to click each inside corner and get them all to stay selected? Each time I click the next corner the last one is no longer illuminated.
@Nets-nutsBr4 жыл бұрын
Hi dear. I was getting crazy with that Path Workbench tool. You made my day. THANK U! Really appreciate it!
@MarcusPocus5 ай бұрын
very well explained and i have learned the details which do the difference!!!
@esarworks49633 жыл бұрын
Hi, Step Over is typically how much of the tool is engaged in a cut. So for a 12 mm end mill you would not want to take a 12 mm wide cut (unless you are slotting). I good number is about 60% of the tool diameter. Broken end mills flying around the shop are really scary ! Thanks for the tutorial, nice to see free software making an impact.
@JokoEngineeringhelp3 жыл бұрын
Great Comment thanks
@peterbelanger40942 жыл бұрын
That also changes based on what material you are cutting and the quality of the tool. Harder metals you are going to want to take smaller bites out of. You also have to factor spindle r.p.m. into it.
@evilinnovations Жыл бұрын
When creating a milling operation, I hit Apply and it doesn't make the green path like in your video. I go to the CAM simulation and it just bumps down and then back up and says its done. No milling.
@stevenfixo Жыл бұрын
will try out, thank you for your detailed explanation.
@edsonferraz117 күн бұрын
I using the release 1.0.0, but not include o Path Workbench. Do you can help me? How to include this workbench?
@JokoEngineeringhelp16 күн бұрын
In versions after this, it should be called 'CAM' and come with the base install of freecad.
@Bobby-kv4gc2 жыл бұрын
Very useful video - thanks. I would like to suggest that you use default user interface colours on your videos. When you're a beginner, you want to recognise what you're looking at - I don't think the non-standard UI adds anything to the learning value. When I look at it, everything is a little unfamiliar.
@ArchaeometallurgieDe5 жыл бұрын
another excellent video. thanks for making them for us! I surely learned a lot again.
@thejackal5099 Жыл бұрын
does this work with cnc plasmacutters?
@metaldetective67614 жыл бұрын
Excellent. No time wasted
@warrenking18154 жыл бұрын
I have a question, I watched the video and again it clear and concise. The only part that I do not understand is how you set the cut depth for the pocket operation. I have a 3018 and need to constrain the amount of materal cut per pass due to the limited power. Is the number of passes to cut the pocket something that can be set?
@JokoEngineeringhelp4 жыл бұрын
You should be able to edit your step down by gong to the tree on the left, Job>operations>Pocket_Shape>RMB>Edit>Depths>Step Down> Click on variable symbol and change to desired value
@warrenking18154 жыл бұрын
@@JokoEngineeringhelp thank you I appreciate the answer and your taking time to answer
@carreteFILMSPro3 жыл бұрын
Can it handle 5 axis CNC's?...
@rupskiralli2 жыл бұрын
I am exploring the path tool at the moment, and I have one issue: the starting position of the tool. I see that on your video, the starting position appears to be inside the object too. I can set the starting position in several options, but the simulator does start still from 0,0,0. Also the G code seems to have this initial position in 0. How to solve it?
@csquaredvisionsfpv89642 жыл бұрын
(Tool Call,g54 and things up here then you can insert something like this depending on your part or datum G00 Z5. (rapid 5 inches above Datum) X0. Y0. (rapid to xy 0. or wherever you need the cutter above the part) Z.1 (Rapid to .1" above part) G01 Z0. F10. (Feed at 10 ipm to Z0.) Then this would be your code for milling the part. This would put your cutter up and feed slowly down to where you tell it to with no surprises. if 10 ipm is too fast or the x and y are wrong they can be changed. I'm sure theres a setting in freecad that may be a little easier to apply that i cant find either.
@ChainsawDNA4 жыл бұрын
Great tutorial!!
@pmmc2023 Жыл бұрын
lol "make you dangerous" is probably the best line i've ever heard in a youtube tutorial
@MrCoffeypaul5 жыл бұрын
Wireframe is an easier way to pick edges! Hopefully you might have a look at the engraving feature in Path? Also the tool page will allow you define a tool using Python and import it in but unfortunately am forgetting how to do it. This workbench is not without its flaws but definitely promising.
@JokoEngineeringhelp5 жыл бұрын
THAT is a good suggestion. I'm gonna remember that for fillets. I need to learn python.
@MrCoffeypaul5 жыл бұрын
@@JokoEngineeringhelp I need to learn how to write Englsh
@MrCoffeypaul5 жыл бұрын
@@JokoEngineeringhelp 15 to 30% on tool overlap.
@juperrr2 жыл бұрын
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 !
@JokoEngineeringhelp2 жыл бұрын
That's a great question! I'm not sure; sliptonic channel might know and the freecadweb.org forum is usually helpful for things like that
@brucewilliams62924 жыл бұрын
You do a great job with all your videos and they are sincerely appreciated. Can Path handle 5 axis machining?
@Vesalempinen4 жыл бұрын
Excellent tutorial!
@sairfan063 жыл бұрын
and then how do you get g code to cut?
@werkzeugmann62242 жыл бұрын
time to cut path? how to get the time?
@AsMazasDebeselis Жыл бұрын
How about the bottom side?
@JHV1662 жыл бұрын
The problem as I see it is that Freecad does not respond in the ways that many of the tutorials portray it.. In the Path workbench, my copy does not have the same menu structure/choices that are displayed in many of these tutorials. I haven't modified the program via preferences so I really cannot understand where the issue lies (Version 0.19.)
@JokoEngineeringhelp2 жыл бұрын
The version in the video is older than 0.19. I would say a channel called sliptonic is the ultimate authority on path if you are interested.
@ianboard35553 жыл бұрын
Very interesting. I would like to see a little bit on the post operation.
@peacefuldailychannel87573 жыл бұрын
hi mr:joko are u able to teach about free cad? online? i download it already but i need somebody to guide me how to do .
@dineshr671311 ай бұрын
is Free cad do CAM from .dxf?
@JokoEngineeringhelp11 ай бұрын
If I had a DXF, I would probably use it to manually generate a 3d model and make the tool paths from that.
@edwardspooner84883 жыл бұрын
Great explanation. Is there a Path method of coping with bevels and fillets?
@liamstone34374 жыл бұрын
I have a fresh install of Linux Mint 20 with FreeCad 18.4 - I tried making a simple disk in Part, Moved to Part Design to create my body, Moved to Path and I got this error message: "libnglib.so: cannot open shared object file: No such file or directory" - I then looked that error up and found someone had installed libnglib with this: sudo apt install libnglib which did not work for me so I saw someone else did this: sudo apt-get install -y libnglib-dev which I tried and it seemed to install something. Still no joy even after restarting my computer. I get the same error when I start path. I do not get the dialog to select a body. Any ideas? Note I also do not see the Path tools in my pallet after I make the error dialog go away.
@JokoEngineeringhelp4 жыл бұрын
I have never had any problems such as that honestly - I think this one would be for the freecadweb.org forums
@dmsentra3 жыл бұрын
Does this send out gcode to the machines too?
@JokoEngineeringhelp3 жыл бұрын
Yes it does! See the post process option wiki.freecadweb.org/Path_Workbench
@SomeGuyInSandy4 жыл бұрын
Cool! I'm starting to regret buying the CAD program we use at work...
@SomeGuyInSandy4 жыл бұрын
@Marco Tonta BobCAD, but the CAM portion of it is really high end, so I guess you take the bad with the good.
@TheJohneb4 жыл бұрын
Really good tutorial and easy to follow but I have a problem once I run the simualtor I cant get back to the model I just end up with a brown square If I hover my mouse over" model body" I get a transparent yellow model shows up but clicking on it makes no difference. Have tried playing around with preferences. Am using 0.19 Thankyou
@JokoEngineeringhelp4 жыл бұрын
I have not been able to replicate the issue, hopefully the forum on Freecadweb.org can help
@TheJohneb4 жыл бұрын
@@JokoEngineeringhelp Thankyou for your reply Freecad forum solved the problem. Just hide selection in "cut material" which is in "combo view"
@psacentralcoast69704 жыл бұрын
Brilliant video
@SomeTechGuy6665 жыл бұрын
Is there a way to generate code to machine 3D contours with a ball mill ?
@JokoEngineeringhelp5 жыл бұрын
Yes, at about 5:37 you'll see an option to create the ball mill from the drop down. Use that tool for your path
@알리오-r4e3 жыл бұрын
how to generate a tool for windows?
@peacefuldailychannel87573 жыл бұрын
hi sir , what software is this? how can i get this?
@JokoEngineeringhelp3 жыл бұрын
This is FreeCAD and it can be downloaded at freecadweb.org
@peacefuldailychannel87573 жыл бұрын
@@JokoEngineeringhelp its free? or need to pay?
@JokoEngineeringhelp3 жыл бұрын
@@peacefuldailychannel8757 It is Free
@peacefuldailychannel87573 жыл бұрын
@@JokoEngineeringhelp wow thats great. thanks alot for . im using windows 10 is thos applicable?
@JokoEngineeringhelp3 жыл бұрын
@@peacefuldailychannel8757 Yes it works with Windows 10
@toddsutton56724 жыл бұрын
what about cutter comp?
@Sentientfx13 жыл бұрын
Cool. Thanks for posting this. I'm moving over to Freecad from Fusion. It's going to be tricky but this is giving me valuable insights into the process.
JOKO - THE PLACE for FreeCAD expertise!! ?? Mill Tool Feeds and Speeds; Does FreeCAD now have; Depth of cut, direction of rotation, Finishing Passes with unique F&S ? Thanks! TorMach 770
@haroonstutorials4 жыл бұрын
Excellent work
@JoyeMusiccom4 жыл бұрын
What version of FreeCAD are you using? I'm having trouble selecting the faces of my part for the operations -- It seems like it wants to select the tool path lines or maybe the expanded fictitious clear box for facing. I'm trying to make a path on an imported STL that I turned into a FreeCAD solid. I wondering if maybe your version fixed that issue. I'm running: OS: Ubuntu 18.04.4 LTS Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.18.16146 (Git) AppImage Build type: Release Branch: (HEAD detached at 0.18.4) Hash: 980bf9060e28555fecd9e3462f68ca74007b70f8 Python version: 3.6.7 Qt version: 5.6.2 Coin version: 4.0.0a OCC version: 7.3.0 Locale: English/UnitedStates (en_US)
@JokoEngineeringhelp4 жыл бұрын
It looks like your system checks out; I've never worked with an imported STL before. I'm using 0.18 and if you can, I would recommend a .STP file instead. Would that work?
@JoyeMusiccom4 жыл бұрын
Thanks for the reply. I found out I can click the faces when I zoom in. It's like it wants to select the tool paths with priority over the faces. IF you use a small tool, there are toolpaths everywhere and you really have to zoom in. I wish there was an easy way to hide the toolpaths! I seem to be able to hide everything else. The other thing that got me was when you run simulation and hit "OK" it generates a CutMaterial item at the bottom of the tree and messes up the selection. Hiding that (or deleting it until I need the gcode) seemed like the trick. Also, doing through-slots only seemed to work with ProfileFaces when the sidewalls were selected. I like that Adaptive is using the trochoidal cuts. Also, I'll try STP next time.
@TheScarvig4 жыл бұрын
@@JoyeMusiccom if you hide the whole job (select the job and then press space) you can then unhide/hide individual elements like the individual paths, the stock and the model the job uses (which can be different from the model you selected at the beginning because you changed the origin for the job -> i use a modified 3D printer so i have to stay in positive coords and thus place my origin in the bottom-front-left corner of the stock)
@FerdausAlAmin4 жыл бұрын
Great video, however I did not see G-code options in FreeCAD so far
@GoliatTube3 жыл бұрын
Great video.
@Snouzz-Play9 ай бұрын
do muse bigger and yellow so we can see it better becouse y do it to fast...
@SomeTechGuy6663 жыл бұрын
There have been a lot of changes in the Path Workbench in FC 0.19. You might want to look into redoing this video.
@mikemike60963 жыл бұрын
Yea the Add tool option is different it seems. I don't have a drop down to make different tools. Mine just opens a windows folder that's located within freecad with a few random tool bit files. No "tool editor."
@birrextio65444 жыл бұрын
You shall mill the outside counter clockwice to avoid vibrations and get a better result.
@xianfengwuk15904 жыл бұрын
十分感谢您的讲解.
@cornishman19543 жыл бұрын
Does anyone here uses a DSP A-18 controller that could help me out please
@bigbeartn5 жыл бұрын
17 min video turned into a 1hr and half video having to stop and go back to see what you clicked.....SLOW DOWN just a tad so new people can learn...
@ashlangenzlinger12014 жыл бұрын
Just pause the video from time to time while you catch up - - in my opinion better to have a dense and fast video and pause, rather than a video that goes too slowly
@qzorn44404 жыл бұрын
Gee, i started off stumbling and fumbling around looking for PCB design and testing software, freecad seems to do a great job, then the 3d freecad printer design works great, now G code, cnc, arduino and the raspberry pi computer vision are filling the hobby diy projects... what next?? :) ps watching the cnc preview is a wonderful software tool. thanks.
@testingbeta71693 жыл бұрын
check proteus for pcb, it has great simulation. my story is kinda same, i made cnc to make pcbs, that tone transfers are pain
@BTom164 жыл бұрын
How much are these videos edited? If this editing is real time, in one take, can you fill in some detail on your hardware/software? It looks like Ubuntu? What CPU/GPU/RAM? If linux, what graphics driver? I'm looking at a system upgrade, primarily to achieve FreeCAD performance, so I'm looking for a broad idea of how much resource I need to give it.
@JokoEngineeringhelp4 жыл бұрын
This video was recorded in Ubuntu 16.04, now I'm on 18.04. These are edited during long load times, I can't remember how much was edited with this particular video. People don't like sitting there and watching my system load. My system is 32GB RAM with Xeon processor, Nvidia Quadro graphics M2200. This was recorded with the Xorg graphics, I recently switched to Nvidia proprietary driver and have not noticed any difference. Have fun with the upgrade
@BTom164 жыл бұрын
@@JokoEngineeringhelp thank you! I really appreciate it.
@AmmiHamzah27 күн бұрын
is it really your voice mas Joko?
@JokoEngineeringhelp27 күн бұрын
That's me
@rogerjuniogoncalvesgamito46163 жыл бұрын
Tutorial perfeito, exatamente o que estive procurando;
@wangfoobar4 жыл бұрын
I think there is a typo in the title of the video: Maybe "Maching" should be "Machining"?
@JokoEngineeringhelp4 жыл бұрын
You can tell why I didn't go into English for a career!
@fatihyilmaz-Gtr3 жыл бұрын
Thank you so much!!!
@chriswesley5943 жыл бұрын
"I am goin' fast here". Yes you are - to the point where you're not so much teaching people how to use the tool as showing us how good you are at using the tool. Replaying segments many times to try to spot the point where the magic happens between you and the UI is not my idea of fun.
@JokoEngineeringhelp3 жыл бұрын
I was going fast at that point because that was about the most basic thing that can be made in CAD. If you're having trouble extruding rectangles, you should not be watching this video.
@chriswesley5943 жыл бұрын
@@JokoEngineeringhelp Oh OK, but then why waste the first 5 minutes of a 17 minute video havins us watch you making the object?
@JokoEngineeringhelp3 жыл бұрын
@@chriswesley594 So people can follow along using identical dimensions.
@PP.EKOTECH3 жыл бұрын
👍👍👍
@renderuthis3 жыл бұрын
Already it looks better than that $2000 Aspire.
@olibarahosasa11372 жыл бұрын
Thankssss
@wantafastz283 жыл бұрын
Little fast. But thanks. Useful info!
@WalkerRileyMC Жыл бұрын
FreeCAD is ridiculously powerful for what it is, but goddamn is the UI a mess and the learning curve just insane. If the devs were able to clean it up a bit, it would easily displace most of Autodesk's stranglehold on the CAD market.
@JokoEngineeringhelp Жыл бұрын
I think a lot of people would like to see that after the policy changes that were made to the hobby licences of Fusion 360
@n3r0z3r03 жыл бұрын
This video definitely has less likes and views then it should ! Thanks!
@xXXWatatsumiXXx5 жыл бұрын
to fast and no explane what you click on
@dmitryborisov50943 ай бұрын
for new in FreeCAD it is very fast.
@toddsutton56723 жыл бұрын
i guess you dont reply. messing with it again, path is useless in my book that zigzag is the only toolpath that actually seems to work in pocket. i cant stand depths and heights formula based shit cant adjust it.
@bobmirror71643 жыл бұрын
Stick to one and only one way of doing it.
@johnpadams80792 жыл бұрын
Does FreeCad provide a G code output ?
@JokoEngineeringhelp2 жыл бұрын
Yes, it's on the path workbench you can get it. I can't access FreeCAD where I'm at right now, but if you can't find it let me know