You can use most of the connectors you would use for bigger wires. Wago lever nuts are rated for conductors as small as 0.14 mm².
If you want something to fit a din rail, standard terminal blocks (something like this) should also work.
You can use most of the connectors you would use for bigger wires. Wago lever nuts are rated for conductors as small as 0.14 mm².
If you want something to fit a din rail, standard terminal blocks (something like this) should also work.
Alt-text:
Unfortunately, SawStart is one-use-only. Once started, the blade cannot be stopped, and must be replaced with a fresh blade while the running one is carefully disposed of.
Alt text:
The zoo takes special care to keep kings separated from opposite-color pieces as part of their conservation program to prevent mating in captivity.
Unpopular opinion: The license makes sense and should have been enforced from the start.
The Benchy is a benchmarking tool, not just visually but there are also various features you can measure and check against the dimensions on the website. But that doesn’t work if the model you’re printing has been modified.
If it looks like a beachy, it should have been printed from the original model, so it’s always comparable. Preventing derivatives means you can be sure of that, even if it came on the included SD card with your printer. Otherwise, manufacturers could include a modified model that makes their printers look better than they are.
This seems to be a bug in the slicer. I’m seeing the same issue in OrcaSlicer if the skirt height is set to more than one layer (even if the skirt is disabled). This makes sense if a skirt is used (can’t print a continuous spiral if you have to switch between printing the object and the skirt), but not if it’s disabled.
What slicer are you using? If it’s a PrusaSlicer fork, this is likely the same bug.
My router is called Jupiter, everything connected to it is named after a moon. Callisto, Ganymede, Thelxinoe, Kallichore are what I’m currently using.
You can host a Firefox sync server yourself. You could run that on something like a Raspberry Pi in your local network. If you need remote access, use something like cloudflare tunnels (although I guess that’s something else to be paranoid about).
For quick, uncomplicated parts, SolveSpace works pretty well. It’s missing some features (like chamfers) that limit the kind of parts you can design, but it’s lightweight and relatively easy to use.
For everything beyond that, FreeCAD seems to be the only option (Or one of its forks, I find Ondsel easier to use). It has some issues and a pretty steep learning curve, but it is open source and you can design basically anything with it.
That’s why I don’t let every device decide individually. I know my router (FritzBox) prioritizes the pi-hole (it’s even called “preferred” and “alternative” DNS-Server in the UI)
I have my pi-hole setup as the upstream DNS in my router, with cloudflare as a secondary DNS. That way, all my devices always use the router for DNS (since that’s what is advertised in my DHCP) and the router then uses pi-hole if it’s available, or cloudflare if it isn’t. But the individual device doesn’t get to choose between different servers.
Tightening the belts seems to have helped, but I will have to do some more printing to be sure. Thanks for your help!
The belts are parallel to the axis, but I will try tightening them some more.
This is a 40x40 cube printed in vase mode:
The corners look pretty okay on that:
But I don’t see these kind of results on real-world parts. I guess I have to print some more test parts to narrow down the problem.
That might be part of it, my filament is probably pretty wet. I’ll try some other rolls of filament.
The part is just pretty small, I have the EW set to 0.45 mm withe 0.4 nozzle. But I will try turning it down further.
The rounding looks much more extreme than what I would expect or have seen on other printers I worked with (mostly Ultimakers).
It’s a printer of my own design running marlin. I’m going to try disabling input shaping, but if I remember correctly the problem was already there before I ever enabled it.
Good point, see my edit
I’m guessing it’s about documenting the assembly of safety-critical components. If some part of, let’s say an airplane fails because a bolt comes loose, the manufacturer wants to have a paper trail attached to it to prove that this specific bolt was indeed torqued to the correct spec. Connecting the wrench to the network could make this documentation much easier.
You can try to disable software End-Stops with this gcode:
M211 S0
Be aware though, if you do that, there is nothing preventing your printer from trying to move beyond the hardware limits and possibly destroying itself. You can enable the end-stops again with:
M211 S1
This seems to be an engineering sample CPU. Since these are pre-production, that could mean it’s basically a fully functional CPU. It could also have serious issues.