this post was submitted on 16 Jul 2024
39 points (95.3% liked)

3DPrinting

15250 readers
21 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
 

I'm looking to buy ups as I have few power outage (last between 1 to 5 seconds max) where I live but I have never used one so don't know what specs should I check for

Ideally I will plug my 3d printer (about 100-160w when printing), a pi 4 with nvme drive (no idea of wattage) and a mini pc with n100 processor (around 10-20W)

Thanks for your advices

you are viewing a single comment's thread
view the rest of the comments
[–] paf@jlai.lu 2 points 1 month ago (1 children)

"why are they separated", not sure what you meant, mini pc is acting as a server for a few usage and pi is dedicated to klipper.

[–] spitfire@lemmy.world 2 points 1 month ago (1 children)

Yeah, that explains stuff. I thought you might have had some stuff on Pi that you could’ve been running on the PC. In that case I’d recommend that you run the NUT on RPi, and set it to pause print on a power failure, possibly change CPU scaling (i.e. to “powersave” CPU governor if you’re running Linux) on the mini PC, or even possibly shut it down in an event when the power outage lasts longer than a minute.

[–] paf@jlai.lu 1 points 1 month ago (2 children)

Actually I could even run Klipper on mini pc but would need a very long usb to reach printer and thought it wasn't ideal. As for the mini pc, I'm running proxmox but I'm far from being an expert so not sure if I can manage CPU scaling.

[–] tal@lemmy.today 2 points 1 month ago

Actually I could even run Klipper on mini pc but would need a very long usb to reach printer and thought it wasn’t ideal.

USB has some serious length restrictions, but you can either add a repeater (which in this context, is probably a hub) or use an optical cable with transceivers at each end, something like this.

The hub is probably cheaper if you just need one extra hop.

[–] spitfire@lemmy.world 2 points 1 month ago

I am too, and it is really easy to do so. Look up “Linux cpu governor”. NUT (which is the most common UPS management software for Linux) can execute commands, start timers at different events from UPS.