this post was submitted on 06 Nov 2024
34 points (100.0% liked)

3DPrinting

15534 readers
86 users here now

3DPrinting is a place where makers of all skill levels and walks of life can learn about and discuss 3D printing and development of 3D printed parts and devices.

The r/functionalprint community is now located at: !functionalprint@kbin.social or !functionalprint@fedia.io

There are CAD communities available at: !cad@lemmy.world or !freecad@lemmy.ml

Rules

If you need an easy way to host pictures, https://catbox.moe may be an option. Be ethical about what you post and donate if you are able or use this a lot. It is just an individual hosting content, not a company. The image embedding syntax for Lemmy is ![](URL)

Moderation policy: Light, mostly invisible

founded 1 year ago
MODERATORS
 

The filament came out during a print and I don't know what layer it came out at. I've spent a lot of filament on this print, so is there any way to continue it?

top 8 comments
sorted by: hot top controversial new old
[–] TootSweet@lemmy.world 15 points 2 days ago (2 children)

I suppose you could take it off the bed, measure very precisely the height, print just the remainder (by altering the model and re-slicing) on the bed, and glue it to what's already printed. It would almost definitely still have a visible seam and aside from that, I can't think of a way to save it.

Thanks, I'll probably just try to restart in that case.

[–] FuglyDuck@lemmy.world 5 points 2 days ago

this is what i was thinking.

most slicers will let you just move the model down in negative z, saving the need to cut or alter the model. (it then slices only the mesh that's on or above the plate.)

[–] IMALlama@lemmy.world 7 points 2 days ago (1 children)

Do you have a pair of calipers that you can use to measure print height? If yes, don't take it off the bed. Measure the height of the print, delete those layers out of the gcode (it's just a text document after all), and reset. Note that the gcode and printer setup might require some fiddling to get right, but I've resumed prints like this without problems before. They don't all look perfect at this layer, but they're certain better than nothing. Once the print loses its hold on the bed, all bets are off.

[–] FuglyDuck@lemmy.world 6 points 2 days ago (1 children)

depending on where in the layer it failed, this could cause more problems. It'll try to print the layer from the start it may get messing (especially if you're missing perimeters, or printing over partial-layer perimters.)

The other issue is that homing may be slightly off; that would depend on the printer. (most are okay, but you might find a visible layer shift in the seam,)

[–] IMALlama@lemmy.world 3 points 2 days ago

Agree that the result won't be a perfect print, but I personally prefer this route over printing the other half, sanding the first half flat to account for a partial layer like you said, and then gluing.

I guess it comes down to what you goal is. 90% of my prints are functional and I don't really care if they're a bit ugly at times.

[–] Guenther_Amanita@slrpnk.net 4 points 2 days ago* (last edited 2 days ago) (1 children)

Instead of using a caliper, like the others have said, you can measure the distance with your printer if you don't have such a tool.

Just go into the "Move axis"-mode, and move your nozzle from the home position to the top layer.

Let's say your coordinates are now X0, Y0 and Z49,3.

You can then move the object in your slicer by just changing your Z axis to -49,3.

Just make sure you:

  1. Get a good first layer, without getting an elephant's foot.
  2. Don't use too much glue. A good choice is acrylic glue, but it will alter the surface if it droops out or is too far outside.
  3. Don't mechanically stress the object too much. It won't be as strong as before.
[–] dual_sport_dork@lemmy.world 2 points 2 days ago

Measuring with the printer is an excellent idea. When in jog mode, mine displays the nozzle coordinates right on the screen.

I was considering that a truly dedicated nut could figure out which layer the print failed at (possibly approximately) and hand edit the gcode for the print to just replace all the layers up until the failed one with Z axis move up to that height. I think that would be problematic, though, because on my machine at least the model still being on the bed would definitely be in the way of the print head homing at the beginning of the print, and I don't know if there's any way to force it to skip that part of the procedure. Failure seems likely, and the penalty for failure is high.

Just printing the remaining half of the model and supergluing the parts together seems like a better idea.