element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
3D Printing
  • Technologies
  • More
3D Printing
3D Printing Forum What gets in the way of your 3D Printing project?
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join 3D Printing to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 17 replies
  • Subscribers 330 subscribers
  • Views 4552 views
  • Users 0 members are here
  • projects
  • 3D Printing
  • 3d modelling
  • introduction
Related

What gets in the way of your 3D Printing project?

cstanton
cstanton over 3 years ago

All aboard the discussion train...

3D printers have came along way since the 'make your own RepRap with another 3D printer' at home, thanks to the expiry of patents and we also have ones that are now on conveyor belts.

Still, getting into 3D printing has its hurdles, we try to address some of these, but problems can still get in the way, such as finding that you need to replace the hotend of your 3D printer, and it instead sheers off in the heat block, and you have to find creatives ways to free it (talking from personal experience). There's also the manner of, how do you create the item which you're going to 3D print? What factors do you have to consider? Can you even get a hold of a metal 3D printer, or would resin be okay? and is the resin itself okay?

While I have access to a filament 3D printer at home, I do consider maybe acquiring a resin printer, but know for sure that any further 3D printing means I should really have a filtered enclosure because of fumes. That's partly what gets in the way of my creation these days, since I use OpenSCAD, I also don't fight with the licenses introduced from recent Autodesk changes, or the nuances of Blender...

So many options, perhaps that's also what gets in the way? Or maybe it's setup costs (I'm looking at you Ultimaker).

We're looking at expanding our content, and what we ask from 3D Printer manufacturers to goven our campaigns and content on the Community, and I'm interested in what you need help with, so reply and let us know, regardless of knowledge level or what you've been doing!

  • Sign in to reply
  • Cancel

Top Replies

  • Gough Lui
    Gough Lui over 3 years ago +4
    At the moment, I've got two printers and although bed levelling manually is a bit finicky, once dialled in, things seem to go fine for a while. That is, until a thermistor wire breaks and we get a thermal…
  • hlipka
    hlipka over 3 years ago +3
    Not much these days. Owning a 3d printer since 7 years now. The first one was one which needed constant attention and tuning, and I spend more time improving it than with it printing. When I finally decided…
  • javagoza
    javagoza over 3 years ago +3
    I've been trying to get into the world of 3D printing for a while. I have read a lot and I have understood the limitations and advantages of the different types of filaments. I tried several CAD programs…
Parents
  • javagoza
    javagoza over 3 years ago

    I've been trying to get into the world of 3D printing for a while. I have read a lot and I have understood the limitations and advantages of the different types of filaments. I tried several CAD programs and in the end I opted for OpenSCAD because my feeling is that I am the one giving the orders and I don't have to be pressing three keys at the same time that I move the mouse by pressing a button that my mouse does not have. Or praying that the Undo remember everything I did wrong to undo it.


    I have designed parts in OpenSCAD for others who have printed them, but I still don't print them by myself, I always have an excuse to leave it for later.

    What I miss most in my knowledge is knowing design patterns. In software, to anyone who wants to dedicate himself seriously to software design, I recommend the following books
    “Design Patterns: Elements of Reusable Object-Oriented Software" aka GoF (The Gang of Four) and the POSA series, five books on Pattern-Oriented Software Architecture (POSA)

    Is there such a thing? Any book on design patterns in modeling the most common parts used in "maker" projects?

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • javagoza
    javagoza over 3 years ago

    I've been trying to get into the world of 3D printing for a while. I have read a lot and I have understood the limitations and advantages of the different types of filaments. I tried several CAD programs and in the end I opted for OpenSCAD because my feeling is that I am the one giving the orders and I don't have to be pressing three keys at the same time that I move the mouse by pressing a button that my mouse does not have. Or praying that the Undo remember everything I did wrong to undo it.


    I have designed parts in OpenSCAD for others who have printed them, but I still don't print them by myself, I always have an excuse to leave it for later.

    What I miss most in my knowledge is knowing design patterns. In software, to anyone who wants to dedicate himself seriously to software design, I recommend the following books
    “Design Patterns: Elements of Reusable Object-Oriented Software" aka GoF (The Gang of Four) and the POSA series, five books on Pattern-Oriented Software Architecture (POSA)

    Is there such a thing? Any book on design patterns in modeling the most common parts used in "maker" projects?

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
Children
  • cstanton
    cstanton over 3 years ago in reply to javagoza
    javagoza said:
    Any book on design patterns in modeling the most common parts used in "maker" projects?

    Good point, I've mainly seen the software take over for these (Solidworks as an example), it's the devil in the detail, I think it starts entering one of those "it's taken me so long to work this out, because there's no examples/documentation, that I'm keeping it to myself to stand out" or "It's why I use fusion 360" kind of tricks.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • dougw
    dougw over 3 years ago in reply to javagoza

    I think CAD libraries would help with your "patterns" requirement. They don't seem to be as widely published as electronic CAD libraries, but every CAD operation does build libraries to help re-use previous design work.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube