Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    What CAD software you use?

    Scheduled Pinned Locked Moved
    3D Printing General Chat
    18
    58
    4.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Corexyundefined
      Corexy @mrehorstdmd
      last edited by

      @mrehorstdmd said in What CAD software you use?:

      I used DesignSpark Mechanical for a few years before I switched to Fusion360. It's about as easy to learn and use a SketchUp, but much more powerful and doesn't turn out bad STL files that have to be repaired before they can be printed.

      Solvespace is an interesting program...

      I've made and printed a few small "artistic" pieces generated using Structure Synth. If you like Open SCAD you'll love structure synth! It's not for modeling real objects, but more of a mathematical sculpting tool that uses recursion.

      +1 for Design Spark mechanical.

      It's apparently a very slightly dumbed down version of an expensive program called "Spaceclaim", offered by RS as a tool to design things using their components (and therefore buy them).

      The only price of freedom is that you have to close the initial RS page on startup.

      I was advised of some custom stl export settings, and it does seem to do really "high poly" resolution in prints (if that's the right way to say it).

      I haven't seen a way to add text to a design with it though...is that possible?

      mrehorstdmdundefined 1 Reply Last reply Reply Quote 0
      • 3DPMicroundefined
        3DPMicro @Kolbi
        last edited by

        @Kolbi so one year and that's it? No renewal?

        Duet controlled Lathe, micro mill, 3d printer and 1992 Haas VF2 VMC

        Kolbiundefined 1 Reply Last reply Reply Quote 0
        • Kolbiundefined
          Kolbi @3DPMicro
          last edited by Kolbi

          @3DPMicro Oh no, you can renew. It has to be done every year that you want to keep using it.
          Solid Edge is much better on this part, once you get it, it yours for ever-ish. https://solidedge.siemens.com/en/solutions/users/students/

          1 Reply Last reply Reply Quote 0
          • mrehorstdmdundefined
            mrehorstdmd @Corexy
            last edited by

            @Corexy I had found an ungainly way to add text a couple years ago- it involved generating the 3D text in SketchUp and then importing it into DSM. I rarely put text into designs, but that is certainly one of DSMs weaknesses. It did 99% of what I needed when I was using it a lot, but I kept bumping into that last 1% and finally switched to Fusion360.

            https://drmrehorst.blogspot.com/

            Corexyundefined 1 Reply Last reply Reply Quote 0
            • Corexyundefined
              Corexy @mrehorstdmd
              last edited by Corexy

              @mrehorstdmd said in What CAD software you use?:

              @Corexy I had found an ungainly way to add text a couple years ago- it involved generating the 3D text in SketchUp and then importing it into DSM. I rarely put text into designs, but that is certainly one of DSMs weaknesses. It did 99% of what I needed when I was using it a lot, but I kept bumping into that last 1% and finally switched to Fusion360.

              Yes I've heard about that one too. I don't often use txt either, so I haven't bothered.

              I still use DSM to this day, as I'm just not that good at CAD and haven't found all of its uses, let alone its limits.

              1 Reply Last reply Reply Quote 0
              • oliofundefined
                oliof
                last edited by

                I use Tinkercad or OpenSCAD depending on which mindspace I'm in. I tried fusion but it didn't click. I guess I'll need to look into Structure Synth, it sounds like it's my jam (-;

                <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

                1 Reply Last reply Reply Quote 0
                • whopping pochardundefined
                  whopping pochard @mrehorstdmd
                  last edited by

                  @mrehorstdmd @Phaedrux I'm not 100% sure on the mechanics, but I just turned off my wifi connection, launched Fusion, made a new part, and saved it as STL with no issues.

                  If I select File/Export to create an STL it tries to send it to the cloud (and takes a while if it's connected), but if I right click the body or component and select "Save as STL" it does it locally, and instantly, no problem.

                  mrehorstdmdundefined 1 Reply Last reply Reply Quote 0
                  • mrehorstdmdundefined
                    mrehorstdmd @whopping pochard
                    last edited by

                    @whopping-pochard interesting...

                    https://drmrehorst.blogspot.com/

                    1 Reply Last reply Reply Quote 0
                    • jens55undefined
                      jens55
                      last edited by

                      Fusion will work only for a limited time without internet connection

                      1 Reply Last reply Reply Quote 0
                      • A Former User?
                        A Former User
                        last edited by

                        just recalled I signed up to beta test some browswer based stuff, vectray - but didn't impress and now the free options seems very limited.

                        reminds me, I haven't tested the browser based fusion for ages!

                        yes, fusion will only work about a month or so without talking to the mothership; or that was the limit last i tried at least.

                        1 Reply Last reply Reply Quote 0
                        • fcwiltundefined
                          fcwilt @arhi
                          last edited by fcwilt

                          @arhi

                          Hi,

                          One thing I perhaps should have mentioned is that MOI is extensible by the end user if they are so inclined.

                          There are users who have added some useful and interesting functionality.

                          Just recently I had a question about the behavior of the commands that add dimensions. They didn't work quite the way I expected. I asked on the forum and the author told me I could edit a certain file (java script) and comment out one line. That achieved the behavior I desired.

                          I gather that much of the program is implemented using java script.

                          Frederick

                          Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                          botundefined 1 Reply Last reply Reply Quote 2
                          • botundefined
                            bot @fcwilt
                            last edited by

                            @fcwilt That's pretty neat. I'm glad you brought that software to our attention, it seems well-hidden!

                            On the topic of modifying software, Fusion 360 has quite a robust API that can be programmed in JS, Pyhton or C++.

                            I have an inclination to make a github add-on for Fusion, so that when projects ar esaved, the data is also captured and reflected in Git/github. I'm not sure how to do it, but I think on git there will just be a .MD file that references the Fusion Team link for the design version, and that gets updated with each commit. Alongside, there could be STL output for comparison and preview on Github, but those are limited to 10 MB. Grrr.

                            *not actually a robot

                            Phaedruxundefined 1 Reply Last reply Reply Quote 1
                            • Phaedruxundefined
                              Phaedrux Moderator @bot
                              last edited by

                              @bot said in What CAD software you use?:

                              STL output for comparison and preview on Github, but those are limited to 10 MB. Grrr.

                              I wish 3MF would just take over already.

                              Z-Bot CoreXY Build | Thingiverse Profile

                              A Former User? 1 Reply Last reply Reply Quote 1
                              • A Former User?
                                A Former User @Phaedrux
                                last edited by

                                @Phaedrux said in What CAD software you use?:

                                I wish 3MF would just take over already.

                                thats not how you spell STEP?

                                botundefined 1 Reply Last reply Reply Quote 1
                                • botundefined
                                  bot @A Former User
                                  last edited by bot

                                  Yeah!

                                  3mF is just an STL in a zip file. PASS!

                                  *not actually a robot

                                  1 Reply Last reply Reply Quote 0
                                  • Phaedruxundefined
                                    Phaedrux Moderator
                                    last edited by

                                    Baby STEPS

                                    Z-Bot CoreXY Build | Thingiverse Profile

                                    1 Reply Last reply Reply Quote 1
                                    • Phaedruxundefined
                                      Phaedrux Moderator
                                      last edited by

                                      Does STEP allow for mutli color multi material meta data?

                                      Since .3MF is just a container format the STEP file could represent the model data in side of it instead of STL. The additions for additive manufacturing in .3MF are what's useful.

                                      Z-Bot CoreXY Build | Thingiverse Profile

                                      botundefined 1 Reply Last reply Reply Quote 0
                                      • botundefined
                                        bot @Phaedrux
                                        last edited by bot

                                        Yes, STEP has color data, tolerance data, material data (physical) etc.. I suppose it doesn't have "support structure" data, per se, but that could probably be made to work.

                                        I just tried to look, I do not know if AMF/3MF support "solid" geometry. I'd love to find out.

                                        *not actually a robot

                                        arhiundefined 1 Reply Last reply Reply Quote 0
                                        • A Former User?
                                          A Former User
                                          last edited by

                                          i suppose you could use material properties to assign support matterial and model the support as a solid.

                                          or just make 3mf work with solids as well as meshes.

                                          1 Reply Last reply Reply Quote 1
                                          • arhiundefined
                                            arhi @bot
                                            last edited by

                                            @bot said in What CAD software you use?:

                                            I just tried to look, I do not know if AMF/3MF support "solid" geometry. I'd love to find out.

                                            When you export a solid from FreeCAD to .AMF it triangulates it so I would assume AMF is triangles only (so basically STL's + meta data) as FreeCAD works normally with solids and if it could save solid into .amf it would. I'm not sure but it makes sense.

                                            I'm not sure why tf microsnot had to be a dealbreaker again so now we have both .amf and .3mf 😞 .. anyhow don't have anything that can export a solid in to 3mf except 3d builder and it originally only works with triangle meshes so I believe .3mf is also triangle mesh container so again stl's + metadata.

                                            STEP/IGES works for decades for the engineering industry as an interchangeable file format for solids but not many slicers know how to deal with them. Machining CAM tools normally handle them ok, and I believe they would be totally ok for 3d print format as well. The only problem is that you can't handle solid formats on "cpu challenged" devices, and slicing a solid requires complex rendering of the solid that's rather "expensive" compared to a mesh that can be rendered on your watch. I'm not sure if STEP/IGES are protected by some patents, it would not surprise me if they are :(.

                                            Anyhow if we see how few open source tools know how to properly deal with STEP/IGES that might be the explanation..

                                            botundefined theruttmeisterundefined 2 Replies Last reply Reply Quote 1
                                            • First post
                                              Last post
                                            Unless otherwise noted, all forum content is licensed under CC-BY-SA