Bob
Bob
sorry for the late response, notifications to this repo have been going to the wrong email. The docs are wrong, and the situation is definitely confusing; the docs should say...
a fillet is attained by using a minkowski sum, which is an expensive operation that often causes degenerate geometry. Support has gotten better on the nightlies recently though, so if...
The screen pausing continuously indicates the voltage on the middle button's GPIO is low - most likely there's a bridge somewhere to ground or another pin. The most common place...
you could do something like this: ``` $stem_support_type = "disable"; $support_type = "flat"; $stem_throw = 3; difference() { dcs_row(5) legend("⇪", size=9) key(); union() { $stem_throw = 5; inside_cherry_cross(0.2); } }...
I'm using a cheap 128x32 display off aliexpress: https://www.aliexpress.com/item/32712441521.html to display pong via an attiny: https://github.com/rsheldiii/Keebcard/ which is why I'm in vertical addressing mode. During operation I care about updating...