2

I'm trying to figure out how to automatically extract the part after it was printed.

One of the ideas is to wait until the bed get cooled enough (let's say to 40-50 °C, usually the part can be just slide of at this bed temperature) and turn on the powerful fan blowing off the part to a tray or something.

Is this setup feasible?

I'm printing with ABS on an opal glass.

Trish
  • 20,169
  • 10
  • 43
  • 92
Roman Matveev
  • 253
  • 2
  • 8
  • 1
    You can try removing the printed part with axis movement. It can be done through G-code. Check [this video](https://www.youtube.com/watch?v=avlengYsJdw). – kosteklvp Sep 26 '21 at 18:43
  • @kosteklvp I already have seen this video. This looks great. However, I'm not sure that this will work for CoreXY or Utlimaker-like kinematics. Probably I should tilt the printer forward and programm the ending G-code for each print personally to meet the print height and position. – Roman Matveev Sep 26 '21 at 19:03
  • 2
    If you can get the print head behind the print this will work for CoreXY and Ultimaker kinematics as well. [This](https://i.stack.imgur.com/BerJJ.gif) will also work! A fan should work, if powerful enough you can [blow a car over](https://youtu.be/bdl94J3AxZY?t=41). – 0scar Sep 26 '21 at 20:12
  • 2
    Not using a fan but sort of related: [Multiple unattended prints using extruder to sweep build plate?](https://3dprinting.stackexchange.com/q/6387/4762). See also [Printed part auto-eject (automatic part removal)](https://3dprinting.stackexchange.com/questions/2921/printed-part-auto-eject-automatic-part-removal) and [How to automate printing of multiple parts continuously?](https://3dprinting.stackexchange.com/questions/83/how-to-automate-printing-of-multiple-parts-continuously) – Greenonline Sep 28 '21 at 15:41

2 Answers2

2

You can do this provided the part releases consistently after cooling. Your filament choice may cause problems, though. ABS is prone to warping and a fan constantly blowing on the part would make it worse. The second thing to consider would be the release agent. I assume you are using gluestick or something similar on the bed. This may be pulled off the bed after a couple prints.

TreeBarkEater
  • 162
  • 14
0

In theory you could knock the item off the build plate and into a bin by positioning the print head behind the part and then pushing.

However your build plate would need to have a smooth front edge, so no clips in the way.

You'd also want to have some delay to let the bed cool down before attempting this, and have spare belts on hand for the day the installed belt breaks.

A fan may work IF you can control it to come on after the part has finished printing, AND your printer will release a finished part given time. Also, your finished part must be strong enough to survive the impact and fall without damage, else what's the point?

Also, your effective print volume would shrink - there has to be enough space at the back to drop the print head behind the part using gcode, and then slide the bed backward until the part falls off. You couldn't use the back ~75mm of the bed.

Personally I always have to use a scraper and occasionally a light hammer tap, so a fan wouldn't do anything.


If I were doing this, I'd either pony up and buy one of those Creality belt-fed printers that have a rolling platform, and drop parts off the front. The CR-30 https://www.creality3dofficial.com/products/cr-30-infinite-z-belt-3d-printer or other manufacturers would have the same.

The other more homebrew option would be to consider where the bed ends up after job is done, and then have some kind of "wiper" mechanism that comes from the side and pushes the part over and off the bed. It would have to be low enough to get any brim and priming lines out of the way too. Since the printer probably can't control this, you'd be looking at an external controller like a computer running a print server, orchestrating the wiper and then starting the next job.

You'll also want a really big roll of filament, or a filament-out sensor so you're not printing air.

Criggie
  • 902
  • 4
  • 15