this post was submitted on 06 Nov 2024
33 points (97.1% liked)

3DPrinting

15577 readers
59 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?

you are viewing a single comment's thread
view the rest of the comments
[–] Guenther_Amanita@slrpnk.net 4 points 1 week ago* (last edited 1 week 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 1 week 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.