title_body
stringlengths
20
149
upvoted_answer
stringlengths
32
13.1k
Extruding a (wall?) in Fusion 360?
I think the command you're looking for is "Thicken". Recent versions of Fusion360 have moved this around, but now it should appear under the Create Panel when you're in the the Model mode (see the image below for details). A detailed description and short screencast on the Autodesk website here.
How to prevent stringing with 0.25 mm nozzle?
First, you should change the nozzle diameter setting, not just the line width setting, in Cura. Both are involved in determining extrusion. Line width can be less than or greater than nozzle size, but setting it much larger or smaller is not going to work well. I suspect your main problem, though, is print speed. The area of the 0.25 mm nozzle orifice is only 39% of the area of an 0.4 mm nozzle orifice, bounding the material extrusion rate at best at 39% of what you could get with the larger nozzle (in practice it will be even lower due to complex fluid dynamics, probably much lower), but at the same linear print speed with narrower lines, you'll be extruding (or trying to extrude) 62.5% as much material per unit time. Now, if that much material can't actually make it out of the nozzle, pressure builds up between the extruder gear and the nozzle, and stringing is the result. So, try lowering the print speed. A lot at first. If that solves the problem, gradually increase it until you find the limit. Increasing retraction and temperature may help you push it a little further. See my question and self-answer on stringing with flexible filaments, which might give you some ideas on other things to try: Avoiding stringing with flexible filament
Can mold release agent be used in 3D printing?
It seems I misread your question. 3D Printed Mold You were asking about (or the question now states) use of a mold release compound to prevent a molded part from sticking to a 3d print mold. Yes. It is always beneficial for the molded part to not stick to the mold. Easy separation and part removal is important for the life of the mold and for the surface finish of the part. There are two molding situations that seem important. Flexible Mold or Object In the first, either the part of the mold is elastic, so the actual sliding of one surface on the other isn't important. Here, a mold release agent would help by preventing the cast object from binding to the mold material. Stiff Mold and Object The second case is where both the mold and the object are stiff, and the object must slide out of the mold. Here the layer lines should be considered, since there may, locally, be reverse draft angles where the larger part can not slip past an obstructing filament line. Using a process that doesn't leave filament lines, or using the thinnest possible filament layers, or smoothing the mold internal surfaces, or possibly filling the spaces between the ridges with another material may eliminate the problem. A "mold release agent" would still be used to reduce the attachment of the object to the mold, although one may be able to use ample release agent both to fill the groves in the mold and prevent adhesion.
How can I create PNG image files from STL files?
If you have OpenSCAD installed, this shell script will generate 100x100 pixel PNG images for each STL file in your current directory. for i in *.stl; do T=__tmp__$i b=`basename $i` echo import\(\"$i\"\)\; >$T /Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD -o $b.png --imgsize=100,100 $T rm $T done Credit to 0scar for pointing out STL files can be imported into OpenSCAD. Update: This code does the same, and generates an html file with annotated images of the files rendered. When I printed a batch of spare parts for my 3D printer I made a hardcopy and stuck it in the box so I could identify the parts later. n=-1 H=00-catalog.html echo >$H '<table>' echo >>$H ' <tr>' for i in $*; do n=`expr $n + 1` if test $n = 4; then n=0 echo >>$H ' </tr>' echo >>$H ' <tr>' fi echo $i T=__tmp__$i B=`basename $i .stl` echo import\(\"$i\"\)\; >$T /Applications/OpenSCAD.app//Contents/MacOS/OpenSCAD -o $B.png --imgsize=200,200 $T echo >>$H echo >>$H ' <td>'$i'<br><img src="'$B'.png"></td>' rm $T done echo >>$H ' </tr>' echo >>$H '</table>'
Marlin (on RUMBA board) switch extruder fan automatically
The RUMBA board has two fan outputs. The primary fan output is switched by pin 7, the secondary one by pin 8. The reason your fan is not working when you set #define EXTRUDER_0_AUTO_FAN_PIN 8 is because it's switching the secondary fan. If you switch the wires over to the secondary fan output it will work correctly. If you do want to use the primary fan output then you can achieve this by setting #define EXTRUDER_0_AUTO_FAN_PIN 7 but you will need to search for the #define FAN 8 in the appropriate pins.h file and change 8 to something else (-1 or 7, for example). I would recommend the first solution, because you should have a controllable print cooling fan, and an automatic extruder cooling fan.
Making your own filament
Quality depends on 3 things: Quality of pellets (purity, fillers, color) Where/how they are stored before and during the extrusion (humidity, contaminants) Have a filter in your extruder to get rid of random junk and air bubbles ending up in your filament (250 micron wire mesh filter) There's no secret formula the filament producing companies have, they just have very efficient and very fast filament producing machines (of course very expensive, too). But when it comes to vanilla ABS or PLA, it's almost the same content. Personal experience: no. If you get the same pellets, store it in the same place and run your extruder in the same place, it should behave the same. I don't think there is some filament mixture you won't be able to find anywhere, but you might be able to make it yourself cheaper. Example: mixing strontium aluminate powder for glow in the dark filament (come in many colors, not just green). I'd recommend this design: http://www.instructables.com/id/Build-your-own-3d-printing-filament-factory-Filame/ It produces filament pretty fast (one full 1kg spoon in 3-4 hours). Just make sure you have enough experience to not electrocute yourself while assembling this as the heaters use mains power. I personally think the commercial "hobby" extruders are not worth the money. I also own the Filastruder and it's just no different and slower than the above, unless you care about a pretty plywood case for your extruder I see no advantage and since it uses off-the-shelf parts itself why bother buying a kit like that than sourcing the parts yourself?
Problems with ColorFabb XT: over extrusion
Level the bed and check your filament diameter. Usually this occurs because the space between the nozzle and bed is greater than it should be for the material put out of the nozzle. Such conditions can happen for a variety of reasons but usually it's an improper bed leveling. Filament diameter vs what your slicer program thinks is the filament diameter is one of the easier ways to control material output after bed is level. (Sometimes I tell my slicer that the material is smaller than it really is to get it to output more) Sometimes your z axis moves too much or you are using a layer height that your z axis could not handle. You may have to increase layer thickness. Getting the temperatures into a point where it is not too hot and not too cold is also important. If the material is too cold, it won't stick. If too hot, it cools and shrinks by the time your new layer gets to it ( making it lower or warped out of place from where the new layer tries to stick ) Increasing bed temperatures is a good way to help counteract the shrinkage.
What are my options if I want to install a bed levelling sensor capable of operating at 100 °C?
Have you considered using or adapting Prusa’s P.I.N.D.A. V2 or SuperPINDA? Seems that within some bounds they’ve solved the temperature compensation issue. The older P.I.N.D.A. V1 sensor seems to be temperature-sensitive. See more information in P.I.N.D.A./SuperPINDA Sensor testing article of Pruse Knowledge Base.
Creality CR-10 slightly jerks when moves from right to left
It looks like the nozzle is not perfectly perpendicular to the bed. It is also dragging which might indicate overextrusion or bad z stop calibration..
print quality: z wobble issue
This looks as if there is a side-to-side force being generated as Z is changed. Ideally, the X or Y position is determined by the smooth rods, which should bear any force, not the threaded rod. The threaded rod should cause no motion except upward and downward. If the rod is bent, but the rod is lightly constrained, then the top, being the free end, will draw a circle. The bottom is constrained by the motor. The middle is constrained by the nut, so the top would wander. If the threaded rod is perfectly straight, and the stepper motor axis and the nut are perfectly aligned, the top would spin without movement. If the rod is bent and the nut is very tight, there may be a twisting force exerted by the nut, which could cause movement. Everything is a tradeoff between tightness and looseness, between precision components and the reality of alignment errors. You asked if the shaft coupling is too tight. Maybe. Try removing everything except the motor, coupling, and the threaded rod. Does the rod fall exactly where the nut would be? If not, it isn't aligned correctly. Incorrect alignment can be mitigated by a flexible coupling. It looks like you are using a Lovejoy coupling with a plaster spider. Depending on how tightly the spider fits, a Lovejoy coupling can be tight or loose. I see a lot of machines with the one-piece coupling and a spiral-cut joining region. THis might be a good alternative, but they tend to take up more space than a lovejoy coupling. Because Z-axis motion is pretty slow, it is unlikely to be a z-axis vibration issue. You may have changed the resonant frequencies enough to cause some other problem, but I don't think it is related to the problem in the photograph.
Can I increase retraction length on an E3D v6 beyond 2 mm if I have a really long Bowden tube?
Yes, you can increase retraction past E3D's max 2 mm recommendation to compensate for Bowden tube stretch and slop. The reason for the recommendation is that jams will occur with most all-metal hot ends if you pull molten filament up into the cold zone. Any molten filament that enters the cold zone rapidly cools and hardens and sticks to the walls, very often forming a jam. So, the requirement is to keep your retraction distance at the extruder less than 2 mm. Additional retraction travel that is absorbed by the Bowden tube and not seen at the extruder is fine. I personally run 2.5 mm retraction on an E3Dv6 Bowden system without any issues.
How to smooth PLA Prints without using sandpaper, solvents or paint
Unfortunately, there is no way to smooth PLA without sandpaper, solvent or paint - but you can fix the finish after sanding. If you heat the plastic after sanding to just the point the outer shell starts melting the horrible matte finish goes away and the original color of the plastic returns. You have to heat the plastic and then remove the heat source just as it's start melting (right before the original color returns, so when you see it working it's too late) because otherwise the object will deform. I use a heat gun set to 180C and work quickly in short bursts, an hair dryer is probably nowhere as hot, so it will take longer to heat the surface. You have to do this after sanding, applying enough heat to smooth the layer lines will just cause the object to melt and deform. Try on a few failed prints first, you will need to get the feel for when to stop heating and you will still probably ruin prints every once in a while. Another option is to coat the object in an epoxy that will hide the layer lines the best known brand for this is XTC-3D. If you do decide to paint, you get extra thick primer that's supposed to fill the gaps between the layer lines so you don't need to sand as much (sorry, can't remember the brand name)
Why is my print displacing along the y-axis by 2-3 cm?
This has happened to me in the past and here are a few things that I determined could have been the cause: Limit Switch triggered. My coworker was able to repeat the issue by manually triggering a limit switch during the print. Somehow, this seemed to cause the relative axis to shift on his MakerBot Replicator 2. Skipped steps. It's possible that, if stalled due to excessive load, the stepper motor could skip steps. I have a dual extruder, so if a part curls really bad then the second nozzle gets caught in the print. I'm not sure exactly how this works, but my coworker suggested this as an issue. USB connection. I had sliced a model and tried printing over USB connection, however each time I attempted the print I encountered the "shift" at the same exact location. However, using the slice, I exported a G-Code file and printed from the machines SD card with no errors. Slicing Engine bug. This is in correlation to the USB connection issue. I noticed that the issue occurred after updating my slicing engine. My solution in the long term was to re-install the previous version that was stable for me. I was using MakerWare 2.4.2 and reverted back to MakerWare 2.4.1. If you're printing via USB connection, I'd suggest exporting to G-Code if you're able to print via SD Card until you can find a stable version of software for your machine. This has been the most repeatable solution for me in the past.
What is a good book to read about 3D printers?
You can learn a lot just by reading the forums. I'll just list a few that are quite popular... Reprap Forums - Has a ton of information on DIY printers including build logs and posts dealing with many issues. Soliforum - Large user base with lots of information. Not sure what it's standing is now that Solidoodle is gone but I'm sure the forum will stick around. SeeMeCNC - Support forum for SeeMeCNC, has a lot of information for Delta printers and also other printers. There aren't many books that I know of...Make magazine has done a few issues on 3D printing that you could try to obtain. I'm not sure what your idea of building a printer is, do you want to design your own or follow someone's instructions and put one together? Designing one would require some basic hardware and engineering knowledge. All that said, the best learning experience would be buying a kit and learning as you go. You'll never read in a book what you will learn from having your own printer.
How to build a metal-based 3D printer?
I think this depends on what you are trying to accomplish with the 3D printer. I have seen people online build metal 3D printers from a robot arm and a welder this would probably be the simplest design and build but robot arms that can weld are expensive. I have also seen that someone at MIT build a glass 3D printer by building a small kiln with a hole at the bottom and moving it around like a normal extrusion printer. This method might work for a metal printer as well if you could get the temperatures right. This might be cheap enough a hobbyist could do it as well because you just need the same parts as a normal FDM 3d printer just able to more more weight. But with the same parts you could also do lost pla casting and that would be a simpler approach with a better end product. But probably what you would be really interested in building would be a laser sintering 3D printer. Where a layer of powder is put down and then a laser melts part of the powered to join it to the model. For this the main thing you need would be the laser. I don't know a lot about how these printer work but the laser would need to be able to melt metal so I would think it would need to be very powerful and that would make it very expensive.
Makerbot Replicator (5th generation) poor print quality
Your printer is improperly leveled with respect to the distance of the nozzle to the bed. This, and a high raft to print part distance, causes consecutive layers to not adhere well. PLA should not need that high temperatures to print nor does it need a raft. Rafts are interesting when printing filaments that have high shrinkage. Furthermore, a 90 mm/s infill speed is pretty high, and do not use the part cooling fan for the first few layers (if you cool too much it can curl up). You need to re-level the bed and make sure that the nozzle to build plate distance is the thickness of a sheet of A4 paper when Z = 0.
Ender 3 V2 blank screen and LCD continuous beeping with clicks
Thanks to @Rykara, they led me to the answer. The whole problem was kinda a firmware issue but on the SD card side. The reason why it wasn't flashing was because I didn't flash the SD card to use the FAT32 format. Unfortunately I tried every other format option except that one before hand, mostly because I am mainly on a Mac. Now there is no more problems and I am back on track to printing. :)
Very old 3D Printer, which brand or type is this?
Here are some further details on: The control board, and; The stepper motors Control board The electronics board has this marking: EJE Electronics Gubbels Engineering The serial number is 0070-003 According to this site Xinchejian First Mendel V2 Reprap the board is: Gen6 Electronics, with AT Mega 644p processor (PCB EJE Electronics, Gubbels Engineering - mendel-parts.com) It seems to be this board (the serial numbers match): Information on this board can be found here: Generation 6 Electronics: Generation 6, or Gen6, can be described as a dedicated, Plug-&-Play, single board solution for FFF/FDM 3D Printers. It is designed to be professionally manufactured, with many small surface mount components, as opposed to Generation 7 which is designed to be printed on a Mendel(among other design goals). Another major difference with Gen6 electronics is that they use Texas Instruments DRV8811 chips to drive the stepper motors. This means they require firmware modifications from the normal Polulu-based electronics which use Allegro A4983 chips. It goes on to say: Benefits of this Design These electronics are a single board solution, so you don't need all those cables and one thick sheet and 4 reprap parts less. However, the thick sheet does add a fair amount of rigidity. @$@#?? the bottom thick sheet (big one) doesnt add much rigidity, the front one is used for stiffness of the frame, not the bottom one. It has a standard USB connection (USB A>B cable needed) It uses micro-stepping (1/8) for quieter operation. It is cheaper than for example Makerbot's version of the RepRap Generation 3 electronics. It uses small standard Molex connectors for motors, heater, and optos. The pcb of the optos are integrated, so you only need the optos on cables with 5way Molex connectors Hardware Features on-board USB-RS232 convertor Integrated hardware for driving one extruder (stepper, heater and thermistor) RS485 bus connector with the possibility to link through the extruder step and dir signals Integrated hardware for driving H21LOB or TCST2103 slotted optosensors High input voltage range: 12-24Vdc Use of standard connectors with easy and clean installation Debug LEDs for power, communication and heater output Reset button Specifications Dimensions 110x60mm Mounting grid: 100x50mm (4x M3) Input voltage 12-24Vdc On-board controller: ATmega 644p (Atmel Corp.) RS485 connector: RJ45 Heat output: MOSFET output, 4A Thermistors input: 100K thermistor There is a lot more information on that page, including information about the power supply, USB, End stops, Heaters, Motors, Firmware, etc. I suggest that you read it fully, in order to understand the board's functionality. Stepper Motors The stepper's model number can be seen here: The stepper's model number is SY42STH47-1683B, which is a NEMA-17 High Torque Hybrid Stepper Motor, with these specifications: Step angle: 1.8° Number of phase: 2 Rated voltage: 2.8 V Rated current: 1.68 A Holding torque: 4.4 kg/cm This would be, at least, part of the datasheet: Here are a couple of links, should you need replacements (~€17): NEMA-17 (SY42STH47-1684B Stepper Motor) - Polabs) SY42STH47-1684B High Torque Hybrid Stepper Motors This stepper motor is also listed on the RepRapWiki - NEMA 17 page: Model Holding Torque Rated voltage Shaft Step angle Motor length Rated current Inductance SY42STH47-1684B 43.1 N·cm 2.8 V Ø 5 mm double 1.8° 48 mm n/a n/a
Dual extruder setup in Marlin
I am not sure what the hardware config is for the Tevo Tarantula Make sure your configuration.h file is setup for your hardware. The extruder defines are describe in Conditional_LCD.h It looks like the configuration.h file on GitHub is configured for a single extruder. For example, if you have 2 hotends; but, "HOTENDS=2" is not set then the I/O will not be configured for the 2nd hotend. I just looked at the code and if HOTENDS == 1 then the MOSFET_D_PIN will be used to control FAN1 (which sounds very similar to what you are describing that you are seeing). #if HOTENDS == 1 #define FAN1_PIN MOSFET_D_PIN #else #define HEATER_1_PIN MOSFET_D_PIN #endif
Do you need to manually level the bed with a BLTouch? Adhesion issues with Ender 5 and BLTouch 1.3
yes Even with auto mesh bed leveling, you ought and should level the bed to a good degree to make the leveling not only more efficient: the mesh bed level is to work out small dimples and hills in the bed, bot to work with a crooked or heavily misaligned bed.
E3D V6 Original vs Clone
While most components (cooling body, heatblock, heater cartridges, thermistors) of knockoff e3d-v6 hotends can be similar enough to not notice in a large part, or at least functionally the same. Note that I don't say the parts are necessarily interchangeable - a lot what is sold under the name is not what it claims to be. The main distinguishing difference is the heatbreak: a proper e3d v6 hotend is hard to manufacture, so let's compare the designs of the real and the knockoffs. Original e3D v6 heatbreaks are necked considerably and have a socket with an airgap to the cooling body in top to take the lining and prevent heat flow to the PTFE pipe. This makes it an "all-metal" hotend, because the liner stops in the cold zone, where the cooling block is screwed on, and thus gets the least heat to the bowden, allowing to print hotter than with a lined hotend. The cooling block and the heather block threads are also not the same: M6 and M7. They are flat at the front to securely butt the nozzle thread against. Their internal and external geometry looks like this: Knockoffs Knockoffs vary a lot how their heatbreak is constructed. Some are lined all the way through. Others are pass-through - and neither is an all-metal hotend. Some knockoffs are necked but use the same thread on both sides. gallery of knockoffs Conclusion If you print a lot of high-temperature materials, the need for a proper all-metal hotend is there. Many knockoffs don't do this necking properly or invalidate its effect by lining the hotend all the way through. Note that the machining quality can be quite different. Due to sizing, not all knockoffs allow to mount a genuine heatbreak with knockoff cooler and heater block.
Can't connect Cura to my Anet A8 on OSX 10.11.6
There are a lot of problems with the CH340 chipset drivers to be found on 3D SE and various forums on the internet. To use this cheap CH340 chip that is used by a number of Arduino compatible (clone) boards to provide USB connectivity (a USB bus converter chip that converts USB bus signals to serial interface) you need to install a correct working driver. For Mac OS X you can try to download a working version for the OS system you are using. You can try to use this driver installer or this driver installer. Both reported to work with Mac OS. Edit: If you are using OSX El Capitan, please read this. To get the CH340 drivers to work you need to use the tool csrutil. Reboot and press CMD+R immediately after hearing the startup sound to boot to Recovery Mode Open Terminal Execute the following command: csrutil enable --without kext Reboot More information is found here!
How to sort G-code on SD card based on material (ABS|PLA|SBS)?
Good question as I also ran into some files not remembering for which purpose or which material I printed these. The online G-code visualizers do not display the temperature or the correct filament width, so basically that won't help you (unless you modify the open source programs...). Reading from firmware would not be possible without adding a new feature, as far as I know, this is not implemented in Marlin Firmware or in Prusa firmware (which is based on Marlin). When using a printer server like OctoPrint, you can store your G-code files in a folder structure that you can define yourself; so basically create a directory structure based on the material type, brand, etc. However, it is relatively easy to write a small program in Python to read a file and interpret the lines (even if you're not a programmer). There are lots of tutorials and examples to find to open files read the file e.g. line by line and detect strings to identify the settings for G-codes M104/M109 (hot end temperature) and M140/M190 (bed temperature). Usually you slice your models with a specific set of bed and hot end temperature (which you know), so basically you can find out which material was meant to be printed with the G-code file. You could even let the program sort the files for you by moving them into separate folders. I'll add it to my list of things I'd like to do some rainy day! :) Note that some printers use different, or even custom G-codes to control bed temperature; e.g. when reading Ultimaker 3 G-code files you cannot see the bed temperature!
How long are the carbon fibre rods for a Travelling Kossel?
Most information I was able to find was the arms are 80% the length of the horizontal structure. I did find a copy of the original Google Sheets that everyone used a few years ago here. The source of that link did mention that there may have been some issues with it but all of those links were dead ends. Some things to note: The height doesn't matter, it has no relationship with the arms other than you are losing approximately the arm length from the height when figuring print area as some arms will approach vertical when reaching the outsides of your print area. The arm length isn't terribly important from what I could find. Longer arms = less travel of the carriages and possibly lower resolution. Shorter arms = more travel of the carriages and possibly lower print speed due to required movement.
What is acceptable voltage drop from PSU to controller?
Regardless of how the voltage is lowered, you aren't delivering the power to the heating elements that they are designed to deliver. For a resistive heater, the power scales with the square of the voltage. Delivering 11.4 V to the heaters will result in the power being $11.4^2/12.0^2 = 0.9025$ or 90 % of the intended power. There are two things you could do to increase the power at the heaters. Your voltage is starting out low, which you may be able to increase at the power supply to 12.0 V. The voltage drop in the 1-meter cables can be reduced by using shorter cables or larger cross-sectional area conductors. 13 gauge is not a very heavy wire for low-voltage high-current DC. I would suggest 10 gauge, and would prefer 8 gauge. The logic in the controller board should be fine as you are now. Controller boards include regulators that being the nominal 12 V down to the 5 V or 3.3 V required by the digital logic. These will automatically adjust for changes in the 12 V supply. To actually answer your question, the permitted voltage drop is application dependent. As a rule, though, I would suggest that the voltage on the pins of the controller should be 12 ± 5 %, or from 12.6 V to 11.4 V. The voltage you measured should be acceptable if it is the true minimum voltage.
How does the Filament production process work?
Some general comments about the process used (plastic extrusion): The plastic extrusion process is not simple- many textbooks dense with equations have been written about it. The lowest cost industrial extrusion processes do not use pellets at all- because pellets have already gone through an extrusion process so they are more expensive than powder resin. There is typically a 'compounding' stage where colors etc. are added before extrusion. Significant heat is generated by the screw (which often has a complex geometry) via shear action that is itself temperature and pressure sensitive, and the heat is added to by external heaters in various zones (or subtracted by water cooling and chillers in larger extruders). In some cases we were able to operate an extruder adiabatically- the heat created by the screw motor matched the heat loss as the product left the die and no heating or cooling was needed once the process was stabilized. The end result is that you want to plasticize (melt) the plastic and achieve a certain pressure at the die. The plastic is deteriorating the higher the temperature and the longer the time so you want to limit the residence time at high temperature. There is some trial-and-error and a lot of previous experience in the setup person's task. Once the parameters are determined they are recorded and are used the next time that material is run. The size of an extrusion is typically determined exactly by downstream equipment rather than controlling the conditions at the die. It is essentially stretched as it comes out of the die and the heat is removed in a cooling trough. Here you can see a factory environment with a very typical extrusion setup, used in this case for 3D printing filament (but the setup would look almost the same if they were making slats for Venetian blinds). Notice that there are cooling fans as well as band heaters on the extruder barrel. They control the diameter by adjusting the take-off capstan RPM once the extruder is running well. This extruder looks like it has 4 heat/cool barrel zones and two (heat-only) nozzle zones (6 temperatures total). https://www.youtube.com/watch?v=40HOAsUnSQ8 Extruders are categorized by the barrel bore diameter in inches or mm. A very small extruder might be 25mm. An extruder used for pipe production might be 6" (150mm) or more. Some machines use multiple screws.
Trouble with sizing in Fusion 360
Welcome to SE.3DP! First off, F360 isn't the best with STL files. If you're having trouble with constraints and dimensions, I would suggest watching this Maker's Muse video first: How to use Constraints! CAD for Newbies with Fusion 360. Second, Fusion360 is very tricky with importing STL's. My steps below should help. In the lower right-hand corner, at the rightmost end of the timeline, you'll see a little gear. When you click on the gear, click the very top option: "Do not capture design history". This puts you into Direct Modelling mode. In the top left-hand corner, where it says "Model", and select "Mesh" from the menu. Along the toolbar, in the "Create" section, click "Insert mesh". When that's done, go back to the top left where it now says "Mesh" and use the menu to go back to "Model". Now that you're back in "Model", go to the "Modify" menu. In there, find the "Mesh" section, and in that box, click "Mesh to BRep". That will convert your STL into a Fusion360 file that you can edit. Now, if you want to use constraints, I would suggest sketching out your object entirely in Fusion, making constraints and dimensions along the way. I know it's annoying, but it'll be easier to modify it in Fusion. Hope that helps!
Wanhao Duplicator i3 Mini - Not reaching temperature -> screen freezes
The solution was posted in a comment, as the asker hasn't posted an answer yet, it is answered in this community wiki answer: Ended up replacing the thermistor which solved the problem.
What is the maximum length of the TMC drivers signal wires?
10 cm would be fine. That's the short answer, the real answer is that it depends on the UART speed and the exact conditions that you will be extending them. If you expect noise feedback from the motor coils inducing voltages into the UART lines, then perhaps they should be shorter. Keep the high current wires and the signal (UART) in separate places if possible. Also if you can use a shielded cable (e.g. and old shielded USB cable) then you could get away with a meter thereabout.
Layer shifting on product printing after raft support structure
Layer shifting is a result of the use of open-loop control systems. This means that the printer just instructs the head to go to certain positions without checking that it actually did arrive at that position. If something happens along the path, like hitting some part of the print or the printer, the motors could loose steps or the belts may skip teeth without the printer knowing it, so it continues further without correcting this. There are a couple of causes for the skipping to occur. Usually it is a mechanical issue, but it can also be related to an electrical problem or a print settings problem (if e.g. your print speed it too high, the steppers could miss steps). Looking closely at the image, you will see that the infill of the first layer does not touch the outer lines. This could be a hint that your belts are not tight enough (mechanical issue). Too loose belts cause the stepper driving pulley to skip. Also check the pulley whether it is securely fastened so that the pulley is not slipping when subjected to an increased torque. The nozzle most probably hits the raft (ABS? as it curls up and detaches, you see some irregularities on the left of the bottom right product in your image). Do note that too tight belts are also not wanted as they stress the stepper by an increased torque load. If the issue is electronically related, you could thick of increasing the torque by increasing the current through the stepper (and driver). Too much current will overheat the stepper driver though, so make sure that these do not exceed their rated maximum and properly cool the stepper drivers. To solve your issues it is recommended to first try printing at lower speeds (this can be skipped if you already have low print speeds), then check the mechanical system of the printer, and finally, if this does not fix the problem, you could look into the electronics.
Why laser is not used to melt/soften material in polyjet?
The question in the title references a specific printer technology, while the question in the body of the post is more generic and is the one being answered here. There are 3D printers which use lasers to cure liquid resin in a manner similar to MSLA 3D printers. The vat of resin sits atop a transparent panel, under which a laser assembly resides. The computer directs the laser over the surface of the panel in a manner associated with each layer of the print. Once the layer is completed, the bed is lifted, peeling the print from the base of the vat and then lowered again. There are some printers which apply the laser to the surface of the liquid but the results are the same. The resin is photosensitive and cures when the laser is applied. Additionally, there are SLS 3D printers. Selective Laser Sintering uses a laser applied to the surface of a nylon powder (one example) which sinters the nylon causing it to bond to adjacent particles. When a layer is completed, the bed of powder is lowered and another layer of powder is applied. The laser again "draws" the layer in the powder and the process continues. This method requires compensation for shrinking, as the nylon powder changes dimensions as it is melted. The bed is also pre-heated prior to printing in order to reduce the amount of energy required by the laser to sinter the design.
First 3D print made up of diagonal strands
Based on your comment to the comment of 0scar: When I go to Fillament, I get: E in mm3: On; Fil. Dia. 1.750 That's almost surely the problem. Unless the model was sliced for "E in mm3", this setting needs to be off. What it does is change how the printer interprets extruder moves in the G-code: rather than in linear mm of filament to move, as volumetric mm³ to extrude. At 1.75 mm diameter, that's a factor of 2.4 mm³/mm, so you'll only be extruding 1/2.4 = ~41.5 % of the material needed. That extreme underextrusion will give exactly the effect you're seeing.
Is it advisable to use additional external fan(s) for printing PLA?
The printer already has a built in fan with a fan shroud that directs air to the hotend Unless your printer is defective, it may look like so, but the airflow should really be directed towards the print, not the hot-end. Cooling the hot-end will at best just waste energy, requiring extra heat to keep it hot, at worst affect your print quality negatively. is it beneficial to add an extra fan in order to get better results on overhangs? The issue with external fans, not connected to the printer, is that you can't properly direct their ariflow, so: you will direct some of it on the hot-end itself (see above on why that's not good) you will potentially cool your print unevenly, which - depending from how much, how fast, and what type of filament you are using - may warp your prints That said, depending from a number of factors, including your ability to position the fans appropriately, you may gain some benefit from them (I saw people doing this to help with PETG stringing), but I would recommend instead to upgrade the part fan of your printer (e.g.: larger diameter, higher RPM) and your duct (better focus on the extruded filament), as these upgrades will have no drawbacks and will perform consistently on each part of the print. For most common printer, there are printable mods that allow to do both, often available off thingiverse or on dedicated user community forums.
E3D V6 nozzle vs MK8 nozzle, first layer adhesion
When filament curls up this generally means that there is some sort of obstruction or burned material in the nozzle causing uneven flow. You can use the Atomic Method from this answer. Being a new nozzle, I would expect that this is not the case, so that it should just drop out of the nozzle and not curl up. It could be that the nozzle is not perfectly machined and a defect in the geometry is causing this. You could try to replace the nozzle with another nozzle. They are pretty cheap, you should buy a few extra. As far as why the filament sticks easier to the E3D nozzle when it curls up, is that this nozzle has a (hexagonal) flange that sticks out, while the other nozzle does not have such a flange. If it curls up, it has a larger probability to hit the flange and stick to the outside of the nozzle than a nozzle that has no such flange.
Is lubricating filament a good idea?
I'm gonna go out on a limb here and say this is probably not a good idea in any capacity. First off, if you take a look at this list of cooking oils, you'll notice that pretty much all of them have smoke points below the printing temperature of ABS, with a handful of exceptions that have smoke points just barely above that temperature. All that means is that the hydrocarbon chains are going to break down inside your extruder, which really accomplishes nothing helpful for you. As the compounds break down further and oxidize with the small amounts of air coming into the extruder, you're going to get carbon fouling on all surfaces, including the filament itself as it extrudes. Second, and this depends entirely on the amount of oil present, but I'd expect to see oil actually coating the filament somewhat as it comes out of the nozzle, and acting as a separating agent between the lines of filament on the print itself. I'm not sure how much you'd actually experience this, but again, best case scenario is it doesn't happen, and the oil doesn't give you any real advantage here. Third, the process of seasoning cast iron works because the surface of the cast iron should be smooth for minimal food sticking, and any kind of rusting causes pits and porosity in the metal. Seasoning just ensures that oil stays in the metal to prevent moisture from interacting with it, and to provide a very thin oil layer that somewhat separates food from the metal until the food is hot enough that its own fats have started to lubricate it against the pan. Extruders on the other hand really shouldn't have porous surfaces nor be made of easily oxidized materials. Stainless heatbreaks, aluminum blocks, brass nozzles, all of these really aren't going to rust readily and probably won't benefit much from an oil coating. Fourth, if you're looking for a nonstick coating for the interior of the extruder, a PTFE liner has been known to give excellent results for a very long time now. If you're printing above the temperatures PTFE can survive at, then unfortunately you're also printing above the temperatures that pretty much any cooking oil (or petroleum jelly) will survive without rapidly breaking down. So to summarize, you're not going to find many oils that can even survive inside an extruder, and they wouldn't really give you many benefits for the duration of time that they weren't just a charcoal slurry.
Ender 3 pro extruder skipping steps, tried multiple things
Since you've said you can feel a problem at the nozzle pushing it through manually, and since you say it goes away for a while after cleaning, you probably have somewhere that molten filament is getting into that it's not supposed to, then solidifying and jamming. Check that the cooling fan for the heatsink on the coldend is working, and that the PTFE tube is properly installed all the way through the heat break and butted up against the nozzle with no gaps or irregularities, and that the pressure fitting is holding it firmly and not allowing it to back out. If you can't find anything wrong, it's possible that something is just defective/damaged inside the hotend assembly.
Why does my PLA filament form a spiral shape and clog my extruder?
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? It does. The filament cannot be put into the extruder as it becomes plugged. This leads us to some obvious explanations. You can read this post. So how is that possible that there is enough room to form such corkscrew? My bet is you don't have teflon pipe inside the extruder heatsink. So filament goes into the heatsink and everything is ok until the heatsink itself warms up to the temperature when filament becomes soft, then there is no enough force to push the filament out of the nozzle so above the nozzle filament bends and forms the shape of the lowest energy as said. Options to check: Take your extruder apart. See if there is a teflon pipe. If its length is proper. Check if cooling fan is working well, if it's pushing air to the heatsing but not sucks from the heatsink. [edit] Looking closer to your photos I'm pretty sure you don't have such teflon pipe. Your spiral has flat external (virtual) surface... it looks exactly as it would be pushed into hot pipe with diameter of 4mm. [edit2] please take a look on the picture
Can I mix ABS and PLA when recycling filament?
This is not a good idea. Both filaments have different melting points, that of ABS being much higher than that of PLA. To melt the ABS you have to heat the plastic to the point where the PLA starts to degrade.
true color printing with CMYK+White (not 3-in-1 diamond head RGB)
You may be a bit misled here. First of all, you do not want "RGB" , as those are additive colors such as used when combining light sources. You do want "RYB" (red-yellow-blue) or the more accurate CMY(plus K just to get a 'truer' black) for subtractive colors. Next, there's really no reason to attempt pixel-mixing. What should happen, ideally, is that pigments get fully mixed upon extrusion so that the desired color is actually in place. Pretty much any pixel-based setup will not "blend" into the desired visual perception. And as you propose, you really need a White and a Black to adjust the saturation (take a look at the Wikipedia pages on Hue and Saturation color maps). So I'm not convinced that separate extrusion heads will ever get you a decent color continuum. I don't know if anyone has, or is planning, a multi-input, single-output head but I'd sure like one.
Reprap RAMPs over heating issues
This really sounds like there is a short somewhere on the RAMPS add-on board. It is advised to not use the RAMPS add-on shield to prevent damage to the Arduino or the shield. Personally, I would ditch this one and buy a new one. By the looks of the picture you are using a clone RAMPS, these are mass produced and the quality is not always the best (many components are skew). If you are very into electronics you could try to find the short, but it can well be that the traces on the board are somehow connected. Alternatively, you could buy a new board where RAMPS and Arduino are already combined, e.g. an MKS board.
What is the largest microSD card that a Monoprice Select Mini can read?
Unfortunately, the answer isn't as simple as that a specific size of SD card works and another size doesn't. The Marlin firmware wiki mentions: The SD- or MMC- Card must be formatted as FAT and must have a MMC interface. This is more likely with cards <= 2 GB. MMC is the predecessor of SD. SD cards are not necessarily fully backwards compatible with MMC. Apparently, Marlin uses some features specific to MMC, so your card should support it. The SD card support in Marlin is based on the Arduino SD Card Library, which further mentions: The library supports FAT16 and FAT32 file systems on standard SD cards and SDHC cards. Based on this: Cards should be formatted FAT16 or FAT32. Cards bigger than 32 GB definitely won't work (not SD or SDHC). Cards at most 2 GB will probably work. Cards between 2 GB and 32 GB might work, depending on the specifics of the card.
Extruder drive cog slipping on filament
These symptoms are generally caused by friction in the extrusion path. First, you should make sure the spool of filament can unspool freely. Second, in order to prevent slipping of the filament, you should consider increasing the force of the roller bearing onto the filament and extruder wheel, or increase hotend temperature. A (partial) clog can also be causing this. You could try a "cold pull" or "atomic pull" where you heat up the filament to print level, push a little through by hand and let the nozzle cool to about 60 % of the printing temp and then steadily pull the filament out of the hotend, this should remove all gunk inside, repeat if necessary. A too low of a layer height can also put the filament extrusion under pressure. As an aside, slipping of filament is often accompanied by an audible clicking noise. There are a few questions on this topic. It also looks as though your bed is not centered in the middle as you are printing outside the bed limits in the front and have a little room left at the back!
What are the dimensions of the FlashForge Creator Pro heating block?
The FlashForge Creator Pro uses a MK10 hotend: The Micro Swiss MK10 All Metal Hotend Kit for instance is reported to be a drop-in replacement for the FlashForge Creator Pro, it uses M7 threads. The heater block for an MK10 has a threaded hole for the thermistor (M4), but some use a machined hole for PT100/3 mm thermistor cartridges. The block measures around 20 x 20 13 mm. The images below should give you enough information to create your custom blocks. However, there appear to be 3rd supplier after-market blocks available on on-line webshops and market places The Flashforge original spare part heater blocks show that they are slightly different (the top image shows symmetrical heater blocks while the spare parts are not symmetrical), so above drawings and caliper measurements should give you enough information to reproduce the heater block. It would be a great addition if you added your own answer once you measured your blocks and created some drawings!
Can I use Creality bed on Prusa MK3S?
Heaters won't match. The ender3 is a 24 V machine. The Prusa 3 is a 12 V machine. Heater cartridges and Heatbeds are therefore not interchangeable. Build surfaces can be adapted. The Ender3 has a build surface that is a little bigger than the Prusa3, and thus you can, in a pinch, use an ender3 sized build surface and install it, possibly cut down, to fit onto the Prusa.
Material for printing flowerpots
I printed some pots for sprouting seedlings this year from PLA. A square array of pots with tiny drainage holes in the bottom. The array filled the bed of a Prusa3d i3m3. The seeds sprouted, except for the ground cherries, which I think failed because the seeds were bad. I had good germination rates for tomatoes and basil. According to the FDA, ABS is generally safe for food, although like any filament the pigment and any added chemicals may be contraindicated for continued health.
Improving print speed by adding holes
Holes in vertical walls will make it take significantly more time to print, not less. Rather than being able to make a continuous path around the box on each layer, keeping the print head at the desired speed the whole time, the printer will have to run around each connected component of the layer separately, slowing down, retracting, speeding up to travel, slowing down at the destination, unretracting, and speeding back up each time.
First move after homing way too fast
Maybe it would it help if you fix #default to #define in the current line: set #default DEFAULT_ACCELERATION ...
Is this articulated Turtle print failing because of over extrusion on a Taz Workhorse?
It looks to me like you have corner curling on overhangs, which can be contributed to by a mix of: overextrusion (poor dimensional accuracy of filament or wrong filament diameter setting) uneven extrusion (due to changes in the print head motion faster than the flow response to changes in the extruder) uneven cooling (especially due to proximity of one side to heated bed) too little cooling and possibly other factors. I would first try lowering the bed temperature. Technically you can print PLA on an unheated bed, but adhesion may be too poor. Dropping to 45°C (my preference now) should not hurt adhesion much and might help; it partly solved my corner-curling problems. Both uneven extrusion and insufficient cooling can be solved solved by printing slower, but that's no fun. It works for uneven extrusion because, even under constraints on acceleration/jerk, print head can change direction almost instantaneously at low speeds, yielding near-uniform absolute velocity. Uneven extrusion can also be solved by cranking up the limits on acceleration and jerk. This is a tradeoff because it might get you more vibration/ringing, and beyond the physical limits of your printer it may even start skipping steps and shifting layers (failed prints), but up to that point I think it's a worthwhile tradeoff. Effects from uneven extrusion are some of the worst, in my opinion, print quality/print failure issues, and worth other minor blemishes to fix them if needed.
Why is 2 / -2 / 2 equal to -2 in OpenSCAD? (Mathematical Order of Operations)
I suspect the behavior you are seeing is an undocumented feature (aka, bug) of OpenSCAD. I've found in the latest stable release that if the - is placed on either end, the result is -0.5, but in the middle, my results are the same as yours. Surrounding the -2 with parentheses results in a correct answer, however. It appears that the parentheses turns a mathematical operation into a signed integer. It follows that the operations without the parentheses is right to left: 2/2 = 1, negative 1 with the minus, 2/-1 = -2
overlaying epoxy resin on PLA
I have used Styrol based Polyester resins on prints and they created the usual stench as well as a surefire bond and it is easily useable with unstructured fiberglass, as that fiberglass has usually a binder that will react with the styrol and bond the mat. Epoxy resins also bond nicely to PLA and don't have the styrol smell, but they are not bonding that nicely to normal fiberglass, you want to use them with fiberglass weave. Either resin is a quite viscous fluid. When you cast a flat surface, it will try to smooth out to a good degree under gravity. When coating a curved surface, you should make sure to align it in way that the lowest point is either the top of the dome or the lower edge, so it settles equally. You can aid in this process by providing heat as this will lower viscosity. An airstream will also aid as it presses onto the surface helping to smooth out unevenness.
Is it possible to 3D print shapes of atomic orbitals for a regular customer?
As Darth pixel mentioned, your best bet would likely be to explore subsurface laser engraving which makes little bubbles inside acrylic to make it translucent (frosted) on the inside in certain places. However, it is expensive, it has no colors, and the resolution isn't usually great (it may look speckled on the edges instead of having a smooth gradient from clear to whitish). A better option might be to 3d print a probability map of a 2D image an orbital cloud where height corresponds to probability rather than color. (So it will look like a hill or group of hills) This would only run you a few dollars.
PLA chemical resistances? Especially HCl, other acids
As @T. M. notes in his comment, there are many good charts of chemical compatibility with various agents. Very few (I found none) include information about PLA. By all means, use search engines to find some information. But, no data source is as true to your specific needs as is testing your candidate materials with your agents. As a first test put the agent in a tall thin jar or test tube. Use a few test filaments so that the ends are dipping into the agent. Check for signs of dissolution, swelling, softening, or any relevant change in the material's characteristics. Examine the candidate filaments right away, then after minutes, then hours, and if any material survives, perhaps in days. Print test objects. Test them with your agent. Try until you find something that works. The online material compatibility tables will help you eliminate materials before testing them. If it says a material is incompatible, it probably is incompatible. If rated as highly compatible, it should be tested because the formulation of a filament may not match the material tested for the compatibility tables. If you are running out of options, try the intermediate compatibility plastics. Bottom line, use the online information to help direct your search, but you should do your own tests.
Unable to upload firmware to a new motherboard
Your motherboard is not an MKS GEN L v1.0, it's a MKS SGEN L - unfortunately, a very very naming scheme. Your board is actually a 32-bit board, and must therefore be flashed with Marlin 2.0, built for the 32-bit board. The firmware is then updated by placing it on the SD card and restarting the board, as explained in the documentation for Marlin here
Inductive Sensor in 24 V machine?
The inductive sensors work better when you apply a higher voltage than 5 V. Usually they are rated for 6-36 V, but please do check. To prevent frying your board when connecting the sensor to (12 or) 24 Volts you could optically isolate the 5 V and the (12 or) 24 V circuit with an OptoCoupler module: Image of an optocoupler module This module uses an optical switch based on the output of the sensor and should be correctly connected: Image of connecting an optocoupler module to the sensor and to the board Please note that the image uses a capacitive sensor rather than a inductive sensor, both are connected similarly Note that there are many sorts of sensors, a few are listed here. Generally speaking, the larger the diameter of the sensor, the larger the detection distance to the bed. Note that these work well with metal beds (Iron/steel better than Aluminium), but will not work for glass (capacitive sensors work on glass but are prone to drift by moisture in the air, a touch sensor may then be a better alternative).
How to add menu options to the (Marlin firmware) LCD menu?
The answer to your question is the file ultralcd.cpp. Nowadays, you can also enable extra option through the Configuration_adv.h file, just enable: #define CUSTOM_USER_MENUS and edit the options beneath it to your needs (otherwise it will use the preset values from the Configuration.h file). Add custom items using ultralcd.cpp This is how I used to do it if you want to add items to the menu in Marlin Firmware through the ultralcd.cpp. It is best to first look at the current implementation of the menu items. As you already mention Preheat PLA, that would be the first to search for. Searching in files is easy when you go to the github website with the Marlin firmware sources, functionality is available for searching in the files. Alternatively, download a copy of the firmware and use a free "grep" utility to search in files. Searching for Preheat PLA will show you a bunch of language translation files. These point to the use of a constant MSG_PREHEAT_1 which finds its presence in ultralcd.cpp. This hints to function lcd_preheat_m1_menu that is called by MENU_ITEM which adds menu items to LCD. You could start there to add your own option. Demonstration As a quick demonstration, I've added a CUSTOM PREHEAT item by copying the lcd_preheat_m2_menu function in ultralcd.cpp and renamed this lcd_preheat_m3_menu (a full functional item needs changes within the lcd_preheat_m3_menu as it now uses the constants from the ABS preheat option). You then add the item to the menu by changing this part of the code: // // Preheat for Material 1 and 2 // #if TEMP_SENSOR_1 != 0 || TEMP_SENSOR_2 != 0 || TEMP_SENSOR_3 != 0 || TEMP_SENSOR_4 != 0 || HAS_HEATED_BED MENU_ITEM(submenu, MSG_PREHEAT_1, lcd_preheat_m1_menu); MENU_ITEM(submenu, MSG_PREHEAT_2, lcd_preheat_m2_menu); // ADD THIS LINE: MENU_ITEM(submenu, "CUSTOM PREHEAT", lcd_preheat_m3_menu); #else MENU_ITEM(function, MSG_PREHEAT_1, lcd_preheat_m1_e0_only); MENU_ITEM(function, MSG_PREHEAT_2, lcd_preheat_m2_e0_only); #endif After compiling and uploading to the printer board, enter the Prepare menu and scroll down to see:
Are there any ways to make a 3D print transparent?
It depends on a lot of factors, type of plastic, whether the parts need to be strong, can you use a vase print, etc. Here's a few thoughts. PLA - The brand of PLA makes a big difference, some can be printed very clear, some can't. Most of the transparent PLAs I've used print much more clear at around 240°C. ABS - I've seen some pretty impressive clear parts printed as a single layer shell in ABS and then vapor smoothed. I tend to find ABS more translucent and less transparent though. PETG - Again the specific PETG you use matters, but I haven't seen nearly as much variation as with PLA. I'm not sure how much temperature matters, but if it's too hot you get bubbles which will decrease clarity. Thin Wall Prints - I don't have much experience here, but the Smooth On XTC-3D or vapor smoothing seem to be effective. Solid Prints If I want transparency, I usually print it at 100% infill (should be a real 100%, too much overextrusion or underextrusion will decrease transparency). Printing slower and with less cooling sometimes helps. It's easier to get the infill solid with a direct drive extruder, I couldn't get decent results with a long bowden tube (a short bowden tube works fine). Here's a page where I tested 10 transparent filaments, the printed samples are 2mm thick, 100% infill - http://thrinter.com/10-transparent-filaments. Those samples are all overextruded a bit, you can get better results if you dial in the extrusion precisely, but that's hard to get right, and the optimal settings may change slightly depending on the part geometry. Larger nozzles and thicker layers may help to, but I haven't experimented much with that as there are significant downsides to that approach.
3D printing overhangs that are over .200 in
The world of 3D Printers usually uses the metric system, especially in nozzle sizes. 0.2 inches are therefore better referred to as 5 mm, which is a considerable amount: that's 11 to 13 perimeters from a 0.4 mm nozzle, depending on extrusion width (0.46 and 0.4 mm respectively). Furthermore, the bore of the item isn't supported either, it is bridging. To print overhangs and bridging without sagging, one should activate the generation of support material in the slicer. Generally speaking, PLA (judging from the print temperature) doesn't need to be printed with a raft and would be better served with a brim for bed adhesion, unless you have a perforated bed. If you have to print in the shown orientation, then you should activate support generation in your slicer. For this part, however, there is a better solution: it is of very simple geometry and it doesn't have to be printed as shown but equally could be printed "upside-down" by being rotated around the X-Axis by 180° in the slicer. This has two benefits: it removes all unsupported overhangs an avoids support structure, making the wasted material pretty much nonexistent. I strongly recommend taking a look at my 3D Design Primer and the excellent question on How to decide print orientation? and then delve into further reading: How to print an overhanging arc How can I improve the overhang angles my printer can successfully print? Is there any setting that could allow me to print this overhang without support?
Hotend heating failure too short before limit
There are many unknowns at this point, you need to work methodically through each stage. You probably also need some test equipment, at least a basic multimeter. Ideally a temperature probe too. First, check that your power supply can drive the hot-end directly. You already know how long it takes to reach 120°C, so be sure to not let it heat too far beyond this time. This will bypass all of the control logic, and risks overheating your hotend/burning out the heater - but it should be OK if you limit to a few minutes. Check the temperature reading, and cross check with some PLA or other low melting point filament to see if you actually reach ~180°C. Check the voltage as close to the heating cartridge as you have a connection point. It should be at least 11V (with a 12V PSU). My guess is that you have a bad connection somewhere... If you observe the hotend getting hot enough to melt plastic, check the thermistor readings. You should see a fairly constant rate of heating well past 200°C. However, I expect this will work fine. Finally, check the hotend mosfet drive and output as the hotend reaches the target temperature. It should be on, then switching on/off, then off as you pass the target. If this all looks OK, repeat but with the board in-circuit and controlling the heater. It may be that the mosfet is damaged, or it is not being driven very well - but to progress past that point we need to see voltage readings at various points.
What does it mean when they say up to 256 interpolation and 16 micro stepping for the TMC step sticks?
Higher microstepping numbers result in smoother movement. However, printer control boards are limited in how many steps the can generate per second - as low as 10'000 steps/s on an 8-bit AVR board running Marlin. To get the benefits of smoother microstepping, without adding load to your control board, TMC stepper drivers support interpolation between each step impulse coming from your control board, up to 256 different positions with which the stepper motor is driven. You will still have to set up your firmware for the 16 "real" microsteps, the interpolation is only done on the stepper driver itself.
Does the resin vary from a printer to another?
According to Formlabs (at least their FormLabs Form 2 and 3 models), their resin is 405 nm which is a fairly standard resin. There's a wide variety of resins our there that are compatible with 405 nm, and many resin makers/resellers advertise what brand, make, and model of printer they are compatible with. I have an AnyCubic Photon v1 and it uses the same 405 nm resins. You might have to do some testing to see what specific brand or style works for you, including changing your settings (if possible in the software you use). FYI, I use a version of CHITUBOX which does allow settings for exposure time, raise height, pause time, and a few others. Knowing that it uses 405 nm UV also allows you to know what kind of UV lights to get for easy indoor curing, too. I'd like to say that it's not likely for these resins to damage the printer, but FormLabs seems to use a plastic tray, instead of the aluminum tray I'm used to so I don't know if there would be a chemical reaction, though I'm skeptical if there would be. I'm assuming it's using a similar FEP clear film for the bottom to the AnyCubic, but I can't confirm this, since the FormLabs film seems to be integral to the tray, rather than replaceable. I can see why you are looking for other resin options. One place I saw online has a 1 L FormLabs cartridge for \$150, when 500 mL on Amazon is usually between \$20-30. I've seen special resin, such as flexible, as high as \$60 for 500 mL and ABS-like resin for $40, though. Water washable resins seem to be in the \$40-50 range. There's also "natural" or plant based resin for about the same price as regular resin, but might have a different reaction to your tank. I'd assume that every brand of resin (except for the rebranded stuff) has their own chemical makeup besides the various types of resin, so you might have to some testing, although I realize that messing up a tank that's \$150 to replace is not exactly something you want to do every day. I can tell you that I've used at least 6 different brands of resin and they all react differently to the UV. I mostly have tested clear, and just that produces a variety of results, from how easy/hard it is to cure to what color it turns when it over cures. (I'm still trying to find a clear that fully cures actually clear.) Where I was going with this is that with all these resins I've used, I haven't had any that caused damage to the FEP film. Some have stuck really hard and I had to be really careful pulling it off. However, I've only had 1 film need to be replaced due to clouding, and I have 4 Photons and used all resins I've tested with all my machines.
Anet A8 bad/inconsistent extrusion after changing nozzle
To be sure it's from your nozzle / extrusion mecanism, you could check calibration by extruding (in the air) 100mm of filament, and check how much it really uses. If it uses 100mm (or so), then the problem comes from any other parts (bed, filament feeding...). If this is really an extrusion problem, first you can check again your extrusion step motor gear. If it's ok, then you could put back your old nozzle to ensure the new one is the problem... If all is ok with the old one, then yous should have something in your new one, or it's not a .4mm ?
Why does a raft adhere to the bed while skirt does not?
The raft base (initial layer) is usually printed with very wide lines. Cura's default is double the nozzle diameter, so 0.8 mm with standard 0.4 mm nozzle. This is ridiculously high flow, especially with the default 0.3 mm thickness, which is why the raft base lines are (and must be, unless you have a seriously overpowered hotend) printed so slowly. So, each line has significantly increased (double) surface contact, more pressure against the bed, more forgiveness if the bed clearance is too high (since it will still smash against the bed, just spreading out less than the whole 0.8 mm width), comes out slower (giving it better opportunity to adhere), and does not involve any curves (where the nozzle may "pull" just-extruded material that's not yet adhering). You may be able to get a lot of the same benefit with skirts (or brims) by increasing the "Skirt/Brim Line Width" setting and slowing down its speed.
How do you know when your SLA resin tray needs to be replaced?
Once the non stick coating wears off you'll notice degraded print quality over time and a more agressive sound from the print breaking free when switching layers as the print uses more and more force to break free from the tray with each layer when the non stick coating degrades. The good thing is this will not happen at once so you will start to notice telltale signs previously and you can lessen the wear at specific points of the non stick coating by using different parts of the build platform instead of printing exactly in the center each time.
Limit Switch problems on RAMPS 1.4 and custom built 3D Printer running Marlin 1.1.0-rc6
Considering you're having issues with the board, and the limit switches appear to be registering, but the board isn't doing anything about it, a first good step would be to update the firmware to 1.1.9 as @0scar states. If the update in the firmware doesn't do the trick, then move on to doing as he suggests with changing the Xmax/min stuff around. This just seems like a good first logical step to getting it fixed.
Why could my opaque PETG be printing "transparent" in certain places?
Are you using Z-hop? Is there any play in the Z-axis direction? It appears that parts of the first layer are printed much thinner than other parts. What can happen if there is a little play in the Z-axis direction that the nozzle doesn't return to the same level after a Z-hop movement (e.g. backlash in the leadscrew nuts). The "transparent" printed part appears thinner, this must indicate that the Z positioning is not up to par.
How to force Cura to walk through a layer in one run?
I am not aware of a general solution. For your specific issue, try rotating the object 90 degrees around the z-axis.
3D scanner for both replicate and quality control 3D prints
Thus question is very close to being out of the scope of the questions encouraged on the 3D Printing SE site, but you have worked closely with Trish and Oscar to make it into less of a "recommend" question and more of a "how might I choose" question What to look for in a 3D scanner? You mentioned using the scanner for quality control. Lets start with that. The best way I know to do optical quality control is to image each layer after deposition rather than viewing the completed object. Especially for printing engineered objects, like rocket fuel pumps and jet turbine blades, it is important to be able to see inside the object and detect voids, bad adhesion, and points of unexpected stress. That is hard to do with the full object, and easier to do layer by layer. But this may not be the QA requirement you are trying to meet. Maybe the gross object appearance is what you are controlling for. If so, you need to define what is good enough and what is a failure. With those criteria, you can see which scanners give you that discernment. I suspect that won't be far off the requirements for the "reverse engineering" you also intend. Another criteria is the software. It's the workflow simple, or can it be made simple? 20 clicks through detailed menus which must be done correctly and in sequence is not easy to get right twice a week when you need out. Consider the color of the illumination Be sure it will not interact badly with your objects. A red laser does not scan well a red object. More is more, not necessarily better Higher resolution is great if you have three I/O channels to support it, the disk space to store it, the RAM to hold it, and the processing power to absorbable it.
Monoprice MP Mini Delta - How to get started?
Updated Manual Turns out an out of date manual was on the sd card that was included with the printer. But it was definitely out of date, as it referenced UI items that don't exist, and files that weren't on the SD card. An updated manual can be found here or possibly out of date here Resources and sample files A very helpful Facebook group has a bunch of files that are good sample prints. If your manual says you can print a cat.gcode you've got an old manual. Note: Don't try and just google cat.gcode as I did. The model I found rammed the print head right into the bottom of the printer. The correct model works great (actually called auto00.g on the SD card) Another great reference site appears to be https://www.mpminidelta.com/, and this reddit Common Problems and Solutions The following are some problems I had and their solution Can't print custom models If you find you can print prebuilt gcodes fine (cat,viking,toothless), but can't seem to print any other models without the print head ramming into the bottom of the printer and going off to the side, you probably haven't setup the autoleveling gcode that's required. You can add something like the following line to your software, in a "startup" gcode section. This is detailed in the manual (just search for G29), and more info can be found here ; auto-levels the build plate with a overall vertical ; offset of 0.3mm with a center offset of -0.8mm G29 C-0.8 Z0.3 First layer doesnt stick If you find your first layer isn't sticking, or it seems like the plastic is balling up, you need to adjust your startup gcode line mentioned above , so it has a lower Z offset, like Z0.25 for example G29 Z[offset] ; raises G29 Z-[offset] ; lowers Notes Please try a positive offset value first. Each printer will require fine tuning in regards to the offset value. Start with a higher value and decrease as necessary to get good first layer adhesion. Using a negative offset value may send the nozzle digging into the build plate.
Filament clogging just above feeding tube - Duplicator 6
Sometimes the filament quality itself could be the culprit. Have you tried printing with a different spool of PLA?
How to remove firmware warning
Removing that line will not affect your printer, except that it will get rid of the warning displayed on the screen. I wanted to know [...] if there's something else to consider. You should probably upgrade your firmware to the latest version to benefit from a couple of bugfixes and performance increases.
Specifying Z offset in Marlin firmware
Z-offset persitently stored in memory? Maybe the value of -2.97 for the Z_PROBE_OFFSET_FROM_EXTRUDER is retained in the EEPROM memory when you upload new firmware. You could try to send the G-code M502 to the machine to re-load the values from the firmware overwriting currently stored values. Alternative Z-offset using G-code commands Note that there is a different (and more common) solution to set the Z-offset using G-code M851, you can do this after you uploaded the firmware to the printer. Sending G-code commands can be done using printer software and a USB connection to the printer through a so-called terminal interface. This can be done in OctoPrint, Repetier-Host, Pronterface (Printrun software suite), and probably many more. Alternatively, you could make seperate G-code (basically text files with extension .g) files with each step in a single file and "print" the files through the SD interface of the printer menu. The following strategy must be followed to specify the Z offset: Heat your printer up to your printing temperature and allow a few minutes for it to expand and settle Reset the existing Z-offset to zero M851 Z0 Home all axes G28 Move the nozzle to the middle of the bed G1 X110 Y110 (if your bed is 220 x 220) Turn off the software endstops with M211 S0 Move the nozzle down so it is just gripping a piece of standard printer paper Set the Z-offset to the displayed value. E.g. if the printer displays a Z-Value of -1.23 enter M851 Z-1.23 Store it to the EEPROM M500 Important notice! Enable the endstops again with M211 S1 or the printer head will collide with the bed on the next G28 command
Why would one choose 12 V from 24 V, from a safety standpoint?
The most important "safety" advantage when using 24V (compared to 12V) is that to get the same power, you only need half the current. A 192W heated bed would need 16A at 12V, but only 8A at 24V. Since one of the most common safety issues is underrated screw terminals being used for the heated bed (just search for "3d printer fire"; you'll find quite a few pictures of charred plastic around screw terminals). For example, the screw terminals on RAMPs board are only rated for up to 12A. That would be okay at 24V, but well over the limit at 12V. Since the wire gauge is dependent on current, you can also use somewhat thinner wires with a 24V system (or equivalently: wires that would melt in a 12V setup won't in a 24V setup). The power dissipated in a wire scales quadratically with current, so the same wire being used in a 24V setup would only waste a quarter of the heat of that wire in a 12V setup. There is also less strain on switching devices (such as MOSFETs or relays). The same applies here: power loss is quadratic with current.
Use SLA 3D printing to make a flexible mold
Background SLA relies on the properties of UV-curing Resin. Most currently available UV Curing Resins harden to a solid, hard polymer, but that doesn't mean there are no other UV curing resins that are elastic. Most however will not be suitable for SLA or DLP systems! Polyurethanes, which can be flexible if cured in the right way, have not come onto the market as suitable SLA/DLP printing material and up to now, I have only found one UV hardening resin on the market - the one offered by FormLabs and identified by OP Patent History Indeed, elastic resins are actually quite new. The first patent I could find for an elastic resin was 2003 for an elastic epoxy resin, while subsequent elastic resins were brought to Patent are different like the 2007 elastic olefin resin. In fact, there is a 2013 US patent on SLA Resin, which is still in effect. As a result of such patents being still in effect or just out of protection times, the market is still very much limited because most manufacturers simply lack the knowledge of how to do it or the licenses to be allowed to do it. In fact, Formlabs is named on 43 patents for 3D printers and accessories, of which only 1 is expired as of July 2020. I could not identify the patent that might be in use for their flexible resin, but the marketing material is of May 2020, so it is relatively new on the market and might not have been updated into either the patent database or FormLabs did buy an exclusive license for the material from someone else, meaning they will not show up as Assignee in it. Or it is kept a trade secret. Material implications The printed mold will probably be of a different stiffness than a cast mold as you work with a totally different material and your new molds might degrade at a different speed than urethane or latex cast molds. To get a feel for this this, you will need to run some experiments. As FormLabs hands out test specimens of their print materials, you might order the two flexible ones and then test their stiffness and suitability for your uses by having them interact with your casting resin and seeing if they break down and if you can remove them easily. Food grade Generally don't consider anything that comes directly from a 3D printer certifiable food safe, as you need to have both a process and a material that is food rated. There are ways to use the resulting parts to manufacture food safe objects, but that's elaborated for example in some of the questions I suggest to look into
ooze shield vs priming tower, do you need both?
I have the same printer you do. I recall that the ooze shield is printed in alternating layers; first from E0 and then the next layer from E1. But on a given layer, I don't think that there is a guarantee that the ooze shield will be printed in the filament about to be laid down for the part of the layer. (But I might be wrong on this.) But when it comes time to print the ooze shield, what will happen if the filament has already drizzled out during the print of the last layer? The first part of that ooze shield won't get printed properly and might end up causing a print failure. As a separate issue, I found that an ooze shield is only helpful if the overall XY diameter of the print is not too great. This is because it only helps when the print head crosses the perimeter. If the print head spends a fair amount of time inside the perimeter, then the idle head can still continue to ooze out unwanted filament. So for many of my prints, I started using the priming tower, but skipping the ooze shield.
Replacement teflon (PTFE) liner For Dremel 3D45
The initial problem you had with filament coming out of the threads at the nozzle is caused by improper seating of the heat break to the nozzle. In a "from the ground up" installation, you'd have an empty heat block, containing your heater core and your thermistor. Threaded into the "bottom" of the block is the nozzle, just a turn shy of being flush with the heat block. The heat break is the thin threaded segment extending from the heavily finned heat sink. The heat sink/heat break combination is threaded into the heat block until it contacts the nozzle, at which time, the nozzle is snugged into place securely. This keeps continuous the filament path from the heat break to the nozzle. Somewhere in time, a gap opened between the two. When you have assembled everything (including the PTFE liner), you'll want to heat the extruder assembly to about 250 °C and re-snug the nozzle to the heat block and heat break. Hold securely the heater block, as you do not want to apply force that will snap or otherwise damage the fragile heat break. Use a wrench that fits the heater block without contacting the wiring. Use a wrench that will keep your fingers safe, as the heat block will be hot. Stepping back in time a bit, when you remove the assembly, you should be able to determine the necessary length for the PTFE tube. I checked the manual for your printer and it is lacking in detail for this information. The diameters you've specified are standard and you should be able to locate a suitable substitute from many online sources. Amazon, Matterhackers, eBay, etc. Examine the heat break tubing. The diameter should not be so small as to allow you to push the PTFE tubing in from the heater block side, unless you have an unusually manufactured product. Dremel may have decided to create a new bit of engineering, but I'd expect not. You'll purchase more PTFE than required and examination of the upper portion of the heat sink should give you a clue how much to use. When the cover of the extruder assembly is removed, is there a guide for the filament to make it easier to push through the PTFE tubing? If so, the length of the PTFE is from the bottom of the guide to the bottom of the bore of the heat sink/heat break assembly. Photos of the upper entry to the heat sink/heat break, with the cover removed, would be useful, but you may have sufficient resources in hand to resolve your problem, once you replace the nozzle and purchase PTFE tubing of the correct size.
Brief very slow moves near top layers
Are the layers where this is happening smaller than previous layers? Many slicers have a minimum layer time setting where if the layer takes less than X time, it will either slow the layer down or possibly pause until the time is reached. This can be useful to allow the previous layer to cool down and harden up a bit before more hot plastic is added. If you're not having issues cooling the print then you could disable this. I've only ever used Slic3r, KISSlicer, and Simplify3D so I'm not sure where the setting would be in Cura but those slicers all had/have the option.
Prusa HE3D Xi3 missing step on x and y axis
There's a possibility that your power supply lags after a while, the quality of power supplies on cheaper 3D printers are sometimes an issue. There's also a possible that the stepper motor drivers aren't putting out enough power. This can be adjusted by turning the trimmer on the driver, check the printer documentation for instructions on how to do that.
How to debond cyanoacrylate glue from pla
Acetone Acetone will dissolve cynoacrylate (superglue) and should weaken it enough to be able to separate the parts. A readily available cheap source of acetone is nail varnish remover (just make sure you don't buy the acetone free version!). Give the pieces a soak in nail varnish remover for 10-20 minutes and they should come apart with some prying. Acetone does not dissolve PLA, so the PLA parts should be undamaged. If you were to try this on ABS parts however, they would begin to dissolve.
Longer LK4 Pro moving to corner mid print
It's possible that the slicer is using a minimum cooling time per layer and the corner is set as its home coordinates. In the settings of your printer you can set the home coordinates and in the slicer you can reduce/remove the time between layers.
Marlin firmware: unload filament with G-code
There are three things to fix and one suggestion: Change follwing lines of M109, using parameter R instead of S, because the latter is not waiting to cool down: M109 R160 ; Wait for 160C ... M109 R110 ; Heat hotend to 110C The behavior of M420 will depend on type of bed leveling, saved mesh, etc. It is off topic to troubleshoot this. The printer operates 10 cm above the surface for this operation. G28 disables bed leveling. Why do you need to re-enable it? Just remove this line: ; M420 S1 - remove (or comment out) Redefine maximum extrusion length in Configuration.h to allow for scripted long pull (G1 E-430), for example: #define EXTRUDE_MAXLENGTH 450 Suggestion: Use relative mode for extrusion (M83) instead of absolute positioning (M82). It will simplify your code a lot. You just want to express the distance in E parameter. Then you will not have to reset position with G92 E0 every now and then (do it just once on the start). (I use this Extrusion mode also for slicing becuase it makes easier to re-start a print in case of failure).
Print fails at perpendicular boundaries
Since you said you don't have a cooling fan, try lowering the temperature on your print head to something like 205. The strings in the first and second picture also occur more often when the print temperature is too high as well. The layer time gets really small at that transition, so make sure the print speed is slowing down while printing that part of the object and pausing in between those layers to allow for cooling. It looks like the plastic is still molten and is being dragged around too me.
How to move Z up after printing in Cura?
Go towards the right top corner. Click on the printer name. From the drop down, select, "Manage printers". You will get a dialogue box in the middle of your screen. Your current printer's name will be shown in italics. On the right side of the dialogue box, click on, "Machine settings". This will open another dialogue box. In the lower left, you will see a text box with the heading, "End G-Code" scroll down to where you see the line, "G1 X0 Y0". This is the line that moves your print head to the lower left corner. G1 is the command for a linear move. X0 and Y0 are move instructions to move the the 0 coordinate for the two axes. Change this line to G1 Znn where "nn" is the number of the coordinate you wish to move to. Close this dialogue, close the previous dialogue and all newly sliced file will now use this code. If like to keep track of any changes you make, you can put a semi-colon at the beginning of the line. This turns the line into a comment and will not be actioned. Then press enter and on a new line, put the line, G1 znn.
17-4 PH Tensile Test
According to our materials experts, you should always be careful interpreting the start of the force-displacement diagram. It is possible that the test needs to "set" itself, important issues are: the clamping of the test articles in the test bench vices alignment of the test article in the test bench size of the test articles (the load suggests small test articles/small diameter) how is displacement measured (displacement/elongation sensors "slip" easily depending on the expertise of the operator) artifacts in the test article? Instead of proceeding the test till rupture (prior to the in-elastic/plastic region), it would have been beneficial if the test had been stopped at about 8 kN and relaxed to 0 kN to commence a new test. From my own experience with creep test articles we see similar issues and apply a displacement offset so that the "second section" (using your words) is extrapolated to zero load. Usually this is just a few hundredths or tenths of a mm. In this case you could shift the whole diagram 0.3 mm to the right by applying a similar offset of about -0.3 mm.
Issue with rim of first 5-8 layers of my Prints
The bed and filament temperatures you are using are the usual ones for PLA, so it probably is not the case that the filament is flowing too much and oozing out of place (*). So most likely the problem is with the slicer. Things to look for: Most slicers print the first layer in a slightly different way than all other layers (to improve adherence to the bed) and some parameters may be off: Easiest check: repeat the print with a different slicer; if it goes better it was a slicer setting that needs finetuning. More involved check: For Cura make sure "initial layer height", "initial layer line width", "initial layer horizontal expansion" and "initial layer flow" have the default values. For Prusa Slicer reset "first layer height", "first layer extrusion width" and "elephant foot compensation" to their default values. Additionally, most slicers will disable the fan for the first few layers. Change the setting so that the fan is only disabled for the first layer. (*) That is of course unless you got a bad batch of filament. Less probable than the slicer settings being off, but check with a completely different PLA filament to verify.
How to build my own Cura GUI?
UM could stand for UltiMaker. I think that you need to either: download Uranium; install the UM package; import the UM package, or; need to add it to your path (PYTHONPATH). You may find your answer here: help needed: ImportError: "No Module named UM" in Eclipse #510. The two things that you seem to need to do are: Get Uranium from https://github.com/Ultimaker/Uranium. Add the path: PYTHONPATH=/path/to/uranium/repo cura_app.py
Which 3D filament is 100% (or close to being so) food safe and non toxic?
Answer was moved to this question: Which are the food-safe materials and how do I recognize them?
Sketchup designed object printing first layer incorrectly
A red surface coloring is normal for the bottom when viewed in Ultimaker Cura, nothing to worry about that (e.i. when that face is touching the build plate; if it is unsupported, you should add support structures but a raft is generally not necessary for PLA). Rafts are useful when you print high temperature materials that have a large shrinkage when cooled from print to bed temperature (this somewhat mitigates the problems of curling up corners or warping prints), for PLA it is not needed. As seen from the print that is printed on the raft, it's clear that the print to raft distance is to large, the first print object layer is not adhering to the top raft layer very well. The print that is printed without a raft doesn't look too bad. Some printer extruder calibration could further improve the quality.
What is the lifespan of a SLA Resin Tray?
It depends on tray and resin type you are using. PDMS If you are using PDMS (eg. sylgard 184) coating for your tray. (B9 and similar printers using this type of tray). Life of tray PDMS coating depends mainly on: How long you print without breathing floor. How reactive is your resin. You could get 2 3 prints up to 15 20 prints. It is suitable for printing delicate pieces. FEP Large number of manufacturers using FEP. Life of tray largely depends on. Thickness of FEP Piece sizes and movement speed during early layers. Usually you could use same tray for couple of hundreds of prints. Optical quality is not comparable to other alternatives but without human error factor you could get almost unlimited prints. Delicate pieces require tough resin. Teflon It is halfway between PDMS and FEP. There are other tray alternatives: Envision uses special glass you could print on average 50 prints. Carbon 3D uses super expensive oxygen-permeable window.
Sandable primer suitable for PLA?
There are generally 2 types of operation you might want to do before priming your object: smoothing to a point that you are comfy with and roughing pass with very fine grit to give the primer something to stick to Smoothing via Sanding & Filler To smooth your object you generally have two options: Only sand down (and possibly vapor-smooth) and account for the lost size in the design phase. Vapor-smoothing can flatten away surface details you might want to preserve, so it might not be an option at all. While vapor smoothing is possible with more than just Acetone on ABS, the price tag for those chemicals is usually more expensive by a factor of 20 or more due to the fact that Acetone is pretty much dirt cheap as far as chemicals go - and easily accessible via home depot. Fill up with body filler in areas you want and sand smooth afterward. This is very labor intensive, especially for complex shapes. Only after you filled up the structure to be somewhat smooth you apply paint primer. In itself, common spray on primers often are not filling enough to hide away the printing layers. For rough surfaces that need a starting fill, a paste body filler applied with a spatula works best, and for the last pass over a just lightly scratched surface, automotive body filler from a spray can works great. The benefit of spray-can body filler is, that it also acts as a first roughing step, so you don't need to roughen the surface for the primer. If you grab a filler-primer, even skip the primer. Sidenote from experience: Some filler-primer and lacquer spray cans seem to contain solvents that are able to soften PLA. Smoothing via Coating A random find on Thingiverse showed me another way to paint and flatten the surface faster and without sanding, at the cost of details getting smoothed away: Apply a thin paint coat. Apply a thin coat of a fast drying, transparent Polyurethane coating onto the wet paint. Let the combined layers dry with extra air flow to prevent noses. Repeat as needed. It works by picking up the wet paint and embedding it into the thicker Polyurethane layer, which dries much smoother than the paint itself, filling up the imperfections and the steps between layers. This process will however also fill up non-masked surface details you might want to preserve. Your product in mind The primer you took a look at works on PLA, but it would not smooth out all the dimples. It might work nicely for the PU-Buildup variant.
How to install a .hex firmware?
A major part of the Arduino IDE is sort of semi-hidden, and that is some guy called avrdude. Actually, AVRDUDE – AVR Downloader/UploaDEr is a standalone binary. As an aside, there is also gcc which does the compiling, but that is another matter. The avrdude uploads the compiled binary provided by gcc on to the Arduino, via the USB port (COM port). You can invoke this from the command line (assuming that you have the Arduino IDE installed). You will need to specify (see command line option descriptions): The baud rate of the COM port (-b) The COM port (-P) The processor used in the board (for the Arduino Mega2560 board: ATmega2560) (-p) The path to the .hex file (-U) The path to the .conf file of avrdude itself (-C) Verbose mode, so see what is happening (-v) Specify the programmer to be used (-c). See the -c option on command line option descriptions for more information. Disable auto erase for flash (-D) The command will be of the form: <path to arduino>/hardware/tools/avr/bin/avrdude -C<path to arduino>/hardware/tools/avr/etc/avrdude.conf -v -patmega2560 -carduino -b 115200 -cstk500v2 -P<name of serial port> -D -Uflash:w:<path to hex file>:i This example above: Specifies the full path to the avrdude binary Specifies the full path to the avrdude .conf configuration file Verbose mode The ATmega2560 processor used in the Arduino Mega2560 board The Arduino programmer The baud rate of the USB port The Atmel STK500 Version 2.x firmware programmer (may not be required) The port to which the Arduino board is connected Disables auto-flash as it is not required – Auto erase is not used for ATxmega devices as these devices can use page erase before writing each page so no explicit chip erase is required. Note however that any page not affected by the current operation will retain its previous contents. The memory to be uploaded to and the path to the .hex file (see the -U option on command line option descriptions for more information): flash specifies the flash ROM of the device. w: read the specified file and write it to the specified device memory :i specifies Intel Hex Examples For Windows C:\dev\Arduino\hardware\tools\avr\bin\avrdude -CC:\dev\Arduino\hardware\tools\avr\etc\avrdude.conf -v -patmega2560 -carduino -b115200 -cstk500v2 -P\\.\COM1 -D -Uflash:w:C:\Users\<username>\Documents\firmware.hex:i For OSX /Applications/Arduino/hardware/tools/avr/bin/avrdude -C/Applications/Arduino/hardware/tools/avr/etc/avrdude.conf -v -patmega2560 -carduino -b115200 -cstk500v2 -P\\.\COM1 -D -Uflash:w:/Users/<username>/Documents/Arduino/firmware.hex:i Alternatives If you are not comfortable using a command line interface (CLI) it might be easier to use a GUI solution… XLoader For a Windows only solution, see Uploading Arduino HEX files with XLoader From the author’s website: I’ve made a small program that can be used to upload your own *.hex files to arduino boards using the bootloader. That means you don’t need a flash programmer. I made it for my own use and found it pretty useful. So now I’ve made a more user friendly version.. To use it compile you’re code in something like AvrStudio. Then simply start XLoader.exe, pick a hex file and press upload. That’s it. Good news it now also supports Arduino Uno. Arduino Builder From Arduino Builder – standalone utility for building and uploading Arduino sketches Choose file, either a sketch file (.ino), an HEX file (.hex) or an ELF file (.elf) Choose the board type in the dropdown list. Click on the serial port (or USBASP button) and theuploading will be proceeded. Arduino Uploader From the same page, there is Arduino Uploader which is a command line version of Arduino Builder.
How can I tell if BLTouch is triggering?
Problem is solved, though I still don't know how to test the BLTouch. I had reversed the power connection (black and white wires) at the connection to the extension cable. Swapping that connector back around restored expected behavior.
Is z-axis zero near the hotend?
Generally, Z-axis zero is when the hot end and the build plate are close to each other. Some printers keep the hot end up at the top, and bring the build plate up to reach it. Other printers keep the build plate at the bottom, and lower the hot end down to reach it. As such, "Z axis zero" doesn't specify top or bottom of the physical printer, it just specifies that the hot end is right up against the build plate, ready to print its first layer. In the printer you describe, where the hot end remains at the top, that's where Z zero is. In terms of the model being printed, Z axis zero is always the bottom of the model, the first layer to be deposited on the build plate. The numbers increase from there, either lifting the hot end up, or pushing the build plate down, depending on the design of the printer.
How long will my print take?
The duration of a print is affected by the print properties. Speed, nozzle diameter (or line width), layer height, amount of perimeters, infill percentage, combing, support structures to name a few important parameters. So, the only way to tell how long the printer will be printing a certain STL is by loading the STL file into a slicer and slice the model with those settings. The most common free slicers are Ultimaker Cura, Slic3r and payed slicer Simplify3D. Alternatively, when you already have G-code files and do not have the STL anymore or don't want to slice it again (e.g. because you cannot remember which settings you used), you could upload your G-code here and it will calculate it approximately for you (as it does not know the dynamics of the printer). Note that these times are approximations of the real time it takes to print the object as it integrates the tool path and speed to get the time. Sometimes these calculations are off as the actual printer may behave differently than projected by the slicer. From experience I can tell that the Ultimaker Cura slicer predicts fairly accurate print times for the Ultimaker 3, so they have tuned their slicer software to their machines. For your own build or other brands this may result in different/inaccurate print time estimations.
Estimating filament consumption in length per time
Your math looks correct, and is also a good approximation for what I've seen in the first few weeks with my own Ender 3. Another way to calculate (to check yourself) is to calculate the volume extruded (nozzle area times extrusion percentage times print speed -- be sure you convert everything to the same units!) in a given second, multiply by the density of your filament (common PLA runs about 1.2 g/cm^3), and get a rough figure for how long it takes to print a kilogram of filament. Your actual print time will always be higher than this approximation, because there are moves during which the extruder isn't running, infill is often set to lower extrusion level, and of course there's setup and cleanup time to account for.
Prusa i3 MK3 latest release first layer calibration issues
Calibrating the first layer height involves two steps: The first step, as illustrated in that picture, is to adjust the PINDA probe to be roughly the right distance above the nozzle. The PINDA only has a sensing range of about a millimeter, so if it's too high, it can't detect the printbed; if it's too low, it will interfere with the printed object. The second step, which you're having trouble with, is to calibrate the exact distance between the PINDA and the nozzle tip. The printer prints out a test pattern; while it's printing, you turn the the dial on the printer control panel to adjust the "live-Z" value. Typical values for a properly-assembled printer are between -0.5 and -1.0 (more-negative values are closer to the print bed). If the live-Z value is outside that range, you need to adjust the position of the PINDA probe. The official Prusa procedure is good for getting a rough calibration. If you want more precision, the "Life adjust Z - my way" procedure on the Prusa forums is good. Basically, you print out a large one-layer square, adjust the live-Z value halfway through, and see which half has a better first layer. Repeat until satisfied.
Build plate (PEI on glass) isn't flat after several months of use?
Looking at the picture, the first thing that came to mind was, "are you sure it's the bed?". The height variance looks very regular, and while I'm unfamiliar with this printer's specific mechanics, my thought process trended to the Ender 3 and other v-wheel extruder mounts. If the extruder and gantry carriages are mounted to the gantry spars on V-wheels instead of sleeve bushings or other linear guides, and you've spent a lot of time printing small objects where those wheels are going back and forth over a relatively small travel distance for the entire print, you have been unevenly wearing the wheels so they've become eccentric around their rotational center, and this will cause the extruder to vary its height over the glass in a very regular pattern tied to the circumference of these carriage wheels. This happens especially quickly if you over-tighten the bearings against the gantry spars in an attempt to make the printer more precise. If the printer uses sleeve bushings, the worn sleeve won't rotate, and any wear on the spar will be very localized to the areas in which you print, but if the printer has spent most of its life printing a grid of small objects (tokens, sets of small figurines), you can still get this regular wear pattern as the printer will spend more time over those areas of the bed. The fix is to replace the wheels or linear bearings if the printer uses them. If it uses sleeve bushings and the gantry spars themselves are worn in this pattern, you might be able to rotate the spars to put an unworn (or less worn) band of metal on the top of the spar, depending on how the spars are mounted into the endcaps of the frame and y-axis carriages.
How to use E1 as E0?
I would change the pin assignments by swapping E0 and E1 in pins_RAMPS.h.
What is this called and where can I buy a replacement?
This is the throat block for direct drive extrusion, Anet8 is a cheap clone of Prusa printers, so it's easy to find parts for Anet printers. This is one extruder kit that may help your needs, 1 Unidades Impresora 3D makerbot MK8 Extrusora De extrusión de Aluminio Bloque de DIY Kit para Reprap i3. This is a link for Aliexpress - of course there are other dealers.
Installed bed leveling probe, now Z homing moves to center
This is a consequence of enabling Z_SAFE_HOMING: Z Safe Homing prevents Z from homing when the probe (or nozzle) is outside bed area by moving to a defined XY point (by default, the middle of the bed) before Z Homing when homing all axes with G28. As a side-effect, X and Y homing are required before Z homing. If stepper drivers time out, X and Y homing will be required again. Enable this option if a probe (not an endstop) is being used for Z homing. Z Safe Homing isn’t needed if a Z endstop is used for homing, but it may also be enabled just to have XY always move to some custom position after homing. My default Cura start G-code contained this sequence: G28 X0 Y0 ;move X/Y to min endstops G28 Z0 ;move Z to min endstops I changed this to G28 ;safe homing G90 ;absolute positioning G0 X0 Y0 ; move to bottom-left corner for nozzle wipe However any oozing will still happen at the center of the build plate, which is a problem.
My 3D printer hotend always jams
Extruder clogging is, at its root, a matter of too much backpressure at the hotend. There are a number of more specific causes, but it very simply comes down to the fact that the printer cannot feed the filament through the hotend as fast as the extruder is pushing it in. Things to check, pretty much in the order they should be checked/performed for a brand-new printer: Extruder stepper calibration. With new printers based on RepRap firmware (Enders, Prusas, pretty much any printer in the \$200-\$400 range these days), one of the first things you have to do after assembly is to calibrate your E-stepper (the motor that drives filament through the extruder). The printer is given commands based on millimeters of movement, including the feeding of filament, and it has to translate those into finite steps of the motors. If those steps don't actually move the extruder or the filament as much as expected, the printer will behave poorly, including clogging. E-stepper calibration is pretty easy, especially on Bowden extruders; you basically disconnect the Bowden tube at either end, load filament through the stepper, cut it off flush with the end of the tube or the coupling, then tell the printer to extrude 100 mm of filament. Cut it off flush again and measure, and if it's not 100 mm, look for a command beginning with M92 in your printer configuration (it can be in the settings of your actual printer or a configuration script in your slicer software that gets tacked on to the front of the G-code files generated for use with that printer), and adjust the value you see after the E in that command by multiplying it by 100, then dividing by the millimeters of filament actually extruded in the test. Rinse and repeat until the printer is feeding the amount of fil you tell it to. Bed height/leveling. This may not sound like it has anything to do with extruder clogs, but in truth, if your extruder is too close to the print bed at any point during the first layer, it can very easily clog the extruder by not allowing enough material to flow out the nozzle to keep up with what's being fed in. Bed leveling is a key step in print prep, and every printer behaves best with subtle changes to the bed leveling procedure. My guess is that you need to re-level for a slightly higher "zero-Z" above the build plate. If you're using the sheet-of-paper method, either use a thicker piece of paper, or go for less friction as you pass the paper between the nozzle and build plate. Nozzle diameter settings. The standard nozzle tip diameter is 0.4 mm, however there are others. Your slicer probably expects the standard diameter as a default, so if you're running a 0.3, 0.2 or 0.1 mm nozzle for finer detail, the slicer has to be told that so it can adjust the filament feed rate. Otherwise it'll be jamming up to 16 times as much filament into that hotend as it should be. This isn't likely to be your problem but it's something to check; most extruder nozzles these days have the tip diameter engraved or pressed into the side of the nozzle, and if yours is unlabeled, try heading to the local music store and buying a single 0.013" guitar string (typically sold as a high E for acoustics). If that wire end easily fits through the extruder nozzle, you have a 0.4 mm, if it does not, it's something smaller. Extruder clog/obstruction. That guitar string I mentioned makes a really good extruder cleaner. Just feed it through the extruder tip and gently push it up through the hotend till it pops out the top of the extruder, then feed it back and forth a bit to "floss" the extruder tip, cleaning out any minor carbon buildup. If you can't feed the wire completely through the extruder body from either direction, that's probably your problem, and fixes range anywhere from a little more pressure with the wire, to a narrow drill bit carving out the obstruction, up to removing the entire heat block from the printer, putting it on or in something that won't burn, and blasting it with a soldering torch to burn out the obstruction, followed (after letting it cool) by a bath in some acetone to dissolve any remaining gunk. Gunked-up extruder hobb. The toothed wheel attached to the extruder stepper is called the "hobb" (you may hear it called a gear, but it's really not one as it doesn't mesh with another gear). As the printer feeds filament, especially if you've had jamming problems, the hobb's teeth will fill with shavings from the filament it feeds through. This can cause the hobb to slip against the filament, which not only reduces the pressure of the filament being pushed through the extruder, it accelerates the accumulation of gunk on the hobb. A short blast of canned air is usually all you need to clean the hobb; if it still looks pretty caked up, a toothbrush will sort it out. While you're at it, check the idler to be sure it's still spinning freely. Filament type/brand/age. You mentioned it's "silver PLA"; the silver stuff I have is actually a "silk PLA" product, that sheathes the PLA in a jacket of another plastic (often PET) for that high-gloss appearance. These kinds of filaments can be very temperamental, as can filaments with glitter or fiber aggregate in them (also common in metallic fil colors). You have to have the printer settings dialed in just right, and some of these products just don't work well at all in some printers. Try getting some very basic, brand-name PLA filament like Hatchbox, ColorFabb, MatterHackers, MakerBot, etc, in a good primary color (avoid black or white; the color saturation affects how easily the stuff extrudes at a given temp), no silk finish or other modification. If that prints well, the suspect becomes the silver fil. Extruder temperature. You're printing at 200-205 °C, which is usually good, but if you're getting problems, the first thing to do with PLA is to try printing cooler, not hotter. Case in point, getting PLA too hot can cause it to fully melt and drizzle out (vacating the extruder and causing it to overheat the fil further up, jamming the melt tube), it can gum up (directly clogging the extruder nozzle), and it can carbonize (as you see it doing at 215). If you're already flirting with burning your PLA at 10 degrees hotter, you are probably running too hot. Try backing off to 195 or 190 and see if that helps any.