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 How do you program the 3D printers
  • 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
  • State Verified Answer
  • Replies 24 replies
  • Answers 2 answers
  • Subscribers 331 subscribers
  • Views 2844 views
  • Users 0 members are here
  • input
  • printer
  • 3d
Related

How do you program the 3D printers

jw0752
jw0752 over 10 years ago

Hi 3D Printer Experts,

This is probably a trivial question but I would like to know more about how you tell the 3D printer what you want to make? Do you have to scan existing objects? Do you have to measure and input parameters into a driver program? I noted the other day Doug W. needed an adapter for a Micro SD card and in a very short time he had printed one. This is amazing but is it that simple? Doug is an incredible engineer and perhaps it isn't so easy for everyone. Just curious.

Thanks John

  • Sign in to reply
  • Cancel

Top Replies

  • fvan
    fvan over 10 years ago +2 verified
    Hi John, I usually search if a model already exists for what I want to print. You can browse and search on http://www.thingiverse.com/ for that. Doug's microSIM adapter is something generic enough, so…
  • Former Member
    Former Member over 10 years ago in reply to jw0752 +2
    Hi John, i would not say i am any more creative than anyone else, i think it is just that i have been an engineer for all my working life and if i can think of what i want something to do then i can normally…
  • michaelwylie
    michaelwylie over 10 years ago +1 suggested
    The basic idea is to start with a 3D model and slice it into layers based on your parameters. Then print each layer on top of each other, producing a 3D object. Every software might perform this differently…
Parents
  • fvan
    0 fvan over 10 years ago

    Hi John,

     

    I usually search if a model already exists for what I want to print. You can browse and search on http://www.thingiverse.com/ for that.

    Doug's microSIM adapter is something generic enough, so it should already exist: http://www.thingiverse.com/search?q=microSIM&sa=

     

    When making custom parts, as in the Forget Me Not challenge, I used SketchUp to draw the model.

    image

     

    From SketchUp, I exported the model as an *.stl which I could then import in Slic3r for slicing the model into layers.

     

    The parameters of the layers are defined in the slicing software. You can define how tall a layer should be, if it should be solid, hollow or something in-between, etc ...

    imageimage

     

    After slicing, you obtain a *.gcode file, which is a set of commands and coordinates being passed to the printer by the control software. I use Pronterface/Printrun.

    The control software let's you control the printer manually as well, which is useful for calibration purposes or aborting a failing print.

     

    Hope all of this helps image

     

    Frederick

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
Reply
  • fvan
    0 fvan over 10 years ago

    Hi John,

     

    I usually search if a model already exists for what I want to print. You can browse and search on http://www.thingiverse.com/ for that.

    Doug's microSIM adapter is something generic enough, so it should already exist: http://www.thingiverse.com/search?q=microSIM&sa=

     

    When making custom parts, as in the Forget Me Not challenge, I used SketchUp to draw the model.

    image

     

    From SketchUp, I exported the model as an *.stl which I could then import in Slic3r for slicing the model into layers.

     

    The parameters of the layers are defined in the slicing software. You can define how tall a layer should be, if it should be solid, hollow or something in-between, etc ...

    imageimage

     

    After slicing, you obtain a *.gcode file, which is a set of commands and coordinates being passed to the printer by the control software. I use Pronterface/Printrun.

    The control software let's you control the printer manually as well, which is useful for calibration purposes or aborting a failing print.

     

    Hope all of this helps image

     

    Frederick

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
Children
  • jw0752
    0 jw0752 over 10 years ago in reply to fvan

    Hi Frederick, Thank you very much for taking me through the process. I found the links you provided very interesting and if I actually get into 3D printing they will most certainly be useful. Now I better understand how the preprogramming and programming of the 3D printer works.

    John

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • 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