3DPrinting
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
-
No bigotry - including racism, sexism, ableism, homophobia, transphobia, or xenophobia. Code of Conduct.
-
Be respectful, especially when disagreeing. Everyone should feel welcome here.
-
No porn (NSFW prints are acceptable but must be marked NSFW)
-
No Ads / Spamming / Guerrilla Marketing
-
Do not create links to reddit
-
If you see an issue please flag it
-
No guns
-
No injury gore posts
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 
Moderation policy: Light, mostly invisible
view the rest of the comments
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.
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.
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.
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.
Can confirm, klipper does this too. Sincerely, someone who had a few thermistor related wire breaks.