The Secret Language of Elite CNC Machinists

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024

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

  • @donniehinske
    @donniehinske 20 วันที่ผ่านมา +108

    These are my FAVORITE videos to make! I love showing this stuff to people. It’s really up to you and your imagination what you can use macros for. It’s ART!

    • @Jason-gt3ht
      @Jason-gt3ht 20 วันที่ผ่านมา +2

      Is there any recommended training material you suggest for ESPRIT?

    • @donniehinske
      @donniehinske 20 วันที่ผ่านมา

      @@Jason-gt3htyou could pay off a loan for SolidCam and completely understand it before you will have that software mastered 😂
      All jokes aside CamWizard is what I watched to learn Esprit. I got it at a discount and it was still $500. I also completely threw myself into that software and spent most my weekends learning it. Probably the biggest learning curve out there which is kind of why my earlier joke is like kind of a joke but not really? 🤷‍♂️

    • @hectordominguez7143
      @hectordominguez7143 20 วันที่ผ่านมา +2

      Dude these are my favorite videos to WATCH!! I was geeking out on the macro math! What model of FANUC control is on your machine?

    • @adhawk5632
      @adhawk5632 20 วันที่ผ่านมา +1

      Hey Donnie, that clip where you spun the camera like a clock with the pen, Veritasium channel did an episode on a coin rotating around another coin that was a huge mistake on a test from years ago, and 3 kids in America proved the test was wrong. There all mathematician's now. Worth a watch👍👌🇦🇺

    • @pummppkinn
      @pummppkinn 19 วันที่ผ่านมา

      Awesome work Donnie! Are you going to be at IMTS 2024?

  • @clarkmaq
    @clarkmaq 20 วันที่ผ่านมา +35

    Now I´m sure I don´t know shit about cnc programming after 28 years of machinning ! This kid is awesome !!

    • @JacobBennett45
      @JacobBennett45 20 วันที่ผ่านมา +1

      lol always something to learn
      This makes my head hurt

    • @mikemcmullin149
      @mikemcmullin149 20 วันที่ผ่านมา +4

      Can you imagine the setup you'd need to all of that manually? He assigns values to variables, creates a condition to be met, and loops the actual cutting/indexing until the condition is met. This is really simple computer programming, and he's done a great job on it.

    • @JarppaGuru
      @JarppaGuru 4 วันที่ผ่านมา

      i knew these before knew gcode. i was shocked they all worked

  • @FutureAIDev2015
    @FutureAIDev2015 20 วันที่ผ่านมา +10

    This brings me back to when I was first learning programming in high school with Scratch. One of my first ever programs was to program a pen moving around a canvas to make a star. All I could tell it to do was go forward a certain distance, turn a certain degree, pen up, and pen down.
    It was hard but it was super satisfying when I finally got it right

  • @struttux9103
    @struttux9103 20 วันที่ผ่านมา +11

    Macro programming opens up a whole new world in machining. I use them daily in my shop.

  • @--JawZ--
    @--JawZ-- 20 วันที่ผ่านมา +15

    Man, seeing this passion coming out from a machinist is awesome, I wish I had colleagues with this passion for the machining industry we work in!
    Someone to throw ideas of off, to improve the work we are doing.

  • @glennsacona5222
    @glennsacona5222 19 วันที่ผ่านมา +2

    Super cool. I’ve been playing with some very simple macros. We make the same parts with various lengths and different thread pitches. We used to have multiple programs. Now I’ve got one program. By changing a couple different # numbers I can make multiple parts. It’s nice because if I change something, like a feed or speed it’s good for all other part lengths. We don’t do any polygonal turn, but our lathe do have the option turned on. Maybe one day we’ll get the tools to use it

  • @gogelgebenec5270
    @gogelgebenec5270 19 วันที่ผ่านมา +2

    Er liebt seine Arbeit und kommt damit zu solch Lösungen. Makro Programmierung, egal welcher Art der Bearbeitung, ist die Königsklasse! Hut ab !

  • @coreyb4073
    @coreyb4073 20 วันที่ผ่านมา +7

    We got 2 robodrill cells last week, I made auto tool touch off macros and warmup with motion macros. One thing to watch out for with the look ahead is how much lookahead you have:aka 5000 block look ahead will run thorough an entire 5 line routine 1000 times instantly. Everything will run fine but your macro variables will be in final state. Most machine you can limit or disable the look ahead with a g code

    • @donniehinske
      @donniehinske 20 วันที่ผ่านมา +2

      G05.1 Q0 sometimes is needed

    • @mgk1397
      @mgk1397 19 วันที่ผ่านมา

      That would be a real head scratcher if you didn't know lookahead would do that!

  • @AlejandroPerez-pu5zc
    @AlejandroPerez-pu5zc 17 วันที่ผ่านมา +1

    I've following you for years and am happy i get to see this coming to Titans platform. Amazing!!

  • @brandons9138
    @brandons9138 20 วันที่ผ่านมา +10

    One thing here is macros can be VERY dangerous as well. If you set a spindle speed or feed rate using a macro and the turn on a spindle without calling the speed it can have disastrous results. Things like RPM and feed rate are modal meaning that they remain set unless you change them. For safety you should ALWAYS cancel a spindle speed or feedrate variable to a safe known number once a macro is done running.

    • @donniehinske
      @donniehinske 20 วันที่ผ่านมา +3

      For sure. Those are all lessons you learn from practice and F’n stuff up. One of the first macros I did was to make 14 rings out of one slug. I didn’t have a reset at the top of the program and on slug 2 it tried to machine my spindle. It’s really how we learn

    • @sgandy2989
      @sgandy2989 20 วันที่ผ่านมา +2

      This is why you create logic gates with alarms. If someone crashes the machine with a macro program you wrote, it's your fault, you can set operating parameters for everything within the macro program. You can even create protected M codes on most Fanuc controllers with macros.

    • @brandons9138
      @brandons9138 20 วันที่ผ่านมา

      ​@@sgandy2989Agreed.

  • @xmartins2638
    @xmartins2638 20 วันที่ผ่านมา +5

    Love the message from editors, I hope you get lucky soon my dude.
    As always, love your videos on swiss machining. Those lathes are the best.

  • @weaponlover32
    @weaponlover32 20 วันที่ผ่านมา +5

    I recently had to learn about macro programming to help program part probing and automate serial number engraving and it has brought so much interest back in for me. These machines really are just expensive calculators that can output physical results.

    • @RedBuit02
      @RedBuit02 18 วันที่ผ่านมา

      I’m not familiar with the gcode for engraving letters/numbers. Were you able to call up a certain number in a macro?

    • @weaponlover32
      @weaponlover32 18 วันที่ผ่านมา

      @@RedBuit02 I had a tool path for each digit as though it were the first in the string, starting with a sequence number of the digit to be cut times 100(sort of).
      (math to set a separate variable to the value of each digit-say #560 is the next number to be engraved and it should be 5 digits long so s#00123 would yeild #561=0, #562=0, #563=1, #564=2, #565=3)
      #560=[#560+1];
      M99
      N1#566=2;
      If [#561GT0]GOTO[#561*100];
      GOTO1000;
      N2#566=3;
      If [#562GT0]GOTO[#562*100];
      GOTO1000;
      ...
      N100;
      (tool path to cut a 1);
      (variable for applicable offset)=(self+width of digit position);
      GOTO#566;
      N200;
      (tool path to cut a 2)
      (variable for applicable offset)=(self+width of digit position);
      GOTO#566;
      ...
      N1000;
      (tool path to cut a 0)
      (variable for applicable offset)=(self+width of digit position);
      GOTO#566;

    • @JarppaGuru
      @JarppaGuru 4 วันที่ผ่านมา

      @@RedBuit02 first you create numbers on grid paper or some cad to get coords. make then all generic using x0 y0.
      i made my makro to move work coordinate to be ready to write next letter. all letters not same witdh
      i have line break to go next line. everything is controlled by using same g65 p1000 (and some)
      i actually have all letters like A1 B1 C1 etc. C2=G I2=L M2=N Q2=O R2=P
      plenty of other commands. including serial numbers writing.
      ofc all this can write on circle too xD nothing will stop me
      O1234(mainporogram)
      #101=1 (RAPID Z)
      #102=-0.2 (DEPTH)
      #103=200 (FEED Z)
      #104=300 (FEED)
      bla bla bla
      G65 P1000 A1 (WRITE SOME LETTER)
      G65 P1000 B1 (WRITE ANOTHER LETTER)
      G65 P1000 C65 (ANOTHER WAY DO A YES ASCII)
      G65 P1000 C13 (COULD BE LINE BREAK)
      G65 P1000 C48 (COULD BE ZERO)
      G65 P1000 C49 (COULD BE ONE)
      G65 P1000 S10 (COULD BE ZERO)
      G65 P1000 S11 (COULD BE ONE)
      G91 G28 Z0
      M30
      O1000 (MAKRO)
      (A = #1 = )
      (B = #2 = )
      (C = #3 = )
      (I = #4 = )
      (J = #5 = )
      (K = #6 = )
      (D = #7 = )
      (E = #8 = )
      (F = #9 = )
      (H = #11 = )
      (M = #13 = )
      (Q = #17 = )
      (R = #18 = )
      (S = #19 = )
      (T = #20 = )
      (U = #21 = )
      (V = #22 = )
      (W = #23 = )
      (X = #24 = )
      (Y = #25 = )
      (Z = #26 = )
      (GLNOP = WE CANT USE THESE)
      IF[#1EQ1]GOTO10
      IF[#1EQ65]GOTO10
      IF[#2EQ1]GOTO20
      GOTO999
      N10 (A)
      (PATH FOR SOMELETTER)
      G0 X0.2 Y0.2
      G1 Z#102 F#103
      G1 X1.4 Y3.8 F#104
      G1 X2.6 Y0.2
      G0 Z#101
      X0.533 Y1.2
      G1 Z#102 F#103
      G1 X2.267 Y1.2 F#104
      G0 Z#101
      #500=#500+3.6 (THIS IS LETTER WITDH TO MOVE OFFSET)
      G52 X#500 Y#503 (#500 HOLD X #503 IS Y = THIS IS X0 Y0 FOR NEXT LETTER)
      (MOVE WORK OFFSET OR TRACK WITH VARIABLES)
      GOTO999
      N20 (B)
      (PATH FOR ANOTHER LETTER)
      (MOVE WORK OFFSET OR TRACK WITH VARIABLES)
      GOTO999
      N999
      M99

  • @arechiga185
    @arechiga185 20 วันที่ผ่านมา +2

    Hey Donnie, this video blows my mind. Is this something you came up with or you learned from someone? I'm a designer and would like to learn cnc machining, where could I start?

    • @donniehinske
      @donniehinske 20 วันที่ผ่านมา +4

      I just came up with it. All in the sake of just being able to say I did it. We have the titansofcnc academy on our website but above all you just have to dive into it

  • @FATxAZZxGONExCRAZZZY
    @FATxAZZxGONExCRAZZZY 20 วันที่ผ่านมา +1

    Polygonal turning also fun to do with a regular CNC lathe and standard DCMT inserts, albeit it runs pretty slow so the axis can keep up.

  • @bloodragefromnorway
    @bloodragefromnorway 20 วันที่ผ่านมา +8

    I just wanna say this, Donnie is super smart. and super cool! 8)

    • @donniehinske
      @donniehinske 20 วันที่ผ่านมา +3

      I fully support this message!

    • @trevorgoforth8963
      @trevorgoforth8963 20 วันที่ผ่านมา +1

      He’s definitely cool! 😂

  • @offuttjr
    @offuttjr 20 วันที่ผ่านมา +1

    Thanks. Macros will be the center of my focus once i get my desk top machines built. I m converting a mill and lathe and will be concentrating on macros and how i can utilize them at. Home and out in the workforce along with getting a firm grip on programming PLC s.

  • @user-gb5fh1ri4y
    @user-gb5fh1ri4y 20 วันที่ผ่านมา +1

    Very impressive, I would love to see something similar done with some broaching, lots of applications for having flats and groves on round parts, keyways etc. Unfortunately most people don't have all the secondary tooling/ live tooling attachments for their cnc lathes. Would be fantastic for people to see what is possible with out all the fancy toys avoiding secondary operations and saving time.
    FANTASTIC Video

  • @KylieGranno
    @KylieGranno 17 วันที่ผ่านมา

    Donnie the Swiss Wizard dude. Also the editing in this video?? Masterpiece

    • @donniehinske
      @donniehinske 17 วันที่ผ่านมา

      Dudeeee…… 👋

  • @jaizenfisher7195
    @jaizenfisher7195 20 วันที่ผ่านมา +1

    YEAH DONNIE! Love this guy!

  • @lst1nwndrlnd
    @lst1nwndrlnd 18 วันที่ผ่านมา

    Gotta be one of my favorite titans video in a while

  • @douglascalhoun6471
    @douglascalhoun6471 19 วันที่ผ่านมา

    The shop I am currently employed by is just starting to get into macros. I find it a simple way to make programs more compact and adaptable due to the variables being user defined. Some of the dinosaurs are fighting the future but that happens all over. Eventually they will realize that easier might be better. Nice work.

  • @Mysli0210
    @Mysli0210 16 วันที่ผ่านมา

    This is cool and really shows how fast newer controls are.
    on a recent job i tried to fake a helical plunge on an old Daewoo lathe, as is couldn't do X Z and C at the same time for whatever reason. so basically rotate a degree or so, then plunge .1mm and repeat. The control just crapped itself.

  • @mj-x
    @mj-x 20 วันที่ผ่านมา

    Man i sooo much wanna find an investor to get some cnc machines and involve in this business. Its so interesting and innovative, and it will never die

  • @schmooter833
    @schmooter833 20 วันที่ผ่านมา

    Just great videos. Thanks for creating these. I look forward to each one.

  • @Roberty98
    @Roberty98 20 วันที่ผ่านมา

    I want to apply some simple macro for repeatable work and make it easy for myself. I have two machines where I hand program. And I realized I need templates to be faster at programming. For example engraving on a hexagon near chuck. How high should I go up before rotating the c-axis or deburring or rolling batch number, material and logo at one shot on a diameter. Just write couple of most important numbers for common variables and removing them right after it was done so that everything is on 0 again. It applies again once it is called because it is saved as one process. I like this concept. The math is eventually done by itself once I know how to do things correctly each time and where to position the tool before.

  • @potato2275
    @potato2275 20 วันที่ผ่านมา

    Have to agree with you, macros are super cool. I had never heard of the WHILE statement and I'll definitely be using it in the future!

  • @matejkuka797
    @matejkuka797 20 วันที่ผ่านมา +3

    Man please more MACROS examples PLEASE !! Im macro fanatic :D i read all books about macros like Fanuc Custom Macros B, wich is best book on Fanuc Macros in my opinion :D

    • @JarppaGuru
      @JarppaGuru 4 วันที่ผ่านมา

      there is is thats all you need. now use imagination xD SIN COS TAN SQRT GOTO WHILE END

  • @jammbbs1688
    @jammbbs1688 20 วันที่ผ่านมา

    I've been working with a knife company I'm self taught sofar and worked with some pretty big names I've grown in knowledge so much but I always know there is more and more to learn so any advice I see I take

  • @alexdalton7290
    @alexdalton7290 17 วันที่ผ่านมา

    Had a conversation at work today after watching this and I said those guys over on our Swiss machines are built differently 🤣< he’s our milling and cnc grinder guy for our form tools sinker edm guy is pretty cool too (graphite)

  • @timmontano8792
    @timmontano8792 20 วันที่ผ่านมา

    Me trying to figure out those G-Code calculations is about the same as me trying to read Egyptian Hieroglyphs.
    I'll be glad when AI has improved enough to help mathematically challenged CNC machinists like myself.

    • @JarppaGuru
      @JarppaGuru 4 วันที่ผ่านมา

      grab your self commodore 64 and learn BASIC

  • @shaniegust1225
    @shaniegust1225 18 วันที่ผ่านมา

    Nice job Donnie! Love all the comments in here 😉😁

  • @장다원-x4d
    @장다원-x4d 12 วันที่ผ่านมา

    Is there a CDR code in Hwanak as well?

  • @jazzyjazbtw
    @jazzyjazbtw 19 วันที่ผ่านมา +1

    Yessssss another swiss video!!!

  • @JohnnyRabbitQC
    @JohnnyRabbitQC 19 วันที่ผ่านมา

    Nice video and you have a great set of skills, I hope you get paid enough. It's was a very interesting trade for the few years I've been machining but unfortunately most shops don't pay enough and the schedules are for workoholics, not mentioning the shops that don't even have fume extraction systems on their CNC machines.

  • @topqualitymilling
    @topqualitymilling 20 วันที่ผ่านมา

    what is the camera you used for that SUPER COOL slomo???

  • @trevorgoforth8963
    @trevorgoforth8963 20 วันที่ผ่านมา

    Nice work Donnie, super useful info applied to something really cool!

    • @donniehinske
      @donniehinske 20 วันที่ผ่านมา

      Yea dude 🤚

  • @seancollins9745
    @seancollins9745 20 วันที่ผ่านมา +4

    When the G code starts looking more like C than G

    • @JarppaGuru
      @JarppaGuru 4 วันที่ผ่านมา

      BASIC

  • @opendstudio7141
    @opendstudio7141 20 วันที่ผ่านมา

    The only time I’ve ever used a macro was for pattern drilling aluminum fixture plates for machines using conversational.

  • @Sara-TOC
    @Sara-TOC 20 วันที่ผ่านมา

    Great video , Donnie!

  • @hulksmash6476
    @hulksmash6476 4 วันที่ผ่านมา +1

    A real sub-routine headache 😉

  • @eh3172
    @eh3172 20 วันที่ผ่านมา

    TITAN does your site have info on otc robots?

  • @Pandabadtripdaily
    @Pandabadtripdaily 20 วันที่ผ่านมา

    Really cool programing and pieces, but are these pieces used in some machine or process, or just to show what the machine can do? Just curiosity, awesome machinery

    • @donniehinske
      @donniehinske 20 วันที่ผ่านมา

      I heard HEARD there is a medical company in India that wanted this geometry on their part but I did it just to say I did it.

  • @andrewh2341
    @andrewh2341 20 วันที่ผ่านมา

    Honest question, why use a while loop just to count increment rather than use a for loop? Is there a computational efficiency benefit?

    • @donniehinske
      @donniehinske 20 วันที่ผ่านมา

      That was my theory. It’s why I didn’t put any math in the while statement. Most the time there is no need to write #607-#610 on the side like I did but I was concerned that it was happening so fast that it could bog the CNC control down

    • @andrewh2341
      @andrewh2341 20 วันที่ผ่านมา

      @@donniehinske interesting

  • @therealjohnymexican
    @therealjohnymexican 18 วันที่ผ่านมา

    I’m not a math genius, but I think he meant 5 hundreths @ #604. Please correct me if I’m wrong.

  • @abdeljelilful
    @abdeljelilful 20 วันที่ผ่านมา

    Great instructive demo

  • @dGAMER-tr3hw
    @dGAMER-tr3hw 9 วันที่ผ่านมา

    Perfect example 👍🏼👍🏼👍🏼👍🏼👍🏼👍🏼👍🏼👍🏼👍🏼 step vise

  • @supremecommander2398
    @supremecommander2398 20 วันที่ผ่านมา

    while it was a really cool way to do it... i doubt it was the best way to do it for those particular smooth profiles, since you showed in another short how to do that with a tangential mill.
    but it looks like you could do some crazy facetted disco rods with that macro easily ... or not?
    PS: i am trying to find out at what point the process name changes from polygonal turning to skiving

  • @theom7476
    @theom7476 20 วันที่ผ่านมา

    Nice one dude, really cool macro program

  • @iDeLaYeD_o
    @iDeLaYeD_o 20 วันที่ผ่านมา +1

    1:20 ❤Keep trying editors
    3:45 "Why would I put the marker over there?" I did this just yesterday, if I don't put my pen/marker back into my coverall pocket then I will end up spending 30 min looking for it.

  • @iansandusky417
    @iansandusky417 20 วันที่ผ่านมา

    Absolutely ridiculous in the best way! Nobody is doing it like this out there!

  • @Niels_Dn
    @Niels_Dn 17 วันที่ผ่านมา

    I see Donnie, I click 👍🏼

  • @DavelyDriven
    @DavelyDriven 20 วันที่ผ่านมา

    Maybe you want a nine foot long polygonally turned disco bar of jagged death to swing around...dunno -edited for oooh maybe smooth or slightly knurled hand holds part way down

  • @stevethompson8504
    @stevethompson8504 12 วันที่ผ่านมา

    really not clear that i grasped the reasoning behind the math .so in my mind you've got what appears to be two cutting edges on the cutter and so in order to cut a hexagon the cutter would have to rotate 3 times for every single revolution of the workpiece at the correct sfm for the material whilst also feeding at a constant value in x. maybe your calculating your rotations in degrees per minute and that could be what im missing , not sure. i am new to this .not only that im used to metric and manualy operated machines. i dont understand why you keep mentioning pound .ah right i think i see ...the spiral effect rather than just a straight hex , it has its own rate of twist per distance of feed .i'm thinking in rpm when your working all out in degrees .

  • @MorphSlashKeepo
    @MorphSlashKeepo 19 วันที่ผ่านมา

    Great video.

  • @justintupicruz6324
    @justintupicruz6324 20 วันที่ผ่านมา

    This was wicked cool

  • @ruebenjohnson6920
    @ruebenjohnson6920 20 วันที่ผ่านมา

    Super cool!

  • @protakill
    @protakill 20 วันที่ผ่านมา

    That was awesome.

  • @djenii2020
    @djenii2020 20 วันที่ผ่านมา

    Полигональное точение(фрезоточение) разработано в СССР в 1974 году.
    Вряд ои сейчас кто-нибудь станет об этом вспоминать...

  • @randomconstructions4513
    @randomconstructions4513 20 วันที่ผ่านมา

    unaware that gcode was turing complete, neat

  • @MrRctintin
    @MrRctintin 20 วันที่ผ่านมา

    Crazy cool machine

  • @StringDriver
    @StringDriver 17 วันที่ผ่านมา

    “If you hang around a barber shop, you will eventually get a haircut.” If you hang around a tatted crew, same thing, it seems. 🖼️

  • @---MarcosVanzuita---
    @---MarcosVanzuita--- 20 วันที่ผ่านมา

    Sensacional !! 👏👏🇧🇷

  • @CNCMatrix
    @CNCMatrix 20 วันที่ผ่านมา

    Why #600 instead of 500 or 100? Is this a Tornos thing?

    • @donniehinske
      @donniehinske 19 วันที่ผ่านมา

      Yes. Tornos uses 500 and 100

  • @Mr.mechanomaster
    @Mr.mechanomaster 20 วันที่ผ่านมา

    Text at 1:21 "SOMEONE PLEASE DATE THIS MAN, WE'RE ALL TIRED OF HEARING ABOUT IT - SINCERELY, THE EDITORS"
    I'm a youtuber too. Yes I'm advertising myself here😂

  • @AlexJoneses
    @AlexJoneses 17 วันที่ผ่านมา

    Kinda confusing how you say inches per revolution and not pitch

  • @kasperdevries5417
    @kasperdevries5417 20 วันที่ผ่านมา

    holy sweet insert gods that is some big brain calculating

  • @chrisw7188
    @chrisw7188 20 วันที่ผ่านมา

    LOL the like and sub message was smart

  • @richhuntsd12
    @richhuntsd12 19 วันที่ผ่านมา

    Dude, awesome video, but you better start looking at all the girl math wiz prodigies if you want to get a date. Maybe check with all the universities in your area. Must be [ HI GPA]

  • @mcfixit66_yt77
    @mcfixit66_yt77 20 วันที่ผ่านมา

    Flippin awesome

  • @kodybyler1038
    @kodybyler1038 20 วันที่ผ่านมา

    We need to get ballistic high-speed out I want to see it in high speed

  • @JiuJitsuStuTru
    @JiuJitsuStuTru 17 วันที่ผ่านมา

    Slick move Donnie.... saying your single to notify the chicks that dig nerds 🤓

  • @thomasalison6188
    @thomasalison6188 20 วันที่ผ่านมา

    My mind is blown, LOL!

  • @flikflak24
    @flikflak24 20 วันที่ผ่านมา

    Well some of the new modern controllers have up to 12 million block look ahead

  • @FunTimeAll2sand5s
    @FunTimeAll2sand5s 20 วันที่ผ่านมา

    Epic❤❤❤❤

  • @Jacbotarrentino
    @Jacbotarrentino 6 วันที่ผ่านมา

    I did not know you could write loops in gcode...huh

  • @tompass8446
    @tompass8446 20 วันที่ผ่านมา

    Bonus challenge , create a spiral with a changing pitch between 2 values …

    • @donniehinske
      @donniehinske 20 วันที่ผ่านมา

      That’s a good idea and wouldn’t be too difficult

    • @tompass8446
      @tompass8446 20 วันที่ผ่านมา

      @@donniehinske on a taper between two diameters ….

    • @donniehinske
      @donniehinske 20 วันที่ผ่านมา +1

      @@tompass8446 yea. You would just have to do a U value next to the W value for the taper and under #606=#606+1 you would have #609=#609+(degree change increment)

  • @JarppaGuru
    @JarppaGuru 4 วันที่ผ่านมา

    1:36 yes welcome to my world. i not touch cadcam. same 1 million lines of code can be just 15 lines makro

  • @martin32238
    @martin32238 20 วันที่ผ่านมา

    круто!

  • @geno7801
    @geno7801 19 วันที่ผ่านมา

    Skipped through #604 too quick

  • @bentonmiller9802
    @bentonmiller9802 20 วันที่ผ่านมา

    Epic

  • @Oggahn
    @Oggahn 20 วันที่ผ่านมา

    neat

  • @LonnieThomas-v4s
    @LonnieThomas-v4s 16 วันที่ผ่านมา

    Clark Jason Jackson Mark Gonzalez Scott

  • @dimasrmh417
    @dimasrmh417 20 วันที่ผ่านมา

    💯💯💯

  • @patrickrichard2106
    @patrickrichard2106 19 วันที่ผ่านมา

    It proves machinists need to do maths

  • @DohertyMax
    @DohertyMax 9 วันที่ผ่านมา

    Hall Brian Taylor Steven Young Christopher

  • @1320pass
    @1320pass 20 วันที่ผ่านมา

    Bud I hope you make at least 6 figures a year in payroll.

  • @bluegizmo1983
    @bluegizmo1983 20 วันที่ผ่านมา

    Real elite CNC machinist know how to program the machine with hidden code that can't be traced back to them in order to sabotage future jobs at random times with expensive crashes if the boss doesn't pay well 😂

  • @archkittens
    @archkittens 20 วันที่ผ่านมา +1

    If you grow a beard it will distract woman long enough that you can explain parametric polygonal turning, solving your singleness

  • @Вертющыч
    @Вертющыч 17 วันที่ผ่านมา

    Smb, give him a girl!!!

  • @pae7707
    @pae7707 20 วันที่ผ่านมา

    Hello

  • @ocularshift1091
    @ocularshift1091 20 วันที่ผ่านมา +5

    Nice! Also, is he suggesting he's single because he's intelligent and knows big words? I think that says more about the opposite gender than yourself, so don't feel bad!

    • @jzimmer8740
      @jzimmer8740 20 วันที่ผ่านมา +2

      I think it is more about the autism

    • @Vinka236
      @Vinka236 14 วันที่ผ่านมา

      Who isn't slightly autistic right? Right??😅

  • @garyseverson3094
    @garyseverson3094 19 วันที่ผ่านมา

    Single? I thought you were a polygonist.🤣

  • @janmark2002
    @janmark2002 20 วันที่ผ่านมา

    ALL G

  • @Perennial_Curiosity
    @Perennial_Curiosity 20 วันที่ผ่านมา

    Don't blame us The Editors, it's a sausage fest in here.

  • @georgegwilliam1251
    @georgegwilliam1251 20 วันที่ผ่านมา

    Mr Macro

  • @D-TRIL
    @D-TRIL 17 วันที่ผ่านมา

    🤓

  • @piratiniwood547
    @piratiniwood547 20 วันที่ผ่านมา

    Awesome video.
    Single? I have a good girlfriend, you want?
    I don't have time for her anymore because I want to do fun stuff 😉

  • @bryantburns3664
    @bryantburns3664 20 วันที่ผ่านมา

    Great job