FreeCAD for beginners #41 Start Up Macro that everbody should have

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024
  • Learn how to make a start up macro to make starting a new FreeCAD quick and easy. If you follow along you will soon have the start up macro that you need. It is a must have if you are going to be using FreeCAD often.
    Join this channel to get access to perks:
    / @adventuresincreation
    -----------------------------------
    Patreon Link:
    / adventuresincreation
    ------------------------------------
    Links:
    Reddit:
    / cadbeginners
    Our new channel:
    My Home Loan Mate
    / @myhomeloanmate5395
    New channel videos:
    Buying a Home
    #1 • Buying A Home For the ...
    Calculating Your Mortgage Payment
    #2 • Calculating Your Month...
    Calculating Your Important Ratios (LTV, DTI, Housing)
    #3 • Calculating LTV and DT...
    Calculating Your Maximum Loan Amount
    #4 • Calculating Your Maxim...
    FreeCAD macros
    bitbucket.org/...
    Octoprint: octoprint.org/
    Octoremote: play.google.co...
    Cura: ultimaker.com/...
    Fusion 360: www.autodesk.c...
    Fusion 360 API: help.autodesk....
    FreeCAD: www.freecadweb...
    Raspberry Pi: www.raspberryp...
    Blender: www.blender.org/
    Inkscape: www.inkscape.org
    OBS: obsproject.com/
    PxKeystrokes: github.com/Pha...
    Songs:
    Raw Space by Spazz Cardigan (intro)

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

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

    Join us on Reddit: www.reddit.com/r/CADbeginners/

  • @Trebior1
    @Trebior1 Месяц назад +1

    Much help. Much appreciated

  • @philbatterson
    @philbatterson 2 года назад +2

    Great video! This is going to save a ton of time at start-up!

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

    Good review for recording and editing a macro, fortunately, my old version still works great!

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

    Great introduction to macros. However, I don't always start with the part design workbench and not bothered with it. I could name several macros for the different startups, but I just prefer the control to do what I want.
    That said, knowing how to make a macro is good, as if you have several operations you do frequently, a macro is pretty handy

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

      You can have it start in any of the workbenches. You nailed it. For frequent tasks this is a quick and easy way to record them.

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

    More videos would be great! 👍

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

    Thank you!!!

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

    Excellent 👌
    Is there a way to prompt user for data, say file/object name, in a macro?

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

      Take a look at some of the more complex macros available, you will see the code for it there.

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

    I did exactly as the video said and it works BUT when the new document is created the dimension in the corner of the active screen are 6 x 4 mm but when I record the macro the dimensions are 325 x 200, am I doing something wrong.

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

      I am not sure that the dimension is set in the macro. Perhaps take a look at the code and search for those dimensions

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

    Use to make many macros in various programs, what is the language base? Can I adapt this with inputs at certain stages? So to input the name without stopping the macro. Thanks

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

    When startup macro is executed and selecting the plane, why is the zoom resolution (lower right) so small? If you zoom in, the resolution becomes larger, but the objects are not scaled to the resolution 😱. Whereas if created without a macro, you would get a much larger resolution. 🤔

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

      I am not sure what controls the initial zoom size but you can adjust it.

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

      When you yourself run the macro how do you adjust?

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

      @@rondeangelis7384 I just roll the middle mouse wheel and watch the dimensions on the right hand bottom corner. You will see it zooming in or out.

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

      @@Adventuresincreation hey sorry didn't get back to you. Yes, not sure why didn't work for me before. But, running the macro, selecting XY plane, yields very small zoom resolution. Applying more zoom with mouse yeilds correct results. My bad...still in learning phase.. thankx for replaying back. Keep up the great tutorials!!

  • @sstevenson638
    @sstevenson638 2 месяца назад +1

    Misleading title. I thought your were going to show how to configure a macro to automatically run at startup, not a macro that you can run at startup.

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

      I see your confusion. What Macro do want to run at start up?

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

      @@Adventuresincreation I'm currently trying to develop some scripted objects in Python. The problem is when I save them and re-read them their Python classes haven't been defined. This causes them not to load correctly. I'm trying to figure out how to define my Python classes on startup, short of creating my own workbench.

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

    Love your videos, had a problem with getting macro to load.
    Turns out I had to leave (App.getDocument("Unnamed").saveAs) and delete everything after it.
    Again I just want to say Thanks.