anchor
stringlengths
122
48.4k
positive
stringlengths
12
50.7k
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>Since I'm running a 3D printing facility of an engineering school, students are always wondering how much infill percentage affects the stiffness of the part. I know that it is impossible to get a numerical soluti...
<p>I don't believe that slicing engines create any sort of solid model that would be useful for CAD simulation. When a slicing engine slices a 3D model, it's goal is to spit out the preferred machine paths in G-Code (of some kind). However, I've read a few articles, done some tests, and heard through the grape vine tha...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I'd like to find an opensource software that communicates directly with the RAMPS board (or any other 3D printer driver) without using the arduino...</p> <p>It doesn't matter if it runs on Windows or linux as lon...
<p>No, there exists no software like that. You can't communicate with a RAMPs board because a RAMPs board has no logic built-in; it's just a dumb breakout board that connects the Arduino Mega to your printer's components (such as stepper drivers, MOSFETs for controlling heaters, endstops,...).</p> <p>If you wanted to ...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>Hey so theres a product we have been prototyping. We cant do FDM. The item has a ball valve. and the ball ~ 1.6-1.9mm I cant seem to prototype it. I have tried SLS, SLA, Polyjet. Anybody knows what could be wr...
<p>Hey why to make it soooo sophisticated and poor? Air valve cannot be designed with 2 stiff elements - it will never work.</p> <p>Make the air your friend but not the enemy. Use old good rubber (silicone) "flake" instead. Especially when you have such small design.</p> <p>Take a look on the picture.</p> <p><a href...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I've been interested in 3D printing for the past month however, I have noticed that it's sort of a "reserved" topic. Meaning that everyone who talks about it, has already some basic knowledge about the topic. What...
<p>You can learn a lot just by reading the forums. I'll just list a few that are quite popular...</p> <p><a href="http://forums.reprap.org/" rel="nofollow">Reprap Forums</a> - Has a ton of information on DIY printers including build logs and posts dealing with many issues.</p> <p><a href="http://www.soliforum.com" r...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I'm trying to squeeze a little better quality out of my time lapses generated by OctoPrint.</p> <p>I'm using the Raspberry Pi Camera Module V2 with a Pi 3. I've already edited the Octopi config to get 720p resolu...
<p>You can learn a lot just by reading the forums. I'll just list a few that are quite popular...</p> <p><a href="http://forums.reprap.org/" rel="nofollow">Reprap Forums</a> - Has a ton of information on DIY printers including build logs and posts dealing with many issues.</p> <p><a href="http://www.soliforum.com" r...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I've printed mostly ABS in the past and encountered <a href="https://www.google.com/#q=3d+printing+layer+delamination">delamination</a> between layers many times. I've ensured the following conditions regularly:</...
<p>Cool environmental conditions are the single biggest contributor to ABS delamination. Delamination or edge/corner cracking is caused by warping stresses when the first layer adhesion is stronger than the interlayer bonding. Or it happens when the heated build plate allows a strong non-warping foundation to be built ...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I'm using brand new PLA filament and am getting frequent clogs in my extruder.</p> <p>I've had this problem with 2 different filaments from 2 different vendors.</p> <p>It will be print just fine, then clog up. ...
<p>The shape you get is quite easy to explain. It's the shape of the lowest energy possible in your situation. Simple but it doesn't explain the issue... or does it?</p> <p>It does. The filament cannot be put into the extruder as it becomes plugged. This leads us to some obvious explanations. You can read <a href="htt...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I found a nice model for a ship from the game "Eve". It doesn't have a flat bottom, so it needs support material. But Slic3r generates several dozen tiny support pillars, and one by one they break loose from the b...
<p>I know many Slic3r users - myself included - add support material to the model itself <em>before</em> importing it into Slic3r. </p> <p>I personally favour <a href="http://www.meshmixer.com/" rel="noreferrer">MeshMixer</a> for support generation, as the supports are much more predictable and easily removable. In co...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I am looking to others who have successfully printed in ABS using a Wanhao Duplicator i3. </p> <p>I have tried and get a lot of warping and delamination. I tried putting a large box over the printer which did hel...
<p>I am an official Wanhao Distributor</p> <p>By experience I can recommend you to print with this settings:</p> <ul> <li>Extruder 230 °C </li> <li>Heated Bed 65 °C</li> <li>Have a glass surface</li> <li>Use hairspray over the glass</li> <li>Continue to enclose the printer or at least put it where there is almost no ...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I have seen mechanical (micro switch), optical and magnetic(magnet + hall sensor) end stops.</p> <p>Are there any differences in how exact they switch at the right location? If so which are the most precise?</p>...
<p>There are some different criteria that we should use to select a switch type:</p> <ul> <li>Precision / repeatability: does the switch trigger at the same place every time? How much spread is there in the trigger position? Do environmental changes or machine setting changes affect the trigger position?</li> <li>Cont...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I am very close to buying a 3D printer and have started to do some preliminary design work from the things I'd like to make, but I have a question: Which corner of the print bed corresponds to the origin (0,0,0) i...
<p>Depending on what kind of printer you have, the build table origin and slicer origin (0,0) are usually either the front left corner, or the center of the build plate. This can be changed by the end-user in most open-source printers. There is no standard or requirement for a particular origin location. The important ...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I'm trying to set up <a href="http://octoprint.org/" rel="nofollow noreferrer">OctoPrint</a> on my Linux Ubuntu 16.04 desktop to work with my Micro3D printer. The printer works fine on Mac and Windows: <a href="ht...
<p>I just discovered that OctoPrint only reads .gcode files for printing (apparently, unless you have a slicing software embedded in it), so I installed <a href="http://slic3r.org/download" rel="nofollow">Slic3r</a> separately, and ran</p> <pre><code>./slic3r mystlfile.stl </code></pre> <p>to generate a .gcode file (...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I know there is a 3d printing technique, where sheet of papers are cut and glued. Like the ones <a href="http://www.gizmag.com/staples-mcor-easy-3d-printing/25284/" rel="nofollow">Staples</a> has in their stores. ...
<p>Filament made of Polylactic acid (<a href="http://reprap.org/wiki/PLA" rel="nofollow">PLA</a>) is usually made of biological materials (such as corn), and can therefore be considered bio-degradable in most cases.</p> <p>Whether the filament is 100% bio-degradable (and non-toxic for the surroundings) will depend on ...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I am trying to make a structured light 3D scanner using single camera, light projector and a turntable.</p> <p>After days on Google I did not find any reliable open source project which I can get to work. <a hre...
<p>I got some really useful resources here but I got rid of structured light approach because of lesser resources.</p> <p>I used <a href="http://ccwu.me/vsfm/" rel="nofollow">VisualSFM(.exe)</a> , <a href="https://github.com/mrquincle/visualsfm" rel="nofollow">VisualSFM(source)</a> with the turntable for the purpose a...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>After printing successfully for a while I received an error saying:</p> <p>Tool 0 Failure!<br> Temp limit reached <br> Shutdown or restart.<br></p> <p>The front panel is not responsive and doesn't allow the prin...
<p>It sounds like a failed TC amp chip. But we need to rule out some other stuff. </p> <p>Some important facts about the Creator Pro temp sensor:</p> <ul> <li>If you smash and short the two thermocouple wires together, the printer will simply read room temp.</li> <li>If you cut or disconnect the thermocouple wires, t...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I have a Flashforge Creator Dual.</p> <p>One corner of my print bed is warped down. I am thinking about having a steel print bed made so it would tend to stay flat. </p> <p>Has anyone tried this?</p>
<p>I would consider getting another aluminum build plate for the following reasons:</p> <ul> <li><strong>Lightweight</strong>. Aluminum is a very lightweight metal, making it suitable for most machines that have injection molded platform arms. This reduces potential sagging of the arms and overall load on the -Z- axis...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I use Prusa i3 with one extruder for some years and I would like to print from one material in two colors or from different materials for one model. Therefore I'm lookig for new printer with dual extruder.</p> <p...
<p>As you suggest yourself, ordering test prints of some model is one way to do it. </p> <p><a href="https://www.3dhubs.com">3D Hubs</a> and <a href="https://www.makexyz.com/">MakeXYZ</a> allows you to get your model printed by hobbyists and small businesses for a fair price. Both sites also allow you to order prints ...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I have a 3D model that I'd like to print. This is my first project, so I'm trying to decide if I'm getting in over my head. Here's the model rendered with Blender:</p> <p><a href="https://i.stack.imgur.com/N1cVF....
<p>Here is a set of options you can get:</p> <ol> <li>print the object on multi color printer</li> </ol> <p>Unfortunately we got some limitations here (on the market). Printers have limited set of heads which are in fact printing in one color at a time. So we usually have 2 colors, there are also 4 color heads. If th...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I printed a big base for a model, but the corners of the bottom bent up, making the whole base rock when set on a table. Is there a quick fix for a makerbot2 without a heated plate?</p>
<ul> <li><p>Consider using a different material. Since you're on a replicator 2 you're probably not printing with ABS (which would be a terrible choice for a large, flat model) but probably with PLA. Perhaps you could try printing with PET(G) instead, which tends to warp even less.</p></li> <li><p>You could try modifyi...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I just received my E3D v6 hotend and I am installing it on the open source design of a Prusa i3. How do I clean my hotend after each print and after using different filaments?</p>
<p>Usually there is no need to clean the hotend, as filament sticks well to itself rather than to the inside of the hotend. If there are remains - the simplest way to clean it up is to extrude 5-10 cm of new filament, which will gather all remainings clean the hotend.</p> <p>The above concerns changing filament in the...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I have a FlashForge CreatorX (MakerBot clone) that's been working fine for about 15 months. Int he past month, I started noticing "thin" layers in some of my ABS prints. I finally tracked the issue down to the ext...
<p>Usually there is no need to clean the hotend, as filament sticks well to itself rather than to the inside of the hotend. If there are remains - the simplest way to clean it up is to extrude 5-10 cm of new filament, which will gather all remainings clean the hotend.</p> <p>The above concerns changing filament in the...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>BuildTak is great because the printed plastic really sticks to it, it pretty much solved all the problems I had with prints detaching from the buildplate during printing.</p> <p>However, it does sometimes cause t...
<p>I would do as fred_dot_u initially suggested, by increasing the bed temp (or using a hair dryer) to heat the BuildTak. Then, use a small fan to quickly cool the platform (or at least quicker than room temperature). An ice pack on the build plate/part could also work. This drastic fluctuation between the build platfo...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>What is the least expensive 3D printer available today? I am looking for something suitable for general use in a home office.</p>
<p><strong>Depends on your definition of "available" and your definition of "suitable for general use."</strong> </p> <p>The cheapest 3D printers are mostly Kickstarter promises that take a year or more to ship, if they ever do. For example, the Peachy 3D printer Kickstarter just imploded and failed. There have been m...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I am attempting to construct model tank tracks with accompanying wheels and sprockets. All parts will be printed in PLA. The tracks will be driven by electric motors.</p> <p>What would be a suitable grease for th...
<p>You may find a solution with the common lubricant containing PTFE, often called Super Lube. It is described in manufacturer's literature as non-reactive with virtually everything. It is available at a reasonable price as plumber's grease (look for either Teflon or PTFE in the ingredients) in various quantity contain...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I recently upgraded to a E3D full hotend and I started to have problems with slowly printed parts. After I print first object and start next one, then the first layer has serious issue.</p> <p><a href="https://i....
<p>You may find a solution with the common lubricant containing PTFE, often called Super Lube. It is described in manufacturer's literature as non-reactive with virtually everything. It is available at a reasonable price as plumber's grease (look for either Teflon or PTFE in the ingredients) in various quantity contain...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I've been having a hard time lately getting the raft off of my ABS prints.</p> <p>Is that a symptom of either a nozzle or bed that are too hot? Or is there some other factor I should be looking in to?</p> <p>I h...
<p>A couple things to consider:</p> <ul> <li>Ensure that your build plate is flat and level. An un-parallel HBP could result in the object "welding" to the raft.</li> <li>Turn down your nozzle temperature. It is likely that the material is hotter than it needs as it is extruding. This results in a slower "cool-down ra...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>Sparked by <a href="https://3dprinting.stackexchange.com/questions/1245/running-12v-on-a-24v-heater-cartridge">this question</a>, I wanted to discuss the most efficient and also the easiest ways of thermally insul...
<p>The "quick and dirty" approach is to just slap a bunch of Kapton tape on there. The more the better! (Until you need to dismantle for maintenance, anyway.)</p> <p>I find pre-cut ceramic tape + kapton tape "blankets" to be easy and effective. E3Dv6 and Replicator 1/2 style hot blocks should be compatible. Or you can...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>From what I've been able to find out, online sources recommend around 205ºC for PLA and around 240ºC for ABS. But these are only guidelines, of course. Optimal printing temperature can be different depending on th...
<h1>Printing temperature basics</h1> <p>Manufacturers generally specify a somewhat wide range of printing temperatures, and what temperature you should actually need can only be determined by trial and error:</p> <ol> <li><p>The thermistor in your hotend is not 100 % accurate and may have an offset of a few degrees com...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I've been working on my own DIY 3-D printer recently, and I've been trying to experiment a little with different materials for the body. Someone suggested using HDPE (high-density polyethylene), since it works wel...
<p>I've used what is commonly described as UHMW-PE, aka, Ultra-high Molecular Weight Polyethylene for various projects. You may know this material is often used in cutting boards, as it cleans easily and doesn't cut easily.</p> <p>it does machine in a manner similar to aluminum, although the tool should be cooled/lubr...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I am planning on getting a 3D printer soon and I was just wondering, what do you do with 3D prints that either failed or were prototypes that you no longer want?<br> I tried looking online but the closest I got wa...
<p>It will be very difficult to find a recycling facility that will accept your 3D prints, because they're mainly set up to handle packaging material (which constitutes the vast majority of plastic waste) such as bottles. If you sent your 3D prints to your municipal recycling programme they would at best sort it out fr...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I have an object that I want to print in 3D. But I have a few questions about it. What are the things that I have to watch out for when 3D printing? </p> <p>I know how to change the metric size etc. Some people...
<p>You are correct about the walls. Using a <em>Solidify</em> object modifier is probably your best bet. A low <em>Thickness:</em> value (<em>0.1</em> is probably good) helps keep the walls thin but strong. You can monitor the thickness while you adjust the value from <em>Wireframe</em> view.</p> <p><a href="https://i...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I just recently upgraded my Printrbot Simple Metal with a heated bed (and longer x-axis). I looked up some tutorials, and all of them placed the thermistor as in the picture on the left below, so I did too. Howeve...
<p>You are correct about the walls. Using a <em>Solidify</em> object modifier is probably your best bet. A low <em>Thickness:</em> value (<em>0.1</em> is probably good) helps keep the walls thin but strong. You can monitor the thickness while you adjust the value from <em>Wireframe</em> view.</p> <p><a href="https://i...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>It occurs to me that I'm never really thinking about layer height when I calibrate my z-probe offset. This is obviously an oversight, because I'll want my nozzle to start higher for 0.3mm layers than for 0.1mm lay...
<p>All modern slicers adjust the nozzle position for the first layer in accordance with your chosen layer height. You can see this in your gcode if you slice files with different layer heights. <em>Before you add special slicer settings and offsets,</em> if you print 0.1mm layers, the nozzle will start at Z=0.1mm, and ...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>First, a little background. A couple of years ago, I was researching making my own candy, and I came across this page: <a href="http://www.instructables.com/id/LeGummies-brick-shaped-gummy-candies/" rel="nofollow"...
<p>In principle, ABS is safe for contact with (cold or room-temperature) food. The two main concerns specific to 3D printing are, assuming you start with a filament that is not itself contaminated:</p> <ol> <li><p>Pores and holes in the printed part which may harbor bacteria</p></li> <li><p>Impurities introduced into ...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I need to transport my FDM 3D Printer because I am moving.</p> <p>What are the precautions that one should take?<br> Should I dismount the motors and axes?<br> I would definitively unplug the electronics as far a...
<p>Yes, fix the motors and any other loose/movable parts. Remove the bowden tube if it's there, and any other parts that are sticking out. Put the whole thing in a a bag to protect from dust, and put the bag in a box to protect it from getting beat up. Remember to calibrate it when you're ready to set it up again.</p>
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I have a home built RepRap with all sides open..</p> <p>Would there be any advantage to enclosing the print area in acrylic?</p>
<p>It is hard to tell whether you personally should enclose your printer. However, you asked for the advantages and I will name some of them on which one can base a decision.</p> <p>A 3D printer enclosure</p> <ul> <li>helps to keep the temperature of the whole print at controlled levels, if you use a heating element,...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I am printing on a non-heated bed right now, but the question also applies to heated building plates. </p> <p>How often should you replace the glue layers that's supposed to be applied before printing? Some say y...
<p>Depends on the glue and on your tolerance for messy undersides on your prints. It's fairly common for some of the glue to come off with the print. Or you may have marks from scrapers or rafts. Do you want to touch up that spot and have some artifacts on the bottom of the next print, or clean and redo the bed to get ...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I use OctoPrint on an Ubuntu system with a M3D printer.</p> <p>Midway through a recent print, the filament just stopped extruding although the motor-functions of the printer were proceeding fine. Since then, ever...
<p>Depends on the glue and on your tolerance for messy undersides on your prints. It's fairly common for some of the glue to come off with the print. Or you may have marks from scrapers or rafts. Do you want to touch up that spot and have some artifacts on the bottom of the next print, or clean and redo the bed to get ...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I'm new to 3D Printing. I've created this star from Blender3d. As far as I know, most printers require a flat bottom.</p> <p>As you can see (blue line is Z-axis, red line is X-axis, green line Y-axis), the star d...
<p>Typical FDM desktop 3D printers might struggle with this model as it requires you to either print large overhangs and use support structure (when printed laying down), or lacks a natural flat bottom surface to get good print adhesion (when printed upright). A couple of suggestions:</p> <ol> <li><p>Some FDM printers...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I'm setting up my printer in a small room, and I thought I'd come up with a system for more easily swapping filaments, but I'm not yet sure it is feasible.</p> <p>Rather than physically replace the spool, I'd lik...
<p>I would say it's not the best approach. </p> <p>In the situation you've described I would rather install some kind of vertical ring a bit above your printer. This ring would organize your filament going from any direction. </p> <p>So let's assume you got one spool on the right and one on the left of your printer, ...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I have this <a href="http://www.thingiverse.com/thing:1381474" rel="noreferrer">GoPro mount for a quadcopter as STL file</a>. It looks as follows.</p> <p><a href="https://i.stack.imgur.com/qcZOR.png" rel="norefer...
<p>Many resources are available for modification using 3D CAD (including learning a tool such as sketchup, which is VERY beginner friendly). The easiest and fastest solution to your particular problem may be the <a href="https://www.reddit.com/r/3Dprintmything/" rel="nofollow">reddit community "3D Print My Thing"</a> w...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>Is it possible to connect two pieces of 1.75 mm filament end to end, with no change in width? I am asking the question because I am interested in creating a multi-filament feeder to a single extruder, and I am cur...
<p>You'd have to ensure that the joining portion of the two filaments do not "bloom" or increase in diameter, which would happen if unconstrained at the melting and joining time. Alignment is also critical, otherwise you have a varying diameter from one color to the next at the point of join.</p> <p>There's an item on...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>Is it possible to print toothbrush bristles using a common FDM 3D printer? I am particularly interested in the width of bristles, closeness together of each bristle, and the flexibility of each particular bristle....
<p>Actually last year a group did use a normal FDM printer to 3d print hair, brushed, etc. See the press release from Carnegie Mellon University</p> <p><a href="https://www.engadget.com/2015/10/29/3d-printing-hair-is-as-easy-as-using-a-hot-glue-gun/" rel="noreferrer">https://www.engadget.com/2015/10/29/3d-printing-hai...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>Since <a href="http://www.iboxprinters.com/" rel="nofollow noreferrer">iBox Nano</a> is the smallest public-production-available 3d Resin printer (and the cheapest so far), I assume it has a huge size limitation. ...
<p>On their <a href="http://www.iboxprinters.com/ibox-nano-1/" rel="nofollow noreferrer">website</a>, I found the following picture, which states a build area of 40 mm x 20 mm x 90 mm (1.57" x 0,79" x 3.54").</p> <p><a href="https://i.stack.imgur.com/TYxa8.jpg" rel="nofollow noreferrer" title="iBox Nano 3D printer spe...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>What are the differences, and pros &amp; cons, between 3D printers with varying layouts for moving head vs. moving build plate?</p> <p>Example layouts would include:</p> <ul> <li>X Head; YZ Bed; </li> <li>XY He...
<p>Without going into too much detail, since this is a very exhaustive topic, I'll write some pro's of each down from the top of my head:</p> <p>Cartesian XZ hotend, Y bed (eg. Prusa Mendel):</p> <ul> <li>easy to build (relatively)</li> <li>easy to maintain</li> <li>easy to modify</li> <li>understandable kinematics</...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I have a (HIC) version of the Prusa i3. I have recently installed the E3D v6 hotend and titan extruder. After fixing some other issues, I noticed that there is no filament being extruded. In addition, the gear loo...
<p>You can either flip the connector for the motor around (i.e. plug it in backwards) or (if you are using Marlin firmware) look for the following line in configuration.h: (using the Arduino editor open the Marlin file For your 3D Printer, one of the tabs is labelled "configuration.h" click on that tab to bring it to...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I am using Slic3r to generate the GCode for my Marlin-based printer. For some reason with increasing height my print starts to get messed up. On another part it starts to act like this when there are small parts. ...
<p>To me, this looks like a combination of bad filament, high temperature and/or fast speeds.</p> <ul> <li>Too high extrusion temperature will make difficult to let each layer cool enough before the next layer begins. This is why you see the poor results on the smaller areas of the print in your second photo.</li> <li...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I'm using a CraftBot original to print PLA, but some of the filament has become stuck in the teeth of the <a href="https://craftunique.com/item/craftbot-extruder-gear" rel="nofollow">extruder gear</a> on its way i...
<p>I mostly use a tooth brush for that kind of problem</p>
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>Is there any simple way of creating tappered thread in OpenSCAD? I need something like 10 mm in diameter at the end, 9 at the top and the height of 10 mm.</p>
<p>I mostly use a tooth brush for that kind of problem</p>
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I have an option to purchase a hobby multi-purpose device (lathe/mill/drill/grinder/cutter) which is manually controlled, but easily converted for driving by stepper motors (all 3 axis are controlled by turning kn...
<p>None, if I choose the right control board.</p> <p>The <a href="http://smoothieware.org/" rel="nofollow">Smoothieboard</a> supports CNC "out of the box"; it requires initial configuration, which, while somewhat different, is actually easier than for a 3D printer. Boards supporting <a href="http://reprap.org/wiki/Grb...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I've been printing small quantities from a PLA filament spool on a Craftbot printer for about two months now. Recently the printed objects have been coming out very brittle. Some structures that printed fine two...
<p>PLA absorbs moisture, so keeping the filament dry is a key factor. Aside from that, PLA is naturally more brittle than other plastics like ABS and Nylon Sorry, tried to find a graph to prove it, but couldn't find one.</p> <p>There's a good <a href="https://groups.google.com/forum/#!topic/makerbot/Rdx2ZnJeQzs">Googl...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>So I have a self build Mendel Reprap style 3d printer.</p> <p>I've not used it in sometime after moving house but I'm looking to use it again. What should I pay attention to before calibrating and running it agai...
<p>PLA absorbs moisture, so keeping the filament dry is a key factor. Aside from that, PLA is naturally more brittle than other plastics like ABS and Nylon Sorry, tried to find a graph to prove it, but couldn't find one.</p> <p>There's a good <a href="https://groups.google.com/forum/#!topic/makerbot/Rdx2ZnJeQzs">Googl...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>Inspired by another question and due to the fact that some of my filament will face the same problem when I will use them again, I wanted to know if there are proven recipies to get rid of water that has ben incor...
<p>Storing PLAs in plastic zip locks along with Silica Gel helps with extraction of water from PLAs. If you don't have silica gel, grains of rice can be other work around for serving the purpose. </p>
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>Can I use a metal filament such as Copper, Zinc Alloy, Silver filaments on M3D Micro? <em>The Pro hasn't come out yet but I assume it would if the Micro can since the Pro is suppose to be the improvement edition.<...
<p>Most 3D printers that use non-proprietary filament <em>can</em> print exotic filaments, such as the ones you mention. One thing to be aware of, though, is that some of these filaments <a href="http://makezine.com/2015/09/11/carbon-fiber-filament-ruins-nozzles/" rel="noreferrer">wear down the nozzle</a> far more quic...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I search about that topic, but all what I found, was the mechanical part of the 3d printer. But I didn't find, how to program it using arduino.</p> <p>I want to make a cartesian 3d printer. I don't have a printer...
<p>Yes. Look up Arduino Ramps 1.4</p> <p><a href="http://reprap.org/wiki/RAMPS_1.4" rel="noreferrer">http://reprap.org/wiki/RAMPS_1.4</a></p> <p>Following the programing is all done for you in the firmware. That said you can edit it. Just open the firmware files -- it is compiled when you upload them. Generally howe...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I created a new project in Materialise Magics, added a few parts (different STLs), moved them around in certain positions and now I want to export this project into another STL, containing my recent work.</p> <p>...
<p>Yes. Look up Arduino Ramps 1.4</p> <p><a href="http://reprap.org/wiki/RAMPS_1.4" rel="noreferrer">http://reprap.org/wiki/RAMPS_1.4</a></p> <p>Following the programing is all done for you in the firmware. That said you can edit it. Just open the firmware files -- it is compiled when you upload them. Generally howe...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I am using the E3D v6 hotend with the titan extruder. Everytime I go to do a test print, just enough stringy filament oozes comes out of the hotend "right before" it lays down the first layer. I have no idea why i...
<p>As the filament in the melt chamber heats up, it's going to inevitably ooze a little bit. Make sure you watch for this and clean it off as the hot-end heats up, and setup you slicing software to print a skirt, which will print a few loops around the outside of your print, separated by a few mm, to deal with ooze an...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>My Craftbot Plus Craftware slicer estimates cost per job based on filament prices I add as parameters. What costs per meter would you use? I created spreadsheets to calculate this for 1.75mm diameter filament an...
<p>This strongly depends on the cost of the spool in question. Prices are not consistent among materials at all; a spool of ABS can cost anywhere from \$15 to \$60 and the same price range applies to pretty much all other plastic.</p> <p>For the purpose of this question I am going to assume that a 1 kilogram spool cos...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I homebuilt a delta 3D printer (like Kossel mini) with a Z probe near the hotend with manual deploy and RAMPS 1.4 board:</p> <ul> <li>I configured the Repetier firmware with the online tool;</li> <li>All my endst...
<p>As a guess, you are using the wrong command. If set for n x n grid, you get 3 point measurement with G29, but that is not auto leveling, it is just setting Z height - based on average height at 3 points.</p> <p>What you need is <code>G32 S2</code> with <code>S2</code> to store result in EEPROM (and therefore you sh...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p><strong>Before the question, here is my setup;</strong> </p> <ul> <li>Prusa i3 (with mainboard Mks Gen v1.2)</li> <li>Repetier as slicer</li> <li>Marlin source code </li> </ul> <p>My main task is to convert my ...
<p>The Y-Max setting does not help, because it is the software end stop for the other end of the axis.</p> <p>The Y Home position also doesn't help as it only changes the coordinate that the printer assumes for when it hits the home position. That is used for printers (like deltas) that home to the max end switches.<...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I would like to obtain a 3D model of my insoles. I tried to scan it with 123D catch but finding reference points is difficult because the insole is black.</p> <p>How could I improve the scanning? I attach a photo...
<p>Usually, the largest variability in 3D imaging is lighting, closely followed by the color scheme. You'll probably want to heed some of the following points:</p> <ul> <li>No colors in the background/stand, keep to shades (unless otherwise specified for scanner)</li> <li>No gradients. This applies to poor lighting ca...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I've been looking into this, but:</p> <ol> <li>I'm not certain how to configure my multimeter; </li> <li>I don't know how to keep the voltage going, and;</li> <li>I don't know how to keep the multimeter connected...
<p>Generally speaking voltage on stepstick output should be around 1V. </p> <p>To imagine more or less what the current and what the voltage is, you can think about it in the same way as about water.</p> <p>The wire is more or less the same as the pipe. The voltage can be imagined as (sort of) the height from which t...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>At the moment, I am thinking about print fans that cool the plastic when printing. I am not asking about the design of the fanducts, which might be a whole book on its own. I would like to know how to find out the...
<p>Everybody's combination of fan hardware and print settings is different. Unless someone else has the exact same printer and slicer profiles as you, there's no way to really say anything like "use X% for PLA" or whatever. For practical purposes, you just empirically figure it out with test prints based on a few simpl...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I am using a BAUDrate of 115200 since I cannot make a connection to my printer with the advised 250000 rate. Are there any downsides or limits I reach earlier given by the lower BAUDrate?</p>
<p><a href="https://learn.sparkfun.com/tutorials/serial-communication/rules-of-serial" rel="nofollow noreferrer">Baud rate</a> is the rate at which information is transferred in a communication channel, given as a number of bits per second (bps). So a baud rate of 250000 is capable of transferring a <em>maximum</em> of...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I tried printing from an STL file on the <em>QIDI TECHNOLOGY 3DP-QDA16-01 Dual Extruder Desktop 3D Printer QIDI TECH I</em>. They recommend using the MakerBot software with the <em>Replicator(Dual)</em> profile. T...
<p>Your print isn't cooling fast enough. With small, thin prints like this, PLA needs a fair bit of airflow to solidify before the next layer goes down. Your printer doesn't appear to have a proper print-cooling fan, so I have two suggestions:</p> <ul> <li>Print two or even three of the part at the same time, spaced a...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>Because of the weight of my Z-axis and the relative ease of its motion, when the Z-axis motor is powered down the bed has a tendency to slip and fall down.</p> <p>Obviously leaving the motor powered solves this p...
<p>The simple way to do this is to use a self-locking screw pitch. Pretty much any single-start thread using a sliding nut cannot be back-driven so the load will not fall. Normal 8x8 trapezoidal thread screws will easily back-drive because of the steep pitch. </p> <p>Likewise, a worm drive between the motor and Z stag...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>My first and only 3D printer is a Printrbot Simple Metal, which has a hotend that doesn't expose any of its internal parts. Easy for beginners, I suppose: "The hotend is that tube that heats up the plastic and dep...
<p>This varies by hotend design. The following is a list of components which you might find in a typical hotend, but note that different designs may integrate these components to some extent. For instance, on the J-head the heat block, nozzle and heatbreak are all one and the same component whereas on the E3D hotends t...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I am trying to 3D print an iPhone case, however, I want it to print standing up. Is this possible to do?</p> <p>I have a picture of the case in the link below.<a href="https://i.stack.imgur.com/dUYr0.png" rel="no...
<p>Yes this is possible. For an FDM/FFF printer, you'll need to print with supports. I might also recommend printing in PLA to minimize the chance of warping during the print (from experience).</p> <p>It might also help to slow down the feedrate to ensure smooth surface finish and avoiding delamination on such small la...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>There was a contest to develop 3D printable files for the International Space Station's 3D printer. The winner got a 3D printer ... runners up got Fluke DVOM's and all entrants got a t-shirt.</p> <p>ISS 3D Print...
<p>Ultem 9085, the most common ultem resin used for AM, is a blend of PEI-PC, as seen here <a href="https://www.sabic-ip.com/gepapp/Plastics/servlet/ProductsAndServices/Product/series?sltPrdline=ULTEM&amp;sltPrdseries=Aerospace%20and%20Transportation&amp;search=Search#searchresults" rel="nofollow">https://www.sabic-ip....
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I have a prusa i3 and have been trying to calibrate it. I have been trying to upload the new steps per mm and I get to done uploading. However when I go into Repetier host and type M503 to get the printers setting...
<p><a href="https://www.youtube.com/watch?v=Mbn1ckR86Z8" rel="nofollow">See here</a> for why you <em>shouldn't</em> calibrate your X/Y-steps. The value of 100 is probably better and will give more accurate prints overall than the value you came up with.</p> <p>When uploading new firmware you generally do not have to p...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I often have trouble with prints being especially difficult to remove from the build plate on my Micro3D printer. My wife suggested using a hair dryer on the underside of the plate. I was initially appalled at t...
<p>Typically, people <em>cool down</em> their build plates to get parts to release, rather than heat them up. That said, I doubt a hair drier will get hot enough to do any damage to the build plate. You could try it with no harm done.</p>
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I just received my Wanhao Duplicator i3 PLUS. Everything prints and functions fine via SD card and the display but when connecting to my Mac computer the printer seems to restart.</p> <ul> <li>Baud Rate: 115200</...
<p>I don't know that printer. But Arduino has a feature that a USB connection causes a reset. The Idea is that this helps when doing software update as the Arduino Boot loader will be active for one second after that reset.</p> <p>This can be disabled, but needs hardware modification.</p>
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p><a href="https://i.stack.imgur.com/Fpc5P.jpg" rel="noreferrer"><img src="https://i.stack.imgur.com/Fpc5P.jpg" alt="enter image description here"></a></p> <p>By what process does the Prusa i3 determine it's home p...
<p>It works like you describe, but it does not move all axes at the same time. It first moves the X-axis, subtracting steps while the X endstop is not pressed. When the X-axis is is homed (the X-endstop is gets pressed) it repeats the procedure for the Y-axis and finally the Z-axis.</p>
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I own a delta 3D printer. The problem is that, at the beginning of a print the extruder outputs dirty filament. I want a clean filament flow at the start of my prints!</p> <p>How can I make the hotend exit the pr...
<p>A lot of slicers will have a Wipe option. Here are some examples:</p> <ul> <li><p>See <a href="https://jinschoi.github.io/simplify3d-docs/" rel="nofollow noreferrer">Unofficial Simplify3D Documentation</a>. Go to the section talking about <em>Wipe Nozzle</em>, under the heading <strong>Extruder Tab</strong></p> <b...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>Related to an issue I had in <a href="https://3dprinting.stackexchange.com/questions/1205/increased-issues-with-filament-grinding">this question</a>, where the PTFE tube feeding my filament to the metal tip of the...
<p>In general, metal extruder without PTFE feeding is useful when printing with materials that require high temperature to melt: 300<sup>o</sup>C and above. <a href="http://reprap.org/wiki/Polycarbonate" rel="noreferrer">Polycarbonate</a> with recommended printing temperature at up to 310<sup>o</sup>C is a good exampl...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I'm having a really hard time printing on my aluminum heated bed... Cleaning it just results in it being scratched (trying to scrape dried hairspray/glue/etc off) and I don't think it is particularly flat either.<...
<p>Picture frame glass (generally float glass) will work well enough, but count on it eventually cracking/getting chipped. It's always very flat (due to the way the production process works).</p> <p>Taking it up to 100-110C for printing ABS should not be a problem, but you'll want to avoid sharp changes in temperature...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>When using a heated bed with your printer, I have seen claims of running temperatures of 90c throughout the print.</p> <p>That seems like a fairly high power use to keep a large slab of, say, aluminium at 90c for...
<p>Heatbeds have two purposes:</p> <ol> <li>Increase surface energy of the print bed to improve bonding strength of the first layer (particularly important when using surfaces like PEI or Kapton)</li> <li>Keep the bottom few millimeters of the print hot enough to provide a warp-free foundation for the rest of the prin...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I have a object to print for which I want the base to be printed very rapidly because it's just a cube but as the print reached around 70 % a complex circular structure needs to be printed at a slower speed. Is th...
<p><a href="https://www.simplify3d.com/" rel="nofollow">Simplify3D</a> has the ability to create more than one process, to be applied to the model at specific layers. It appears that feature fits perfectly with your requirements. As an example, you might create a process within S3D for layers 1 to 500 at the desired 50...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I'm currently attempting to make a repstrap using paper printed parts, like this guy : <a href="http://www.mariolukas.de/2012/05/repstrap-3d-drucker-aus-computerschrott-teil-1/" rel="nofollow noreferrer">http://w...
<p>Axis should definitely be at proper position. Otherwise you will get at least 2 issues.</p> <ol> <li>Carriage will be pulled up which will cause stresses on rollers or slides and it will stress your belt</li> <li>The way the carriage will go will change but because carriage itself is fixed then it will change the s...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>My goal is to 3D print a 5 liter miniature barrel with a side stand, similar to <a href="http://rads.stackoverflow.com/amzn/click/B009K5DSJG" rel="noreferrer">this wooden one on Amazon</a>. I want it to have a rem...
<p>Your question begins in an inappropriate format for StackExchange, but you've ended it with one more appropriate by asking if Blender would work.</p> <p>If you are willing to take the time to learn Blender, you are certain to discover that it will do as you require, and much much more. Your referenced model could be...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>This came up in one of my groups today. That we could not color bend, or mix 3d printing filaments. I have researched but I am not finding anything talking about Plastic mixing in an extruder.</p> <p>Why is it th...
<p>I just started with google and phrase "3d printing color mixing" and on the first place (in fact first two were valueless adverts) I got this <a href="http://www.instructables.com/id/Full-Color-Mixing-3D-Printer/?ALLSTEPS" rel="nofollow noreferrer">Instructables - DIY Full Color Mixing 3D Printer</a>.</p> <p><stron...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>The turntable support part in my microwave has broken. It is a three armed part, with small wheels at the end of each arm. </p> <p><a href="https://i.stack.imgur.com/qza6i.jpg" rel="noreferrer"><img src="https://...
<p>I would say PLA itself should not be heated up by microwave. It's because microwave oven creates oscilations which excites water particles <a href="https://en.wikipedia.org/wiki/Microwave_oven" rel="nofollow">(see microwave explanation here)</a> <s>so assuming PLA doesn't contain water, it won't heat up.</s> <em>(re...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>For a while now, I have been thinking about designing things such as small bedside tables, game/dvd/bluray racks for 3d printing. I've always thought that making them modular would be a good way to go about doing ...
<p>All printers are designed with an idea of <a href="https://en.wikipedia.org/wiki/WYSIWYG" rel="nofollow">WYSIWYG</a> for sure. Depending on:</p> <ul> <li>printer - type/quality/settings/configuration/assembly precission</li> <li>filament - type/quality/shrinkage</li> <li>user skills - manual/using app proficiency</...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I have printed a MPCNC machine. It has a print area of about 30" x 30" and up to 11" tall. (yes, those numbers are correct).</p> <p>I found a perfect piece of glass at a garage sale for $5.00 to use as my print...
<p>Your best option may be to seek out a silicone rubber heating mat, using those terms for your web search. A quick search on my part shows many resources, some of which are known to the 3d printing manufacturing world, while others are equally suited for that purpose.</p> <p>Don't bond the heater to the glass. You'l...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I have a Mini Kossel and I am going through calibration.</p> <p>I can home carriages and find the bed with paper-test getting some Z value with <code>M114</code>. Then I run the effector almost full height <stron...
<p>After some more testing I checked that the problem shows up only on Z tower and is not related with current. Examining the tower I found very dumb mistake. Pulley on the motor didn't have a setscrew! Don't know how could I missed that. The fact that it could somehow run is even more amazing. Thanks @tom-van-der-zand...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I'm a beginner. I've a Printrbot Play with a heated bed add-on. I'm using it exclusively with PLA.</p> <p>It worked great initially, but then I took the nozzle out and put it back in, and the Z calibration was lo...
<p><strong>Options to check</strong> (in order of probability of occurenece and success):</p> <ol> <li>Z-calibration</li> </ol> <p>Maybe you should perform calibration again. It's possible that nozzle is now too close which causes the filament is spread on the heatbed, which causes that the bottom surface is "too fla...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I have a LARGE piece of glass (36"x26") that I will soon be printing on using my newly build MPCNC machine. It is capable of printing about 34"x34"x10".</p> <p>Anyway, I have had GREAT success printing on heated...
<p>Because you will be printing on unheated glass, you will be using some form of adhesive material. If you use an off-the-shelf glue stick, you will likely find it is water soluble. If the bed is removable, immersing it in warm water for a relaxing soak will provide easier model removal. </p> <p>I don't have experien...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I am designing an part for my car. It is a panel for the rear door. I want to add it some cases for tools, but before going on, could you tell me:</p> <p>It is a large flat panel, around 100cm by 35cm.</p> <p><s...
<p>ABS would be fine, as a material, for the application.</p> <p>The problem, given the scale, would be the printing device used. I would suggest that you have the piece cut to spec for you using a polycarbonate. </p> <p>If you have access to a workshop you could do so yourself if you set up proper fencing using a la...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>Good morning everyone,</p> <p>I am developing a consulting job in a clinic of dental CT scans.</p> <p>This work involves the development of administrative software, and preparing a routine for conversion of tomo...
<p>The marching cubes algorithm can convert voxel data into a surface mesh. A global threshold to determine the surface in the greyvalues is used. This <a href="https://pyscience.wordpress.com/2014/09/11/surface-extraction-creating-a-mesh-from-pixel-data-using-python-and-vtk/" rel="nofollow">article</a> might be helpf...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I have used cyanoacrylate glue aka superglue to bond PLA. I have created several electronics enclosures. (Definitely the most time-consuming part of the project.)</p> <p>Now my question is which debonder/solvent ...
<p><strong>Acetone</strong></p> <p>Acetone will dissolve cynoacrylate (superglue) and should weaken it enough to be able to separate the parts.<br> A readily available cheap source of acetone is nail varnish remover (just make sure you don't buy the acetone free version!).<br> Give the pieces a soak in nail varnish re...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>My <a href="http://rads.stackoverflow.com/amzn/click/B007KG0ZYI" rel="noreferrer">12V DC 30A Power Supply 360W Power Supply</a> is really cheap, and it's worked well for setting up the motors; but now that I'm on ...
<p>A MK2 heatbed will draw around 12A. The motors and hotend draw only very little power (around 2A, 5A peak), so the 30A supply you have has significant headroom (it is often recommended to derate a power supply by 20%, so a 30A supply would be good for 24A - you're still well under that). It should work fine, even gi...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I have an M3D Micro 3D printer that printed fine for a couple of weeks and then was plagued with issues afterward. I've done the fixes from the forum to get proper heating and cooling of the nozzle (I've added alu...
<p>I'm not sure how similar the two systems are, but I use a Stratasys uPrint SE Plus and I've run into a similar problem. </p> <p>There are two rollers in the head that pull the filament through to the extruder nozzle, and in one instance they appeared to have heated up, melted the filament enough to create two "inde...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I've built the mechanics of my 3D printer myself, because I need to print parts that are really huge, (and for budget reasons). <strong>So, I already have the 3D movement functionality.</strong></p> <p>But what I...
<p>You will certainly find that the print functionality of a 3d printer is a bit more complex than you suggest. The mechanical portions include a means to push the filament into a heated nozzle as well as the software portion to regulate the speed of the filament movement. You haven't referenced the heater cartridge an...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I recently finished building my first printer. The only problem that I'm having is that the hotend is not getting hot enough to start printing with PLA (180 to 230 degrees celsius), the hotend getting hotter stops...
<p>Usually, this kind of problem is due to an issue with the control loop of the temperature. You can try to do <a href="http://reprap.org/wiki/PID_Tuning" rel="noreferrer">PID Tuning</a> by running the command <code>M303 E0 S200 C8</code>. This will heat up the hot end and cycle it around 200C a few times, and afterwa...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I have built a RepRap Prusa i2 a while back. It worked for a while, but then I moved the printer from place to place and after a while I noticed that the printer's bed is not heating anymore. The thermistor shows ...
<h1>diagnosing a heated bed</h1> <p>Switch the hot end and the heater bed wires on the board. See if there is a difference. (Note that it will not reach a thermal limit when plugged in this way! So don't leave it on too long!)</p> <p>After that, if you see that your heat increases with the hot end's wires and the hot e...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>So, I'm having this problem where almost anything I print with a section(s) that is not directly connected to something below it breaks when I try to pull the small filaments meant to hold it up during printing of...
<p>The small filaments you remove that hold the parts up are called supports. The one model I located on Thingiverse clearly requires a number of supports, as the model is not easily designed for 3d printing with FDM printers. It would be better printed with SLS, but that's not the focus of your question.</p> <p>You d...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>On their website they say the following</p> <pre><code>0.25 mm nozzle: 150 to 60 micron 0.40 mm nozzle: 200 to 20 micron 0.60 mm nozzle: 400 to 20 micron 0.80 mm nozzle: 600 to 20 micron </code></pre> <p>That co...
<p>You need a certain minimum flow rate to achieve consistent extrusion. Flow rate is the product of print speed, extrusion width (proportional to nozzle size) and print speed. If you use a very small nozzle and very low layer height, you'd need a very high printing speed to achieve a reasonable flow rate. Therefore, i...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>My wife wants me to use an FFM 3d printer to make custom stamps for her to use on paper (scrap books, letters, etc.). She is convinced, however, that they will be too rigid to make good stamps. A quick google sea...
<p>I see three options...</p> <p><strong>1. Print with a flexible filament:</strong></p> <ul> <li>Many options: TPU as you pointed out, the flexible PLA that Tom mentioned, and others. Here's an article with a few options from <a href="https://3dprintingindustry.com/news/which-flexible-3d-printing-filament-should-yo...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I know I should use different nozzles for filaments that use vastly different temperatures but what about filament types that use similar temperatures?</p> <p>For example, PLA and PLA composites like ColorFabb Wo...
<p>There is absolutely no reason to use different nozzles, <em>not even if filaments do require different temperatures</em>.</p> <p>The only exception is when printing abrasive filaments (such as glow-in-the-dark and carbon-fiber) in which case you should use an abrasion-resistant, stainless steel nozzle. This nozzle ...
Instruct: Given a question paragraph at StackExchange, retrieve a question duplicated paragraph Query: <p>I am wondering if making an hermetic box is feasible using 3D printer. The box would be a cube with a front face removable, with screw and sealing joint to close it.<br> I searched for different materials, however...
<p>A few thoughts that might help...</p> <p><strong>Material:</strong></p> <ul> <li>ABS can be vapor smoothed with Acetone which results in the layers sort of "melting" together to form a smoother, and less porous surface.</li> <li>Other plastics can be smoothed with compatible solvents, but I've not tried solvent sm...