this post was submitted on 10 Jun 2025
65 points (100.0% liked)

3DPrinting

18464 readers
89 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: or [email protected]

There are CAD communities available at: [email protected] or [email protected]

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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 24 points 2 days ago (6 children)

The printers themselves should run a simulation like this while they’re printing, and continually check if heat sensors, motor resistance, etc. are deviating from the simulation. That might let them detect potential misprints earlier—or even correct issues mid-print.

[–] CmdrShepard49 3 points 2 days ago (1 children)

My Bambu X1C will do both of these and tell you when it's time to lube the Z axis screws for example, but I think all printers will shut down if the thermistor (what measures the heat) is reading incorrectly due to it being bad or a problem with the extruder heater since not doing so could be catastrophic rather than just giving you a shitty quality print.

[–] [email protected] 1 points 2 days ago (1 children)

I’m not familiar with how the X1C does it, but the printers I’ve used can only tell if the temperature or resistance are outside of normal operating range—not if they differ from the exact values predicted at each point in the print.

[–] [email protected] 4 points 2 days ago* (last edited 2 days ago) (1 children)

The Bambu printers do some cool stuff with measuring resonance to detect lubrication and belt tension issues. This is theoretically possible on any machine that can do Klipper's inout shaping, but requires a LOT of data to be useful (from what I understand), which is probably why we don't see many printers on the market that can do that.

For thermals, Marlin (one of the popular printer firmwares) actually evaluates the control response of the heater and thermistor, rather than just looking at a specific temperature range. If the behavior is sufficiently different than what the system is tuned for (not heating up at the expected rate, difficulty maintaining temp, etc), it will throw a temp error and shut down before thermal runaway occurs. I would expect other modern firmwares (e.g. Klipper) do this as well, but I don't have as much experience tinkering with them and don't want to make definitive statements.

[–] [email protected] 2 points 1 day ago

Can confirm, klipper does this too. Sincerely, someone who had a few thermistor related wire breaks.

load more comments (4 replies)