SNS 367: Kaeser Air Tower Install, CNC Milling

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024
  • This week we took delivery of our new ‪@KaeserUSA‬ Air Tower from Air Power Services and they got it installed and operational . Happy to see that machine install completed! I'm very happy with the new compressor. I also worked on machining a steel mounting plate that will be used to hold my Fireball Tool cast iron fixture plates. This is a simple project that is helping me to further train and understand the conversational programming on the ‪@MilltronicsUSAInc‬ control. I broke my first end mill in the cnc mill, probably the first of many while I venture down this path of learning cnc machining.
    Paypal Channel Donation: www.paypal.com...
    Support though Patreon: / abom79
    My Amazon store where I'm adding many of the tools and products I use in my own shop. Amazon.com/shop/abom79
    Visit my second TH-cam channel where you can follow our travels, camping, RVing, cooking, and bbq!
    / @abomadventures

ความคิดเห็น • 397

  • @josephbasanta
    @josephbasanta ปีที่แล้ว +13

    Hi Adam, yes you can do quick and dirty jobs on the CNC by hand, but why “you shouldn’t” is because you are learning. You should take every opportunity to program the machine it will make you more confident and familiarize you with the various pages on the controller and functions. Also, you have a very bad habit from this video of starting the chamfer cut over the vise, the movable one in this video. If anything goes wrong you will crash right into the vise jaw. Ruining the cutter for sure, give the vise a character mark and possibly damages the spindle. Best to start out to the side on the “X” axis and come into the part while you are over space. Would also suggest slowing down the rapids, it’s not a production job, and there is no rush to crash the new machine. Don’t worry about us you can speed up the vid in post-production. Enjoy watching you learn, thank you for the content.

  • @asdfdfggfd
    @asdfdfggfd ปีที่แล้ว +12

    I would say stay away from using the jog to mill for now, because it is a missed opportunity to write a simple program and get that repetition for memory experience you were talking about.

  • @sshep7119
    @sshep7119 ปีที่แล้ว +5

    Adam, There is nothing wrong with using the MPG handwheel for edging parts like that. There may be a function in where you can just hold a feed button (my fadal has a JOG key) and the mill will walk across the part at a feed rate that is preset by feed override. It's a lot easier than cranking.
    The bore is undersized because (like any machine operation) there is tool pressure to account for, as well as the climb cutting vs conventional cutting pressure. Additionally you need to remember that the machine is not actually moving in a circle while it cuts, it moves in incremental XY directions, the accuracy is determined by the resolution of the CNC/machine hardware. If you are writing the program you have to make sure that the "D" (diameter) value for the tool offset is reflected properly. The actual tool diameter and what the machine thinks the tool diameter is are not always the same. Use this to your advantage, use the diameter (D value) to allow you to creep up on size. A larger "D" value will cut a smaller diameter counterbore, a small "D" value will cut a larger counterbore. The cutter compensation the program uses can make life a lot easier. HAAS has an excellent workbook for mill and lathe applications, you may want to look into it. Cutter compensation is a huge benefit, also write and save generic programs for facing, squaring, pocketing, etc. You can simply change a few values in the program and be cutting in a matter of minutes.

  • @hdfanboy
    @hdfanboy ปีที่แล้ว +9

    Loving your machining content as usual Adam especially the cnc work since im a cnc machinist myself. Being relatively new to cnc work I can't stress this enough about how careful you need to be about opening the doors while the machine is in operation especially on an unproven program. Always slow your rapids down when tools are approaching the job and if you absolutely have to open the door to adjust coolant lines make sure you cycle stop first because if you accidentally programmed something wrong or didn't set a tool length correct or forgot to do something and it smashes into the part while your in there fiddling with something it can go bad in the blink of an eye. Obviously once you have proven a program let it go by all means. I've been doing cnc for 23 years and I still don't walk away from a machine while running the first part even on programs I programmed and have run 1000's of times. Believe me when I say it will sooner or later bite you in the ass and we all wan't you to be safe.

    • @supremecommander2398
      @supremecommander2398 ปีที่แล้ว

      i am surprised that he can open the door while the machine is running... doesn't that invalidate any health insurance?

    • @ellieprice363
      @ellieprice363 ปีที่แล้ว

      @@supremecommander2398 I would have thought the doors would automatically lock while the machine is running. Maybe a safety interlock with blinking light?

  • @TheCuriousOrbs
    @TheCuriousOrbs ปีที่แล้ว +7

    Adam, write yourself up a big cheat-sheet to stick on the machine while youre learning all the different G/F-Codes specific to your machine. Check online and see if someone hasnt already posted one.

  • @tedsaylor6016
    @tedsaylor6016 ปีที่แล้ว +6

    For where you are at now, using the pendant is fine. But eventually you will be learning the basic G codes and entering something in the MDI page like G1 F20.0 Y2.0 which means (if absolute coordinates is set and assuming imperial), Move the Y axis at 20 IPM till Y is 2.
    Generally only use MDI on cuts (direction - in this case Y) WHERE I AM CERTAIN the cutting tool won't hit anything, so in your case the pendant would still be used for moving the X stepover (a wrong number sends you into the vise or worse).
    By using MDI for the cuts you get a uniform finish.
    I laughed hard at the snapped cutter, get used to it and be glad the carbide snaps before something more expensive does. We all have a bin of snapped cutters.
    You'll be fine if listen to your own good machining instincts. DO NOT LET the commenters get ya down, or talk you into something you do not feel right.

  • @brendanmmann
    @brendanmmann ปีที่แล้ว +37

    Hand-wheeling a cutter through the material just to square it up is going to be just as fast as writing out a few lines of G1 commands. Something like that comes down to what seems easier to you and also depends on how many cuts you need to take. For your feedrate, check out the video from Haas called, "Your feedrate is wrong" or something like that. Mark does a good job explaining why your feedrate may seem great in one application and not in another.

    • @roberthopwood3758
      @roberthopwood3758 ปีที่แล้ว +5

      Yeah, the only improvement would be if you are able to set a feed rate and hold down a feed button.
      It can be a little more nervy on the first go though.

    • @BradPow
      @BradPow ปีที่แล้ว +7

      Most machines have a jog lock so it feeds automatically. You set the feed rate by turning the overrides down

  • @afd33
    @afd33 ปีที่แล้ว +7

    Couple tips from me for what it's worth.
    First, I think the bolts were undersize because you checked it after it did a roughing pass but before the finishing pass.
    Second, and this is more personal preference I guess, but I would just take the time (especially while you're learning) to reprogram the chamfer cycle. From what I understand was you just reran the same code from the first OP, and all it takes is a phone call or other distraction to accidently chamfer the non-existent counterbores on the backside.
    Keep it up. It's been fun to see you get in to CNC machining, and it'll really open up opportunities for you I think. Oh, and I handwheel stuff like that all the time. Haas has a thing called jog lock that makes it so you don't have to keep cranking on the wheel, but same thing.

    • @AramcoPhil
      @AramcoPhil ปีที่แล้ว +1

      Just splitting the chamfering on the first op into two blocks (edge on lets say block 14 and counterbores on block 15) would be my way to do it... Then on the backside you just dont call block 15 and done.

    • @arcadeupgrade9436
      @arcadeupgrade9436 ปีที่แล้ว

      Spot on for the hole sizing.

  • @keithhansen3963
    @keithhansen3963 ปีที่แล้ว +7

    Yes Adam, you absolutely can use the mill for hand op's. I would recommend however you use it in feed mode rather than the pendant. It work smoother and easier on your end mills. Great video, btw

  • @flyingjeep911
    @flyingjeep911 ปีที่แล้ว +5

    I’m always putting my cnc in Bridgeport mode.

  • @ydonl
    @ydonl ปีที่แล้ว +5

    Your intuition serves you well. Starting the middle of something is generally a bad idea. You've started at the beginning, and you're adding one layer on top of another, like laying bricks. Build it strong, without a bunch of gaps and such. Practice is a Good Thing; that's how you get to Carnegie Hall! And it doesn't seem like you're worrying *too* much about what people might think. Just do your thing, not their thing!

  • @RabidSnailRacing
    @RabidSnailRacing ปีที่แล้ว +5

    To make cuts in the mill like the first ones you showed in the video, go to MDI (Manual Data Input) and enter the G-Code to put the machine into Incremental Mode (G91), or zero the axis you want to move in, start the spindle at the RPM desired. M3 is clockwise rotation, generally used for most tools, or M4 which is counter-clockwise rotation, and the desired RPM with S and the RPM, then tell it to move in the X, Y, or Z axis using a G01 and command the axis and distance, Note that the G01 is G Zero One, not the letter "O", followed by the axis to move, the distance and the feedrate using F and the desired feed rate.
    This would look like G94 M3 S1500 and the movement, G01 Y -6.00 F5.0 , Then to stop the spindle, M5 (you may have a button on your controller to start and stop the spindle making the M commands unnecessary. In the video, you make another cut. If you want to do that you would keep the spindle running, then move the X axis for your next depth of cut, ie G01 X -0.030 (the feedrate is modal and stays the same until changed making the addition of the F word unnecessary now), On most controllers, you can click on the MDI Input line and arrow up to retrieve the past commands. then arrow up to the Y movement line, select it and edit the Y distance to a positive distance to move back across the part cutting 0.030" on the way (This looks like G01 Y-6.00 ) Then rinse and repeat. When you've finished cutting stop the spindle with M5 .
    I encourage new operators to do this because even though it sounds like a lot, it becomes second nature very quickly and it's a good way to start thinking in G-Code for troubleshooting your programs later on.

  • @waller393
    @waller393 ปีที่แล้ว +6

    mr booth can i suggest even tho you run the simulation slow your rapids on any new program

  • @kaydog2008
    @kaydog2008 ปีที่แล้ว +5

    Adam when the bit squeals the speed of the feed is slightly faster then the bits rotation. ------>For anyone? The different's from a manual mill from an auto mill. Is every thing you did with your hands manually. You now have to program every signal step you would by hand in the auto mill to do for you. A total hands free operation. It's so hard to wrap your head around it when YOU have been doing it for so long by hand. Don't knock AB for stepping into the 22nd century. A complete total 👍👍👍👍👍👍👍👍👍👍's up Adam for stepping out of your comfort zone learning something new.

    • @Cthowell91
      @Cthowell91 ปีที่แล้ว +1

      yes your correct. it kills the tools just like feeding 65 IPM. when you start trying to hold tight tolerances, the little things like tool stickout and part rigidity will greatly effect the overall outcome. I would also venture to say that the plate is going to show some flatness and parallelism variations from that span across the vise and the thickness of the plate.
      I would have clamped it straight to the table using Mitee Bites.
      lastly, when you are new to something like this you should never be running the mill at 100% rapids. and when that spindles turning you really need to keep those doors closed and your digits out of the machine. Even experienced guys will slow the rapids to make sure the tool is coming down where it needs to and going to the proper depth. its an unproven program therefore it should be treated like one!! just basic safety esspecially if your alone in the shop. I have chips in the glass on a couple machines from endmills that break. you have no control on where that going and its moving fast.

    • @richardjones7249
      @richardjones7249 ปีที่แล้ว +2

      @@Cthowell91 Even from the limited tuition and exposure that he has had, I'm surprised that the judicious use of the rapids override as well as the safety need to keep them doors shut for high rpm drills and end mills have not been 'drilled into him'.

  • @akfarmboy49
    @akfarmboy49 ปีที่แล้ว +4

    You are doing good.
    Just slow down rapid travel incase
    You get a depth wrong.

  • @frankcurley
    @frankcurley ปีที่แล้ว +5

    Brother, my hat is off to you to put yourself out there to learn new things and place it on TH-cam...much respect from this corner!

  • @JohnDoe-es5xh
    @JohnDoe-es5xh ปีที่แล้ว +6

    Did you know, that Kaeser also supports ventilation and cooling electronic weapon systems of US Navy warships? Good choice, Adam 👍🏿

    • @rashesthippo
      @rashesthippo ปีที่แล้ว +1

      Neat, love a good fun fact

  • @scpowered
    @scpowered ปีที่แล้ว +4

    I do that all the time! It gets the job done and can be faster than creating a program and setting zeros. One thing, it looks like the hand wheel is setup backwards, turning the wheel positive makes the machine go negative. Not a big deal but something to be aware of if you operate a different machine.

  • @tsmartin
    @tsmartin ปีที่แล้ว +5

    I'm not saying Adam did anything wrong but if it were me, I would have put the compressor on the mezzanine next to the receiver tank to free up shop floor space. I would also have some "cheat sheets" stuck on the mill close to the control panel to refer to until I was fully versed in the functions.

    • @petemclinc
      @petemclinc ปีที่แล้ว

      I had a cheat sheet notepad when learning to run a VMC, my TC (team coordinator) pulled it out of my hands and threw it onto a
      work table when I was learning to set up a job. He was big on muscle memory, I eventually quit working there.

    • @rjstiles80
      @rjstiles80 ปีที่แล้ว +1

      Product placement bud

  • @garyknox4993
    @garyknox4993 ปีที่แล้ว +3

    On the milltronics, hold the feedhold button down for a few seconds to reset the program. No need for the estop. 😁

  • @Nathan_Whaley-g8m
    @Nathan_Whaley-g8m ปีที่แล้ว +3

    I have had the feed zero problem as well lol. My boss recommended an app for my phone that is called FSWizard. I gives good starting speeds and feeds for milling with lots of adjustment options and accounts for material. You have to pay like 15$ for the pro version to get access to most materials but I think its worth it. Funnily enough I have never actually made a mill program on the internal software, we always use mastercam. I have done a decent amount of internal programming for lathes and repetition is definitely necessary. As the guys at my work say, you must be going to church frequently if your running with rapids that high on a program your unsure of lol. Good luck.

  • @ArcAiN6
    @ArcAiN6 ปีที่แล้ว +3

    If you want a smoother finish with the shell mill, you're best bet is to make two passes, the first one to rough most of the material, and a final surfacing pass (1 - 2 thou ought to get it) higher RPM, slow feed rate, basically polishing the surface

  • @prinzeugenvansovoyen732
    @prinzeugenvansovoyen732 ปีที่แล้ว +5

    21:48 your measurement is off from tool flex, you either need to increase RPM or reduce feed speed

  • @chrisweeks2998
    @chrisweeks2998 ปีที่แล้ว +3

    In my experience you can reduce vibration by always using the shortest possible tool holders
    great channel Adam keep up the good work!

  • @magicman9486
    @magicman9486 ปีที่แล้ว +3

    There should be a place in your program that allows you to enter a line of code. Lets assume your at zero and you want to cut towards yourself 4 inches (Y). Just type G1 y-4 f60 and hit enter. Would give you a more controlled cut.

  • @BerndFelsche
    @BerndFelsche ปีที่แล้ว +4

    Basic steps on CNC must be rewarding. Even the mistakes.
    Keep going. Understanding the machining from manual background is helping in the learning process. Keep following the CNC program as it runs.
    If there's something new that you're trying, set your height way above the part and machine the air to confirm that the toolpath is as expected.

  • @eumoria
    @eumoria ปีที่แล้ว +3

    Great job on that part, I used to work for a CNC manufacturer helping clients ~15 years ago and a lot of talented manual machinists get frustrated breaking their tools or potentially harming their equipment... something they've spent their whole lives learning NOT to do! Keep at it, I'm glad you're willing to try and learn a valuable new skill for your shop :)

  • @kaeptenxy3569
    @kaeptenxy3569 ปีที่แล้ว +2

    I like your cute little compressor, we got 2 really big once from Kaiser at work running 24/7 just trying to keep up.
    and I am curious why do you have such a long stick out on your face mill, having it much shorter would decently help with rigidity, also you can most probably crank up your RPM by quite a bit also your feeds, except for when you snapped the tool that was to much feed with to little RPM.
    Also its a much better Idea to always keep your hand on the feed control when running a program first time and always double check your Z to not crash your spindle.
    when the tool is screaming to much rpm with to little feed
    also a backside Kampfer tool is a real great thing to have to finish more in one op
    having a torque wrench for the vice is also a good Idea
    Just things I thought about when watching this video maybe it can help you out, I come from operating 5axis CNCs :)

  • @thomasrichter1672
    @thomasrichter1672 ปีที่แล้ว +3

    Hey! Maby you watch some videos from Peter stanton, edge precision. He is the best cnc maschinist out there!!! And he explains very very well! I love your videos! Greetings from Austria 🇦🇹 😀

  • @lesgaal4017
    @lesgaal4017 ปีที่แล้ว +3

    Its a huge learning curve to get a cnc working in your head when all of what you've done for years is by measuring with precision tools. Slow and steady Adam you'll get there from down under.

  • @ConnorWeller
    @ConnorWeller ปีที่แล้ว +4

    be carefull with those serated jaws. they're great for roughing on the the first op, but if you flip them over for the second op that moving jaw lift will make both sides of your part not square. For second op it's best to flip it over onto parallels and knock the part with a deadblow to make sure it's flat.

  • @TheUncleRuckus
    @TheUncleRuckus ปีที่แล้ว +3

    You need to make yourself a cheat sheet of sorts that hang on the machine itself that has a list of all the F key functions.

    • @dsdragoon
      @dsdragoon ปีที่แล้ว +1

      I was always told write it down for 20/20 memory.

  • @nathankalsek5210
    @nathankalsek5210 ปีที่แล้ว +3

    I use my Milltronics manually all the time for edgemilling or facemilling. In the jog page you can control the federate using the federate override knob. Then you can hold the jog key and it will jog at that federate. There is a feature in the jog page called jog “distance”. You can enter a distance to jog so you don’t have to hold down the jog keys. Mess around with the jog page, I think you’ll be amazed how useful it is!

  • @peckerwood780
    @peckerwood780 ปีที่แล้ว +3

    Take a CNC class they're out there and I'm sure it'd be money well spent.

  • @johnstockton4304
    @johnstockton4304 ปีที่แล้ว +3

    Tool noise on the counter boring is probably a chipped tool. The broken 1st tool probably left a little chunk of carbide in the hole. Check your 1/4" end mill for a chipped cutting edge.

  • @simonscott1121
    @simonscott1121 ปีที่แล้ว +2

    I love CNC - there's no more efficient way to break tools.

  • @Jacob-64
    @Jacob-64 ปีที่แล้ว +3

    Hey Adam, I know nothing about CNC but you're a brave guy posting these learning CNC videos up plus showing your errors feeding the couch experts that will show up in the comments . For someone who admits they are learning basically from scratch you are doing a Dam good job . I've been subscribed to your channel for 8 1/2 years ,the way you have developed your presenting/description skills of what you are doing is so bloody impressive . I'm not posting this on the hope of a reply from you ,I'm a genuine fan of you as a person and as a great teacher . Your new shop is awesome .
    Regards from the Scottish Highlands

    • @richardjones7249
      @richardjones7249 ปีที่แล้ว

      If you know nothing of CNC, how do you know he's doing a damn good job?. He's done a few days course on CNC and a couple of days tuition on the macjhine. Apart from the Milltronics guy being a phone call away for advice, he''s largely on his own. If I were him, I'd read the comments from the so called couch experts with the mindset that they might be trying to be helpful. When he started machining, he had his dad there to give him the right jobs for his progression as well as the machinist employee Sonny , who Adam said was invaluable in his learning process and in the tips he learnt from him. That way, Adam became, from grass roots, what he is today. Imagine if Adam was given a lathe and a book' how to run a lathe' and told to just get on with it. He would have developed lots of ways of doing things and probably a few bad habits only to have to relearn a lot of them on becoming an employee in industry at Motion. I would implore Adam to hire , for a few months, say a recently retired CNC machinist who has been around the block and dream up as many 'training' projects as he can muster. At the end of which, he will be fully versed in the way the machines are used optimally in the industry, and from there can improve on them as required, as he sees fit.

    • @Jacob-64
      @Jacob-64 ปีที่แล้ว

      @@richardjones7249 read my post properly before you comment yeh

  • @mrAq_pA
    @mrAq_pA ปีที่แล้ว +3

    Spinning the MPG is kind a normal , although on our machines (if u have such a function) the JOG button will feed the selected axis to the selected directon (last direction used) when holding the JOG button ... so kind a semi manual feed .. feed dial can be used as well to regulate that feed . Braking stuff is "normal" :) CNC is not really famous for feeling things.

  • @markmuranyi9289
    @markmuranyi9289 ปีที่แล้ว +4

    Adam. I noticed right away that IPM with that 1/4" end mill was running way to fast. That of course was the under size counter bore which you pointed out. Keep at it, it will get better I am sure.

    • @Drottninggatan2017
      @Drottninggatan2017 ปีที่แล้ว

      What about the squeaking?

    • @markmuranyi9289
      @markmuranyi9289 ปีที่แล้ว

      @@Drottninggatan2017 Squeaking can occur if the cutter edge is slightly dull. Type of material he was cutting can have that effect. I do not recall in the video what the material he was using.

    • @LesNewell
      @LesNewell ปีที่แล้ว

      @@Drottninggatan2017 The very long tool holder did not help. Feeding too slow can also cause chatter/squeaking. Go to slow and it chatters - go too fast and it breaks. The trick is to find the sweet spot where it cuts nicely.

  • @greenbuttonpusher_hc6453
    @greenbuttonpusher_hc6453 ปีที่แล้ว +3

    in MDI mode: put the feed (Fxxx) you want to jog...if you push then in the jog screen x/y/z it will move at that speed. (at least in other ctrl's) :)

  • @motivemachineworks6890
    @motivemachineworks6890 ปีที่แล้ว +3

    Adam,
    I am a career cnc machinist and own a shop. I always jog the machine with the spindle on just to kiss the side as you did. The only thing I do differently is on my machines (fanuc control) there is a button you can hold down to jog where the machine moves smoothly. Almost like a "power feed" on a bridgeport. Then you don't have the jerky motion in the finish and you also don't have to sit there and crank. lol. But lots of us CNC guys do operations in the same type of fashion!
    Good job!

  • @4pawsforge273
    @4pawsforge273 ปีที่แล้ว +2

    So glad to see you "playing" with your new "toys"
    You are an incredible teacher and love to see how you learn and most importantly share how YOU learn from your mistakes. Many people don't ask for help and just sit on the struggle bus and get frustrated. Reaching out to those who know "things" and making one's self better is awesome.
    Found you on the Tubes 3+ years ago and have loved your journey.
    You are an inspiration and a leader in your field.
    Keep it going!

  • @JohnSL
    @JohnSL ปีที่แล้ว +2

    I use "manual" jog all the time to clean up the saw cut edges on one side, then use a program to clean up the other side and bring it to the exact width. Also, as someone else mentioned, using the piranha jaws should only be for the first op when doing two side milling because of jaw lift. I discovered that the hard way.

  • @75stillalive81
    @75stillalive81 ปีที่แล้ว +3

    go to MDI, key in a feed rate then spindle speed then axis plus or minus and cycle start

  • @thisolesignguy2733
    @thisolesignguy2733 ปีที่แล้ว +2

    I have a suggestion, it's something I do all the time for my Mimaki printer at work. Put 2 dry erase boards on the CNC, one for constant settings like bit type/RPMs/feed rates/ etc., and one for settings like exiting a program/ basic loading/ manual feeding/ etc. I do this so I can keep track as I change materials and ink settings. My memory isn't quite as good as yours, so I need cheat codes 😁 magnetic dry erase boards are the best, you can magnet on sticky notes.
    When you get certain things that you need to use all the time, you can make a permanent label or sticker to go on there.

  • @OddsandEndsMachining
    @OddsandEndsMachining ปีที่แล้ว +2

    I too only had formal training as a manual machinist and learnt everything I know about CNC from ‘NYC CNC’ I never learnt G code and rely on fusion 360 CAM and simulations for all my programming. I definitely broke a few cutters being too aggressive when starting out.
    I always remember John Saunders advice “you’re better to start with a successful recipe”
    Translation: Don’t do anything aggressive, that can come later. A successful tool path with no broken tools is the best outcome when learning the ropes.
    You can’t go wrong with 0.001” per tooth feed, 15-20% of cutter Dia for step over and max Depth of cut 1xcutter Dia and adjust it from there. (For most common materials)
    Also tool deflection can definitely cause the holes to be undersized.

  • @toddhaas6675
    @toddhaas6675 ปีที่แล้ว +5

    I don't have a manual mill, so I use the CNC mill all the time for a simple manual milling. I actually execute simple G1 commands from the MDI entry window.

    • @rustyanvil51
      @rustyanvil51 ปีที่แล้ว +1

      Same here. I have a CNC mill at home that I use both programmed and manually depending on what I am doing. Whichever way gets the job done is all good by me.

    • @davidcat1455
      @davidcat1455 ปีที่แล้ว +2

      @@rustyanvil51
      I don’t have a CNC Mill so I use my manual Mill to do complicated machining.

    • @rustyanvil51
      @rustyanvil51 ปีที่แล้ว

      @@davidcat1455 Nice, So did I for many years. The CNC is quite a recent thing for me.

    • @davidcat1455
      @davidcat1455 ปีที่แล้ว

      @@rustyanvil51
      I can’t get my head around the computer stuff. It makes no sense to me. A friend gave me his still serviceable CNC plasma cutter table. After two weeks of frustration I packed it up and put it in storage.🤷

  • @jakebpau2396
    @jakebpau2396 ปีที่แล้ว +2

    Congrats! You've taken your first steps into a larger world.
    Once you go CNC, you never go back. Everyone breaks small cutting tools from time to time. Just stay away from crashes between fixtures/vices and the spindle/holders and you will be fine. Override knob and feed hold are your best friends while proving out programs.
    Keep going!

  • @BradPow
    @BradPow ปีที่แล้ว +2

    Nothing wrong with cleaning up an edge in handle jog. It's quick. I still do it after many years. If you just need a quick reference surface to datum/probe or butt up against a fixed jaw, it's fine.

  • @roberthopwood3758
    @roberthopwood3758 ปีที่แล้ว +2

    One big difference you will experience changing to cnc is powered z feed. Helical cutting is superb for counterbores/increasing diameter.

  • @arcadeupgrade9436
    @arcadeupgrade9436 ปีที่แล้ว +2

    I didn’t take the time to look through comments. It’s looks as if your program roughed the CB out first. Then when it went back through on its last pass that’s when they opened up to being in size. IMO it had nothing to do with deflection, your program just hadn’t finished yet to give you the size you were after

  • @richardhoffman8721
    @richardhoffman8721 ปีที่แล้ว +2

    Use MDI or make a template program. You know that you are going to at the very least set G90, G40, load a tool, and an offset i.e. G54, G55, etc, etc. So just make a simple template program that you can modify for doing simple things, like squaring up stock. Also use G95 feed if your machine is capable, which i'm sure it is, some controls allow you to program in feed per tooth. It is a lot easier to program in feed per rev than inches per minute, saves some math on your part. You do have one thing right though, you don't have to worry about climb milling. There is no reason to conventional mill on a CNC unless you are seriously worried about workpiece holding or rigidity, and I would even question that. Be wary of conversational programming. Conversational programming is just a crutch. Understanding G code will save you a lot of headaches in the long run.

    • @richardhoffman8721
      @richardhoffman8721 ปีที่แล้ว

      @@GEFanuc21t If he was using cam, he could look at the code that the post was spitting out. Then try to understand what is actually happening. That would be one approach for learning. He should be able to do that with the conversational programming too. I've watched a lot of his videos and there is no doubt that he is smart, and will eventually get good at CNC. I certainly want to see him actually learn what those G and M codes are doing.

  • @daveprchal9026
    @daveprchal9026 ปีที่แล้ว +2

    I have a heck of a lot of respect for your working to improve your skill set. CNC is an intimidating thing to learn! Your a great machinist and this will just be frosting on the cake!

  • @joeyr7294
    @joeyr7294 ปีที่แล้ว +2

    Thumbnail = drill bit posing as a straw and a very f'd up line of the devils powdered sugar in the background 🙈🙊💯🍻

  • @rickybradby1312
    @rickybradby1312 ปีที่แล้ว +2

    As an OCD person, I'd proberly nip up that pinch bolt on that end stop whilst it lays down out of the way.

  • @raikbusse7697
    @raikbusse7697 ปีที่แล้ว +3

    KAESER: is Made in Germany, why can't i hear this? A shame from my point of view.

    • @ellieprice363
      @ellieprice363 ปีที่แล้ว

      Seems apparent from the spelling. Quality is what’s important, not where it was manufactured.

    • @raikbusse7697
      @raikbusse7697 ปีที่แล้ว

      @@ellieprice363 Look at it, everything that is really made in the USA is highlighted, there is absolutely no room for other countries. And that's what bothers me. Made in USA? Must be announced immediately. Other country - well good quality, but not worth mentioning. PWC Multifix steel holder - which country?

    • @ellieprice363
      @ellieprice363 ปีที่แล้ว

      @@raikbusse7697 Not necessarily true. Although not mentioned as much on TH-cam most Americans I know consider German and Swiss products to be very high quality. Probably has a lot to do with TH-cam being an American company.

  • @danmundhenke7998
    @danmundhenke7998 ปีที่แล้ว +3

    Adam needs to put a 6" handwheel on that pendant to make it feel more like the Do-All.

  • @Panzax1
    @Panzax1 ปีที่แล้ว +9

    Don't reach inside the machine while it is running. It's going to bite you sooner or later.

    • @cda32
      @cda32 ปีที่แล้ว

      Theres a door lockout

    • @Panzax1
      @Panzax1 ปีที่แล้ว +2

      @@cda32 Which is obviously not in service. Watch around the 26 minute mark.

    • @cherp85ss
      @cherp85ss ปีที่แล้ว +1

      Came to say exactly this!! At the ABSOLUTE least feed hold the machine if you need to open the door.

    • @Panzax1
      @Panzax1 ปีที่แล้ว

      I'd just like to add that I am no safety nazi. Sometimes it's difficult to get certain things done with the interlocks in place, so I understand disabling them.

  • @DaveP2001
    @DaveP2001 ปีที่แล้ว +3

    Good to see you learning on the CNC mill.
    The reason the counter bored hole was small when you checked it first was because it had only done the roughing pass. When you ran the program again it roughed all 4 holes & then did a the finishing pass on all 4 holes.

    • @hdfanboy
      @hdfanboy ปีที่แล้ว +1

      What actually happened was the tool was most likely deflecting because of the high feed rate. What you thought was a finish pass the 2nd time around was the endmill boring out the 1/2" drilled holes slightly bigger it wasn't a finish pass on the counterbore. You can tell this by looking at how deep the endmill goes the 2nd time around its considerably deeper then when it was doing the counterbore. He drilled the holes with a 1/2" drill which obviously isn't big enough for the 1/2"-13 threaded bolt to pass through.

    • @DaveP2001
      @DaveP2001 ปีที่แล้ว +1

      I watched again & you are correct.

  • @TedRoza
    @TedRoza ปีที่แล้ว +2

    Hi Adam The Kaeser Air Tower looks nice & neat sitting there & surprisingly quiet as well. The pump looks small, but must act like a Super Charger set of drives
    Your CNC once you get used to it is going to save a lot of time. Once set you can do something else while It's doing It's Thing lol.Great Video, well done

  • @gregdennis3523
    @gregdennis3523 ปีที่แล้ว +2

    They need an app for your air tower. Hook it up to the WiFi and your phone can give you notifications on any maintenance actions or any other alerts.

  • @dannyl1439
    @dannyl1439 ปีที่แล้ว +2

    i wonder why you have all these lines on your finish while cutting with your facing head

  • @Dreddip
    @Dreddip ปีที่แล้ว +4

    Adam, when you get chatter like that, increase the chip load. Either more feed or lower RPM. I usually add feed with overide and see what is good, then go back and change the program once its happy.

  • @douglaspierce7031
    @douglaspierce7031 ปีที่แล้ว +2

    Nothing wrong with using the hand wheel. Does the machine have jog feed buttons? If it does, you can use the jog buttons and feed rate override to adjust your feed I keep template programs to do quick and dirty ops like cleaning the edge of a part or basic drill and taps programs. Your feed rate can affect dimensions, especially on the inside of a tight radius as well as tool deflection. Take a spring cut

  • @PhilG999
    @PhilG999 ปีที่แล้ว +1

    Sold a LOT of air compressors in my days as a Sales Engineer for Fulton Supply here in Atlanta! Back in the mid '80s. Man the advances since then! Had to pick a compressor, then an air dryer (if needed), all kinds of different Filter/Regulator/Lubricators depending on what the customer wanted. Can't count how many filters I installed auto drains on. Or how many regulators I changed springs in to get the "Sweet Spot". Set point right in the middle so it's most accurate, same with calibrating gauges. 0-100psi gauge calibrated at 50psi. Now it all comes in one package!
    Reminds me I need to change the oil and intake filter on my ancient Craftsman 220V 30 gallon one! 🤔
    Oh BTW, never use Teflon tape use PTFE Pipe Thread sealant. You'd be amazed that a tiny shred of tape will split a hydraulic pump in half (but maybe you've seen that before). 😁
    And later I got into the Med Gas delivery business and those systems for breathing air were a whole different ball of wax! 😮

  • @larryrobinson7492
    @larryrobinson7492 ปีที่แล้ว +2

    Let me add another thing that you may already know Adam, To fine tune cuts we usually just play with tool length or diameter to dial things in to work just right instead of going back and reprogramming. Nothing is gonna run right on the money usually due to tool deflection, etc. Good work Dude. "Party on Garth"

  • @chrismayhew3651
    @chrismayhew3651 ปีที่แล้ว +1

    Try using HSM Advisor or some other similar feeds and speeds calculator, it can be useful to calculate different what if's to get an idea of a good starting point. You can also use it to store recipes for known cut conditions that you know have work and then adapt those of other jobs. For your CB's I would go full depth with a WOC of about 10% of tool diameter if your using Fusion 360 adaptive tool path, leaving, say 0.010" for a contour finish pass. Other possibilities using Fusion 360 as well. But using conversational programming you will be a bit more limited with tool paths perhaps. A couple of broken end mills will cover the cost of a license for HAS Advisor. As someone else said, reduce your rapids on an un proven program. A good idea in general if your new to CNC.

  • @DolezalPetr
    @DolezalPetr ปีที่แล้ว +2

    I like your cnc adventures

  • @matthewchastain136
    @matthewchastain136 ปีที่แล้ว +5

    Why are you doing the programming on the machine instead of on a CAM software. Even on simple parts I prefer it. the process is far more intuitive and the simulations avoid so many silly mistakes.

    • @darkmp40
      @darkmp40 ปีที่แล้ว

      Not everyone has CAM software or the know how of how to use it.

  • @mikedrapac9755
    @mikedrapac9755 ปีที่แล้ว +1

    I love to use manual cutting with the programmable mill and avoid programming very simple cuts.
    This is exactly what I do. Its super easy, super fast. The DRO gives you all the set-up you need.
    You do a great job...keep it up. Thanks for your insights, skills, and experience. I've learned something in every video.
    Mike

  • @philipburrows
    @philipburrows ปีที่แล้ว +1

    Hi Adam
    On your cnc milling machine you can have a angled shelf under the control panel with a ring binder book with all the settings for each item you want to make, each page is a printout of what you see on the screen but each key is marked with it's control use, so say your f keys auto set for a specified cut with depth and width all set.
    E. G.
    F1 = 10mm chamfer, od 30mm, depth 3mm
    F2 = 20mm chamfer, id 30mm, depth 5mm
    And so on for a part say for the main body of a carburettor and there is 9 different styles of this carburettor.
    All settings cannot be remembered as you may have some settings for levelling plates and so on.
    When I did security for cnc companies quite often most or all cnc machines had these ring binder books on a angled shelf under the control panel with the name of the company and part being made with identity number.
    This is so that the machining is more efficient than trying to set up the machine after each different part is to be machined.
    But I just want to say that great work on the setup of your new workshop and I also wait for your next instalment. 👍👍👍👍👍👍👍

  • @Ddabig40mac
    @Ddabig40mac ปีที่แล้ว +1

    I've used the handwheel to manually feed.
    Also, prior to the Program End, if you need to completely stop. Push the Feed Hold, like you did, then try Spindle Stop, then Program Edit, Reset. May or may not help since that's my sequence for a 25 year old fanuc 18m control. But the Spindle Stop seems to be the key to the Reset button functioning to release the manual controls and handwheel, short of E Stop.

  • @jackpledger8118
    @jackpledger8118 ปีที่แล้ว +1

    Adam, I've only been using my CNC mill for a couple of years now and am still learning just like you. I often mill simple things on the CNC mill without a program...I just call it jog milling. It's quicker than programming and much more accurate than on the Bridgeport.

  • @highprecisioneyeballing8423
    @highprecisioneyeballing8423 ปีที่แล้ว +1

    Yup, I do use a 4-axis CNC Mazak mill as manual a LOT. No point in programming a single pass as for stock square-ing. Same goes for some of the holes - I just check the coordinates and dive manually.

  • @BTWM
    @BTWM ปีที่แล้ว +1

    cool angle behind the vise at the end there. Felt the frustration when that endmill broke. Like you said though, once you get the muscle memory you'll look back at this video and laugh. Always appreciate you showing your mistakes, I've learned a lot from you that way. Thanks.

  • @paulwood53
    @paulwood53 ปีที่แล้ว +4

    if you keep reverting to manual operation you will never move forward, stick with the programming dont use the mill manually you will be way way better off in the long run, trust me iv been there... it will come but you have to stick with it, once it clicks you will never manual mill again, have faith.... keep practicing with the software.

    • @richardjones7249
      @richardjones7249 ปีที่แล้ว

      I concur. Lots of ppl chiming in that for simple ops they use the cnc as a manual. But for the purpose of learning, better to get the machining done through the program. The task being to be able to seamlessly write a g code programming line WITHOUT ERRORS,; and if there are any, to be able to recognize them in an INSTANT. I speak from the era before conversational mode, of which I have no experience

  • @johnl5177
    @johnl5177 ปีที่แล้ว +1

    I've been running CNC equipment for about 15 years I do very similar from time to time I prefer a jog lock to make a constant feed rate using % of feed up or down to adjust the feed rate but yeah similar 👍👍👍

  • @clubdjmarcus
    @clubdjmarcus ปีที่แล้ว +1

    Use your MDI and "line by line" to have some lines of codes with incremental axis movements to do those simpel operations , for example: ;G01 G91 Y-8.00 F10 ; using the handwheel to position is not that weird, but using it to cut a finished surface isn't the best way of using the functionality available. Also the pocket milling of a bore requires a reduction of the feed depending on the actual travel path of the endmill. If you use a relatively large endmill to make a relatively small hole the feed needs to be reduced drastically compared to making a very large hole using a small endmill... There is a formula for that which I don't have on hand right now. Same goes for any internal radius in any part. Just always use an endmill less than half of the radius that you are cutting if you are not using the advantages of certain settings of the machine regarding "look ahead" and "automated feed adjust" for internal and external radius cutting. So a 1/4 endmill for a 1/2 internal radius...

  • @CatsSwordsAndCNC
    @CatsSwordsAndCNC ปีที่แล้ว +1

    In regards to the hole not coming out to the right size for the fixture plate, the issue was most likely tool deflection. Given that the broke doing 65 IPM on a .25 end mill, it was probably deflected inward. For stopping the program then moving the tool up, you need to do F9/halt on the home screen that will allow you to access the movement functions on the controller. Be careful using halt then resume, as the program may behave unexpectedly, at least that was how it was with old Milltronics controllers.

  • @Tubben-tools
    @Tubben-tools ปีที่แล้ว +1

    Nice Job Adam
    Good to see you are working on your cnc mill.
    Great to see.
    Nice fast machine for a job shop
    I like cnc milling my self. And i am stil learning every day.
    Maybe your tool holder is a bit long with the face cutter and the endmill. If you have shorter holders you wil have les chatter.
    But long holders are nice for filming .
    Thanks for your content.
    Greetings from the Netherlands

  • @75stillalive81
    @75stillalive81 ปีที่แล้ว +3

    is cutter compensation on or off

  • @sethbowles7969
    @sethbowles7969 ปีที่แล้ว +1

    with a machine like that I would be looking for the shortest gage length tool you can use with the part you are trying to make since you are limited in the Z height and having a short gage length will reduce the likely hood of chatter and let you take a heavier cut. Also you are coming in HOT!!! on your first go with a program I usually bump my rapid down on the first go. But you are doing good you should look into a CAM system it'll make your CNC life much easier.

  • @gustav8005
    @gustav8005 ปีที่แล้ว +2

    haha cool, i life in coburg where you can find the headquaters of Kaeser. Funny to see their products everywhere

    • @nils1953
      @nils1953 ปีที่แล้ว +1

      Well they export about 70% of their products, so you're more likely to see their products elsewhere other than Germany

  • @Hendreh1
    @Hendreh1 ปีที่แล้ว +2

    I Handjog the cnc mill for simple OPs.. no problem

  • @oldiron4135
    @oldiron4135 ปีที่แล้ว +1

    "Feed Control", learn to use it on unproved programs. Keep thumb and finger on it to control its speed to make sure it isnt going to crash. Stop and Emergency Stop Buttons. Learn locations so when something catastrophic happens or something carchs tou off guard, your not standing there trying to figure out where you need to be in program, at that point it doesnt matter, hit the emergency stop button. If you havent yet rapid your spindle into the part, no need to be looking for that big red button. Id rather rehome it then drop $8000 on spindle repair. You can even take pictures of your program or download it to print it off and keep in a binder so you dont have to keep calling techs all the time. I know your just learning, its easy to pick up the phone. But way faster and easier if you have everything in a binder to look up on your own and study the lay out of the program. Time is money, even if its your stuff your doing, still have to pay the bill in the end. One last thing for jog. Personally, id use the screen, hit button for axis and use jog control knob to move it around. Pendant i used only for setups. Keep playing around, stay safe and have fun.

  • @gaboonviper85
    @gaboonviper85 ปีที่แล้ว +1

    I recommend when you program you pull the tool at minimum 3 inches off the part while it's rapid travel to the next operation.....this will help you have time to feed hold if you see something wrong before you crash a tool....then you rapid the tool to half inch above the part then carry on as usual.... its just to let you catch something before it happens.

  • @rowlandcrew
    @rowlandcrew ปีที่แล้ว +1

    Hi Adam, I suspect that different machines have machine specific conventions so it would be interesting if you would make a video of the startup from machine off so I can see what the miltronics is doing and what you need to enter as you home, set up the tool setter location, and establish part zero to be ready to run conversational mode. Your perspective as a new user is interesting because it is new to you so hopefully each step would be observable on the video. BAsically, how do you get to the point where you can press start job. thanks

  • @jackcann360
    @jackcann360 ปีที่แล้ว +1

    Yes you were definitely deflecting the tool. Also the squealing was most likely due to your tool holder being a long shank. I’ve been programming CNC for 30 years and always use as short a shank tool as you can get. Good job.

  • @kimber1958
    @kimber1958 ปีที่แล้ว +1

    Great video Adam I’m hoping to learn right along with you I really appreciate you showing the learning process

  • @cocoapebbles13
    @cocoapebbles13 ปีที่แล้ว +1

    It’s always exciting when you make chips on your own programs, nice work! Machining is instant gratification when you see the results on a new part

  • @davidmotoman4956
    @davidmotoman4956 ปีที่แล้ว +1

    Always good to learn new things. Well done Adom. i think i was as excited as you were when it worked :)
    Dave from Australia

  • @RippenSXS
    @RippenSXS ปีที่แล้ว +1

    10:40 yea we do that at work. Instead of using the handwheel I usually set the feed I want and jog across there so it isn't choppy from my hand wheeling varying in speed.

  • @smusselman1
    @smusselman1 ปีที่แล้ว +1

    When manually squaring up your material, rather than cranking on the pendant hand wheel, often times you can set a jog rate, say 10 inches per minute. When that jog rate is set, you can hold down a feed button on the control and the machine will move at 10 inches per minute. From there you can use feed over ride to set say 200% meaning 20 inches per minute. By doing this you can get a consistent surface finish across your part, and have full control of your feed rate. It's exactly the same as setting a feed rate on your manual mill and engaging the feed. Hopefully your contact at Milltronics can help you find the right buttons to press to use the machine more like a manual mill for those simple operations. Cheers from Canada. 🍻

  • @JAMESHOPKINSIBXCNC
    @JAMESHOPKINSIBXCNC ปีที่แล้ว +1

    All well and good way to square up material just make sure you keep all the directions in mind. Small increments so that t doesn’t just take off somewhere. Simple line of code direction and feed enter, without the cranking!!😂

  • @rossfudd256
    @rossfudd256 ปีที่แล้ว +1

    Maybe build yourself a check list for your programing. At least until it becomes second nature.

  • @johnsawyer2516
    @johnsawyer2516 ปีที่แล้ว +1

    Breaking a small end mill in the early learning stages of CNC machine work. All part of the learning curve. Nice too see you back in the workshop. Take care stay safe Adam.

  • @billabernathy1541
    @billabernathy1541 ปีที่แล้ว +1

    Nice work, Adam. It won't be long until you are as proficient on the CNC equipment as you are on the manual machines. You'll have the best of both worlds. Thanks for sharing.

  • @OakwoodMachineWorks
    @OakwoodMachineWorks ปีที่แล้ว +1

    I handle jog my mills all the time for simple cleanup and facing passes. I'm not sure you could key in a program and set zeros in the time it takes to square an edge.

  • @cncmoldsnstuff4423
    @cncmoldsnstuff4423 ปีที่แล้ว +1

    Yep, pretty much. I manually jog machines to do machining on a fairly regular basis. I also functionally do the same thing by manually entering single lines of code at the command line.

  • @AMS-dx7wo
    @AMS-dx7wo ปีที่แล้ว +1

    When setting up your tools, such as the 1/4" endmill, mic the new tool, and use a test indicator to check its run-out (turn the tool backwards) then enter the tool's effective diameter in the tool off-set data. Also try to use a short a tool as possible to minimize tool deflection. Also most CNC controls have a place to input for tool wear (often used to adjust thing like the counterbore diameter.) Lastly, do yourself a HUGE favor and give CNC Cookbook's G-Wizard Feed & Speed calculator a free 30 day trial. I've been a machinist since 1963; I own 2 machine shops; joined the CNC ranks in 1996, and went thru a similar learning curve as you are. Did OK - then I found G-wizard, and stopped breaking tools/scrapping parts, and began making better parts much faster. I don't work for G-wizard - just a longtime very satisfied GW subscriber :-)