Editing Post Processors & G-Code with Visual Studio Code

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 161

  • @advil000
    @advil000 Год назад +3

    John, I've followed you since the early days and you were instrumental in helping me get started machining on my own. I have not watched as many videos of yours the last few years but I had to jump in here and say that THIS video is THE ONE. This is helping me work toward getting a post processor modified for a new lathe that doesn't have any kind of Fusion support. I NEVER EVER would have found out how to do this, or even that it was possible, without this video. Please keep it updated, and add to it!

  • @RenThraysk
    @RenThraysk 4 года назад +23

    Software developer here, and seeing people edit code without using source control gives me the hebbie gebbies.
    Code's git integration is pretty nice, but there is a learning curve.

    • @ChristophPech
      @ChristophPech 4 года назад

      Indeed. Hearing quarantined folders and files gave me some terrible goosebumps. Just use git and be perfectly safe.

    • @pabloa281
      @pabloa281 4 года назад

      mind breaking that down? layman here, learning is fun

    • @headmaxify
      @headmaxify 4 года назад +2

      @@pabloa281 Git (en.wikipedia.org/wiki/Git) is a source control system. It can store versions of files, track changes and tell you who did what change when (and why if the author commented the change). Git is used for millions of projects, mainly for source code for software but it can be used for any type of text file. And VS Code is able to work with git. It can highlight local changes, show differences between versions and a version history. If you "commit" every change into git you can always go back to any previous version, create new versions based on old versions, merge improvements from other versions and so on. It's a must have for teams but really useful for individuals as well.

    • @VincentFischer
      @VincentFischer 4 года назад +1

      Sure about that? We deal with sometimes huge gcode files and that would bloat a git repo super fast

    • @RenThraysk
      @RenThraysk 4 года назад +1

      @@VincentFischer He was editing a post processor.
      There is an extension for git, Git LFS, that allows version control on large files (couple of gigabyte sort of range).

  • @cbyrdtopper
    @cbyrdtopper 4 года назад +3

    One of my buddies showed me Visual Studio Code last year to edit post processors. Game changer! It makes it so much faster! Great video! Thanks for showing the custom G Code as well, that's extremely useful.

  • @jasonjoens279
    @jasonjoens279 4 года назад +8

    This is so Awesome, John! And here I am, already using VS Code for Arduino and other microcontroller projects. Learning about post processors and how they work is an important step for me, too! You just gave me another gem I didn't even know I needed!

  • @EdgePrecision
    @EdgePrecision 4 года назад +8

    Wow! this is very useful. I will be trying this to possibly make a usable post for the Mazak Integrex. Thanks John! Autodesk doesn't really help with none standard post processors. They direct you to a contractor to get a special one. I can understand why but still. This will change all that.

    • @colinbrandon9912
      @colinbrandon9912 3 года назад

      you prolly dont give a shit but does someone know a method to get back into an Instagram account..?
      I was dumb forgot the account password. I would love any tricks you can offer me

    • @mitchellbaylor8132
      @mitchellbaylor8132 3 года назад

      @Colin Brandon instablaster =)

    • @colinbrandon9912
      @colinbrandon9912 3 года назад

      @Mitchell Baylor i really appreciate your reply. I got to the site on google and I'm trying it out now.
      Takes a while so I will get back to you later when my account password hopefully is recovered.

    • @colinbrandon9912
      @colinbrandon9912 3 года назад

      @Mitchell Baylor It did the trick and I finally got access to my account again. Im so happy:D
      Thanks so much you really help me out :D

    • @mitchellbaylor8132
      @mitchellbaylor8132 3 года назад

      @Colin Brandon You are welcome :)

  • @bcbloc02
    @bcbloc02 4 года назад

    I think this will be VERY VALUABLE AND HELPFUL when I finally quit being scared of firing up my old Cincinnati CNC mill.

  • @wannageering
    @wannageering 4 года назад +18

    FYI: VSCode works on all platforms, so it also works on Mac and Linux.

    • @bgpnu
      @bgpnu 4 года назад +1

      Except it appears to behave differently than described here. I am able to load the HSM Extension but beyond that Fusion and VSCode don't have the same menus or behavior as in the video. If anyone has instructions for getting those to work together do tell.

  • @MrDaniell1234
    @MrDaniell1234 4 года назад +2

    George did a good job of this last year.

  • @hillfortherstudios2757
    @hillfortherstudios2757 4 года назад

    Unquestionably the best machining RUclips Channel! Very good content!

  • @MakeTechPtyLtd
    @MakeTechPtyLtd 4 года назад

    Totally awesome resource. This just enabled me to switch the G43 to a G44 for my machine. I did find the example code "Milling 3+2" were buggy. I just used turning example and some actual code and worked it out.
    -Ken

  • @slammenwagen
    @slammenwagen 4 года назад +1

    What an awesome idea! Added to watch later. Cheers for this dude!

  • @hartmutharwat2657
    @hartmutharwat2657 4 года назад +1

    Thank you John this was a very helpful tip of the day. Greetings from China.

  • @1998clayster
    @1998clayster 4 года назад +1

    This would have been very useful for modifying the post for the DMG. Thanks for the tip.

  • @senorimotor
    @senorimotor 4 года назад +2

    This is GREAT!!!!!! Great editor and perfect instructions...Thank you, thank you, thank you!

  • @Mrtime1282
    @Mrtime1282 4 года назад +2

    FYI: In John's video, he directs you to a CUSTOM folder to find your posted code. I found mine in the ALL FILES drop down and did not have a CUSTOM drop down at all.

  • @mk1engineering245
    @mk1engineering245 3 года назад

    Thanks for taking the time to make this invaluable vid!

  • @170cuda
    @170cuda 2 года назад +2

    I was surprised to see how complex it is to make a simple edit in a Fusion 360 Post. It's a shame Fusion 360 does not offer a better, more user friendly approach to edits, especially simple ones. Your videos are great btw!

    • @benargee
      @benargee Год назад

      With complexity comes power and flexibility. For a feature that is meant to work on so many different machines, it's short sighted to over simplify as it limits how many machines it could work with.

    • @170cuda
      @170cuda Год назад

      Good point, however, complexity is not what many (if not the majority) of programmers are looking for. Typically, most edits are just for simple changes. An overly complex post processor can be great for those that have the time and want extreme control. This is true. But for those looking for small adjustments, these types of editors are frustrating and extremely time consuming. Yes, there are benefits to both types of post processors, but from my 40 years of supporting and selling CAD/CAM, most post edits don't require the complexity.

    • @Tresoroeffnung
      @Tresoroeffnung Год назад

      @@170cuda you think that is complicated? what cad/cam do you sell? Bobcad?

    • @170cuda
      @170cuda Год назад +1

      @@Tresoroeffnung Excellent question.
      I Started programming CNCs back in the early 80s'. Then after 6 years, I was hired to work for a company called Micropath where I sold and provided tech support for "Image" and "Pathtrace" CADCAM software.
      Fast forward 2 years later I was hired by Pathtrace and provided tech support for EdgeCAM. I moved up to sales and in 1999, I started a company called CAM Force. I sold and successfully supported EdgeCAM. Atfter 7 years, I then worked as a GibbsCAM reseller. Then, 15 years Ago, I became manager at OneCNCWest and have been selling and providing tech support for OneCNC.
      Needless to say, I not only have experience with those CAD/CAM solutions but also know the competition (Including Fusion 360).
      So respectfully, if you do a little research, you will find that making simple post edits within Fusion is not as easy as it could be.

  • @stefanhertweck
    @stefanhertweck 4 года назад +1

    Excellent feature. Thx John!

  • @seanwakely4998
    @seanwakely4998 Год назад +1

    Awesome video, but please update. Its hard to follow since fusion has changed so much over the years.

  • @shawneliason790
    @shawneliason790 4 года назад

    BAD ASS!! This is going to be SOOO fukkin useful! Glad I found your vid!

  • @marklevenspiel9036
    @marklevenspiel9036 3 года назад

    I’m new to this but I have to give it a go.

  • @PaulSteMarie
    @PaulSteMarie 4 года назад +6

    Next up: we learn how to use git with vscode and fusion 😁

  • @willbaden7563
    @willbaden7563 4 года назад +1

    Thanks for sharing this great tool!

  • @andrewgiles6192
    @andrewgiles6192 4 года назад

    Thanks John, fantastic content! it's not a retro fit, it's 100% old fashioned fanuc OTA circa 1989. Still chugging. Who thought I'd ever have lathe envy of a SMW machine... 😃

  • @petarpilipovic2637
    @petarpilipovic2637 Год назад +1

    How to get this CNC SELECTOR in EXPLORER MENY ? thanks

  • @petr4655
    @petr4655 3 года назад +2

    Hi, does this program work with other CAM systems?

  • @exodustwelve2044
    @exodustwelve2044 4 года назад +1

    Ok got to the video that's so cool for editing 👌

  • @abdiautomation6451
    @abdiautomation6451 4 года назад +1

    Incredible Work!!!!

  • @NONAMESLEFTNONE
    @NONAMESLEFTNONE 4 года назад

    I'm going to need to come back to this!

  • @advil000
    @advil000 8 месяцев назад

    Update relevant as of 2-2-2024... I suddenly could not get gcode to load against a post processor at all, not the built in test gcode in "cnc selector" and not a post out of fusion I'd just get errors saying the Autodesk extension wasn't installed in VSCode. Even a clean install of VSCode didn't help. The solution for me was to use "Install Another Version" of the Autodesk extension and install version 4.1.0. Test that it successfully will load a post to edit, then hit the update button in the extension and it will update to version 4.1.5 and magically keep working. I have no idea why Autodesk isn't testing the install and stability of the recent releases of the extension better but this worked for me on 2 computers with the same issue.

  • @ROBRENZ
    @ROBRENZ 4 года назад

    Awesome John!
    Thanks, Robin

  • @bostedtap8399
    @bostedtap8399 4 года назад

    Extremely useful, many thanks for sharing.

  • @pevlabs
    @pevlabs 2 года назад

    Fantastic tips, thanks for sharing.

  • @clintonconger4665
    @clintonconger4665 4 года назад

    Awesome, can't wait to try this!

  • @wakelessfoil
    @wakelessfoil Год назад +1

    I keep getting a lot of errors. After I install the two extensions I can’t get the menus or anything.

  • @tat2joeelliott
    @tat2joeelliott 4 года назад +2

    Does this work with other cad cam programs? Like mastercam?

  • @rohanshet123
    @rohanshet123 4 года назад +1

    Hi thank you for your video.. I have one problem in visual studio, I don't see anything in CNC selector option.. there is + Sign to add folder, but it's not working..

  • @georgemuzek3862
    @georgemuzek3862 2 года назад

    Great video Thanks for your hard work.This works amazing for milling post processors but i need to modify plasma post processors.Is there a utility that works for plasma posts?

  • @ltborg
    @ltborg 4 года назад +1

    Fantastic info, thanks!

  • @jimboknife7272
    @jimboknife7272 4 года назад +2

    Interesting, Esprit's NC editor already has this feature.

  • @googacct
    @googacct 4 года назад

    For projects like this or others, do you use version control software like subversion or git? This can be especially useful if you are doing experimentation. You can save your state before making a bunch of changes. If they do not work as expected, you can roll back to an earlier version or just compare versions. Also VS Code has integration with git and svn. So it makes it particularly easy to commit changes. I do my cad/cam work in Alibre/Aspire and always commit to a repo when I am done with a bunch of changes.

  • @lzus6676
    @lzus6676 2 года назад +1

    Just found out about visual studio code and really like the linking-post-to-nc-code-for-debuggig-feature. Doesn´t seem to work for me though somehow. I have installed GCode and HSMWorks plugins. Can somebody point me in the right direction, thx

  • @klazzera
    @klazzera 4 года назад

    thanks, you saved my life

  • @Promise_deal
    @Promise_deal 2 года назад

    Thanks for sharing. Bro

  • @xecor3743
    @xecor3743 2 года назад +1

    Could someone please help? The Autodesk Fusion 360 Post Processor Utility does not generate the G-Code when I select a file from the CNC Selector tab.

  • @oorhood
    @oorhood 4 года назад +1

    Git for version control, easy to use with vscode

  • @kzinty
    @kzinty 17 дней назад

    John, this one needs an update. HSM no longer works. It is from the root settings select Extensions than Autodesk Utility

  • @Philliprgarcia
    @Philliprgarcia 4 года назад

    I LOVE VS CODE!

  • @HardRockBLK
    @HardRockBLK 4 года назад +1

    Can you make a video doing this in Mastercam???????????

  • @JackFilmTube
    @JackFilmTube 4 года назад +1

    First for public release

  • @namnguyen-jg6rh
    @namnguyen-jg6rh 9 месяцев назад

    I have some questions: Can this software edit the gcode of Mastercam or Catia software?

  • @greg2337
    @greg2337 4 года назад +1

    I cant get the post processor syntax to highlight when I click a G code line. What did I do wrong?

  • @drummerhammar
    @drummerhammar 4 года назад

    This is great, thanx!!

  • @wouterdijkman98
    @wouterdijkman98 4 года назад +2

    Wooooow why didnt you make this video 1 year earlyer i had to make a 1997 EMCO turn work with fusion 360. My life would have been so mutch better then. I made it word anyway

  • @HermitFab
    @HermitFab Месяц назад

    please update this video, Fusion 360 has updated and I cant work out how to run a custom code within the post processor's code so I can click on a line and it shows where in the post its coming from

  • @tj9382
    @tj9382 3 года назад

    Top job.

  • @davidcarao6421
    @davidcarao6421 2 года назад

    Hi John, Can I use for cut a full circle the I, J, K addresses and for cut other degree circle the R address in the same postprocessor?? for have a Post as this example:
    (BEGIN CUTTING BLOCKS) ;
    G00 Z-1. (Rapids to Z-1.) ;
    G01 G41 D01 X-0.5 Y1.4 F20. (Linear move) ;
    (Cutter comp on) ;
    G03 X0 Y0.962 R0.5 F25. (Arc into thread) ;
    G02 J-0.962 Z-1.0625 (Cut threads while lowering Z) ;
    G03 X0.5 Y1.4 R0.5 (Arc out of thread) ;
    G01 G40 X0 Y2.4 F20. (Linear move)

  • @haroldjoubert1986
    @haroldjoubert1986 3 года назад

    Amazing I am a Mastercam user does this work in Mastercam

  • @lavrgs
    @lavrgs 2 года назад

    Does it work the same with other post processors - like Mastercam? Or does it need a different extension?

  • @michaelalcocer6778
    @michaelalcocer6778 4 года назад +1

    Would I be able to edit the post processor of linuxcnc/pathpilot to allow for editing the G64 P? variable somehow in the pop up dialog box of fusion 360. Getting pretty tired of hand editing the code for that.

    • @ADSKGRoberts
      @ADSKGRoberts 4 года назад +1

      Yes, you could add that. If you wanted it in the post dialog, you would need to add an option into the properties object:
      Properties = {
      pathBlending: 0.1
      }
      Then access that value with properties.pathBlending

  • @frankr608
    @frankr608 4 года назад +1

    How do you do the copy external editor part for a MAC ?

  • @phillipgater9605
    @phillipgater9605 4 года назад +1

    What post edit are you using? New too fusion and only opens in notepad. Kinda crapy,

    • @BGraves
      @BGraves 4 года назад

      Notepad++ set the language to match the code

  • @urgamecshk
    @urgamecshk 4 года назад +1

    My problem is finding a "glossary" of terms you can use, not so much where they are.

    • @MrDaniell1234
      @MrDaniell1234 4 года назад

      on the cam.autodesk.com/hsmposts? there is a link to the cam manual

    • @ADSKGRoberts
      @ADSKGRoberts 4 года назад

      As Daniel said, the manual is very useful. The API reference guide on that site is also useful and is exactly a 'glossary' of terms you can use

  • @urgamecshk
    @urgamecshk 4 года назад +3

    Nothing I click in the CNC Selector opens :(

    • @sdminer49
      @sdminer49 4 года назад

      not sure if you solved this but go to the settings and check the "Post On CNCSelection" option. I had the same issue.

    • @shanetiquin9448
      @shanetiquin9448 4 года назад

      @@sdminer49 Thanks for the info, I had the same issue.

    • @mioduz
      @mioduz 3 года назад

      Same issue here nothing i double click in CNC selector opens? What am I doing wrong. I checked to make sure "Post on CNCSelection" option was turned on. It was. Any other advice??

  • @josephlabdik36
    @josephlabdik36 4 года назад +1

    I have absolutely no luck with the DMG Mori CMX post processor. Maybe this doesnt work for this post? Every time I try any of the cnc selector options nothing happens. Same thing with opening the posted code "1001.nc"

    • @ADSKGRoberts
      @ADSKGRoberts 4 года назад +1

      Do you have the "post on CNC selection" option enabled? You could also try the shortcut CTRL+ALT+G once you have selected one of the files

  • @amrmusa7217
    @amrmusa7217 2 года назад

    I just want to know if i was to make a cnc controller software for like a cnc router how would i make my own post processor from scratch i'm electrical engineer and im planning to bild my own cnc router but you know i just dont have enough resources
    so what would you advice me??

  • @lou92656
    @lou92656 3 года назад +1

    I have my post open and a g-code file, but what is the trick to have them interact with each other?

    • @jrmitchellj
      @jrmitchellj 3 года назад

      You need to post with the special post "export cnc file to vs code.cps", then go into VS code, then your posted file should appear in VS code, under the vnc selector, custom menu selection. double click that and it should open and work. What environment are you working in, window or mac?

    • @jameschesher3967
      @jameschesher3967 3 года назад

      I am having the exact same problem. Everything appears fine at a glance but they can't seem to recognize each other.

  • @bojangles5226
    @bojangles5226 4 месяца назад

    im not getting the cnc selector option when I click on explorer with my .cps post open.

  • @triggerguard1
    @triggerguard1 3 года назад

    for whatever reason I have nothing in the "CNC Selector" drop down that says "custom", nor have I had any luck being able to use the post processor on an actual post like you're showing. I can make the generic samples show up, but not my actual post.

  • @movax20h
    @movax20h 4 года назад

    What language is that post processor written in? It looks like JavaScript. I never used post processor before. But it is somehow weird to me they use JavaScript, instead of something more novice friendly and robust like Python 3. JavaScript is really meh, especially number handling because of how the integers and floats are the same, and you can get nasty issues. Plus things like scoping rules, and auto semicolon insertion on line breaks, is really trap sometimes in JavaScript.

  • @markdavis5255
    @markdavis5255 3 года назад

    When you post your G code, you don't get the message "SUCCESS" when running a MacBook. I could only get it to work in Windows.

  • @1972adrianm
    @1972adrianm 4 года назад

    I got this all working to figure out why the Autodesk HSM/Fusion Doosan Fanuc mill/turn lathe post adds M126 and M127 codes that the Fanuc controller does not understand and causes a program stop. I click in a M127 code in VS and it does highlight a line of code in my post but I cant see where anything is triggering the M127.

  • @alishihade4751
    @alishihade4751 4 года назад

    Hi ,I was wondering why you prefer fusion 360 on solidcam , since solidwarks and solidcam are not bad .

    • @eric-8998
      @eric-8998 3 года назад

      My company has used Solidworks / SolidCam combo for 17 years, with success.
      However, cost, feature bloat, disruptive upgrade cycles, poor collaboration tools, licensing headaches, and mercenary rent-seeking behaviours have driven us to Fusion.

  • @BK-bs8vn
    @BK-bs8vn Год назад

    Is anyone else unable to get the .cps file to hilight when double clicking on something in your .nc file? This video is over 3 years old by now, so I'm wondering if something has changed?
    Getting to about the 7 minute mark where you select 1001.nc from the custom dropdown, and I simply get "System Error Occured (spawn UNKNOWN)

  • @teber1192
    @teber1192 2 месяца назад

    Heyyy can Somebody Help me Out?
    I have installed all the things ... But if i double click on the g-code, nothing happens on the Post. IT dont Show me the line....
    I've already tried to change the settings.it doesn't matter whether I Set hook or not. nothing happens. What could be wrong?

  • @chuckschneider5625
    @chuckschneider5625 Год назад

    How do you simply renumber the entire posted code when you paste in an operation??? This seems impossible to do.

  • @Roofers91
    @Roofers91 3 года назад

    wow shit this helped me out a lot. thanks

  • @tacoleman1
    @tacoleman1 Год назад

    does anyone have a solution as to why i keep getting "error running command CNC list.addfolder:....." when i try to select a machine under "cnc selector"?

  • @inund8
    @inund8 4 года назад

    Is there a way to do this with mastercam or solidworks?

  • @presicionturning5672
    @presicionturning5672 10 месяцев назад

    Iam not able to open nc code together with post processor. Please help.

  • @OttoHarmonicaMania
    @OttoHarmonicaMania 4 года назад +1

    Does it work with Heidenhain? (.h)

    • @ADSKGRoberts
      @ADSKGRoberts 4 года назад +1

      Yes, the Fusion Post editor addin works with all Fusion Post processors

  • @jameschesher3967
    @jameschesher3967 3 года назад

    I have everything downloaded and visually it looks correct. However I cant seem to link the files together. When double clicking anything on the right side it doesn't appear to do anything on the left.
    Any insight is appreciated.

    • @dylangambacourt6192
      @dylangambacourt6192 2 года назад

      Did you ever figure this out? I had a similar experience.
      The first time everything was installed, and followed all the steps, it worked perfectly.
      Once I closed the program, then re-opened it and opened my post file, and my sample file, it would no longer jump to the sections. Though found that uninstalling the extensions and re installing them made it work again. Seemed to me that once the files had a "JS" designation it stopped working as expected. But according to the video Johns files have "JS", so could be completely unrelated.
      🙃🙃🙃

  • @Ben203018
    @Ben203018 4 года назад

    I downloaded the hsm and the nc-gcode extension for visual studio code, but when I open a .cps post processor file, at the left select CNC selector, then milling then 2d and finally face for example I double click on it, but nothing happens. Can somebody help me why doesn't it work?
    Thanks a lot,
    Ben

    • @ADSKGRoberts
      @ADSKGRoberts 4 года назад +2

      By default, the command to post process in VSCode is CTRL+ALT+G. If you want to post process when you select a CNC file, you can enable 'post on CNC selection' from the user settings in VS Code. To access them, click F1 and type user settings

    • @Ben203018
      @Ben203018 4 года назад

      @@ADSKGRoberts CTRL+ALT+G worked. Thanks a lot, now I can try to edit a few things In it :)

  • @eddyandinc4974
    @eddyandinc4974 3 года назад

    hello sir i have question. how can i find my CNC postprocessor?i went to buy g code for my cnc engineer guy said my know my cnc post processor

  • @joelstolarski2244
    @joelstolarski2244 2 года назад

    Just installed Visual studio 2022. When I type hsm it doesn't find the extension. Do I have to have Autodesk fusion 360 also installed in same pc ?

    • @grandmastersreaction1267
      @grandmastersreaction1267 Год назад

      I had the same issue. Searched for fusion 360 instead. However, I can’t find the hsm settings in settings. Nothing is coming up

  • @sachie123
    @sachie123 4 года назад

    Sweet👏👏

  • @foosaful
    @foosaful 3 года назад

    I don't want an O-number for my programs, but I don't see the way to turn it off

  • @sanyamverma2706
    @sanyamverma2706 3 года назад

    Sir can you help me for .. converting .. MAC FILE post processor TO CONFIG file post pro?

  • @marklevenspiel9036
    @marklevenspiel9036 3 года назад

    Fella -= you sure stired up a horn's nest down under. Will continue the war with VSC - struth!

  • @wiremonkeyshop
    @wiremonkeyshop Год назад

    ISSUE SOLVED: There was no CNC selector for me. I had to "trust" the program in visual code to enable functionality.

  • @DaRoach5882
    @DaRoach5882 4 года назад

    I dont get it... I have the CPS open and click on face turning and I get nothing.
    I have also tried using a haas post and click on a 2D operation and still get nothing.
    In the bottom left I get a small pop up saying CNC File set then after a moment it goes away.

    • @tinusgaspedaal
      @tinusgaspedaal 3 года назад

      same problem here, what is the solution? thanks

  • @georgecortina9481
    @georgecortina9481 4 месяца назад

    If I send you post processor can you edit it for me?

  • @karljohnson719
    @karljohnson719 4 года назад

    Know of an extension for mastercam?

  • @mohammadtalha3342
    @mohammadtalha3342 3 года назад

    what if you are using heidenhan post processor

  • @frankr608
    @frankr608 4 года назад

    seems like for mac you need to install a debugger

  • @brentcarlson7796
    @brentcarlson7796 4 года назад

    Sounds good, Doesn't work (for everything). Wanted to use it for a Mill/Turn Post I've been working on because it doesn't handle canned cycles at different B-axis orientations. Oh well, back to the old way. Thanks for the info, I'm sure it will be nice for another project.

  • @jrmitchellj
    @jrmitchellj 3 года назад

    Has anyone got this to work on the Mac platform? I got it to work in a windows VM, and am thrilled! But it is very slow. I would prefer to get it workin on the native Mac Fusion360 & VS Code.

  • @abdollahibrothers1929
    @abdollahibrothers1929 3 года назад

    Hello everybody! I need post processor for controller 4 axys, Richauto A18s.
    can anyone help me with this problem, please?i need to buy g code company asking me what is my cnc pp

  • @Daniel_en_el_trabajo
    @Daniel_en_el_trabajo 4 года назад

    why you want to edite a gcode post processor?

  • @stuarthardy4626
    @stuarthardy4626 4 года назад

    John
    Have you tried this on a Mac I followed you click for click and get a warning that the post “exe” file cannot be found exe file do not run ok Mac OS
    Please test to see if this old codger’s brain cell has given up the 👻
    Great info if only I could get it to work note the only windoze machine I have has Mach4 industrial on it therefore most of the redundant junk is removed and is not able to connect to the tinternet
    Keep up with your videos it’s been fun following as you have grown your enterprise

    • @ADSKGRoberts
      @ADSKGRoberts 4 года назад

      The extension does work on Mac, but unfortunately it can't find the post kernel automatically (I'm still trying to fix that). The forum thread here explains how to get to it manually for now: forums.autodesk.com/t5/hsm-post-processor-forum/autodesk-hsm-post-editor-for-visual-studio-code-goes-live/td-p/7638059/page/4

    • @stuarthardy4626
      @stuarthardy4626 4 года назад

      George Roberts
      Thanks for the update

    • @pilotjas
      @pilotjas 4 года назад

      I have checked the autodesk forum and I don't believe the information is current. Does anyone know the exact path that the "post" can be found on the Mac?

    • @froadman
      @froadman 4 года назад

      For me, it took the following steps (note, the path changed after I upgraded to Catalina.
      The Unix post executable on a mac is at at (for me):
      Sierra:
      {"postLocation":"Users/Jason/Library/Application Support/Autodesk/webdeploy/production/1235e987d853b6f5773abdcdd7ff0ff6bea9a707/Autodesk Fusion 360.app/Contents/Libraries/Applications/CAM360/post"}
      Catalina:
      /Users/Jason/Library/Application\ Support/Autodesk/webdeploy/production/231dbef1a5aa079c840f4fab916109b1af2683c8/Autodesk\ Fusion\ 360.app/Contents/Libraries/Applications/CAM360/post
      - process to find Post originally:
      - right click on F360 alias in task bar -> options -> show in finder
      - right click on alias in finder window -> show original
      - right click on app -> show package contents, navigate per the path listed above to find "post"
      - right click on post -> hold option key -> copy as path
      - in the above steps you may need to hold down command+shift+. (show hidden files in finder)
      - you'll need to create a symlink to this unix post since the popup window from VSCode won't have
      permissions to see app contents in the above link. Syntax will look like:
      - from terminal: ln -a /path/to/original/postExe /path/to/symlink
      - if necessary, run the following command in VS Code - HSM: Change Post Executable
      - from the VS Code pop-up that comes up (or when it says it can't find the post executable), select your symlink