Are you interested in a federated alternative to Goodreads that doesn't use Amazon?
because I'm making a federated alternative to Goodreads that doesn't use Amazon
The #PinePhone modem (yes, the modem) can now run Linux kernel 5.10 ( @postmarketOS )... we're sure many of you know where this is heading :)
Massive thanks to biktorgj, konradybcio and others.
shitpost
who needs backups when there is ddrescue
the residual data corruption only makes it better
Hey everyone! Happy new year! :) After a bit of a break, let's get back to "Electronics Let's Play" streaming on twitch. Tomorrow Tuesday at 1pm Pacific. Let's play around with Glasgow and explore some of the existing applets! :D https://www.twitch.tv/esden
This is so helpful, I really wish this was built-in.
You can also look up the built-in debug tools: # ! % *
- extremely useful! https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Modifier_Characters
Here's the code, I made it a bit less redundant. #OpenSCAD
Remember to set debugEnabled=true; if you want the XYZ gizmo be rendered.
module debug(size = 1) {
l = 10;
$fn=5;
if (debugEnabled) {
for (a=[[[0,0,0], "blue"], [[0,90,0], "red"], [[-90,0,0], "green"]])
color(a[1])
rotate(a[0])
cylinder(d1=size, d2=0, h=l*size);
} else {
echo("Model debugging disabled");
}
}
#OpenSCAD debugging tip. I wrote a small helper function which creates 3 cones among each axis, in different colors. Anytime I'm lost (mostly because of rotations) I just call this function, and use it as a reference for everything what's below.
This on a world scale costs so much unnecessary time, I can't even. Always give canonical forms with +XXXXXXXXX which works from everywhere.
And don't even get me started on time zones.
This field left blank intentionally.