Compare commits

...

2 Commits

Author SHA1 Message Date
cb82933e50
docs updates for v4.4.1
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2024-07-07 10:37:05 -05:00
a1fc85c069
rename the overhang solo lever + 6 button and add a board mount
this makes it essentially the same as the inset panel, just as an
overhang variant

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2024-07-07 10:35:44 -05:00
3 changed files with 29 additions and 1 deletions

View File

@ -2,6 +2,27 @@
Included is a summary of changes to the project, by version. Details can be found in the commit history. Included is a summary of changes to the project, by version. Details can be found in the commit history.
## v4.4.1
### Features
* A new lever + Sega 2P 6 button panel has been added. The overhang version hadn't been updated in forever, but the
inset panel moved stuff around in a way that allowed a couple aux buttons to fit in, so those have been added to the
overhang panel as well.
* A horizontal stripe frame windowed piece has been added. YMMV may vary a bit on this vs. an empty window --- you can
see less of the inner object with the stripes, but it's a bit more stable.
### Improvements
* The frame wall slashes have been made a bit more reusable.
* The area around button holes for screw-ins has been tweaked to be a bit smaller for 30mm buttons and a bit larger for
24mm buttons.
### Miscellaneous
* A bottom overhang panel was positioned incorrectly in the demo file; this has been fixed.
* Added a demo of the one-panel overhang lever + 6 button stick.
## v4.4.0 ## v4.4.0
### Features ### Features

View File

@ -5,3 +5,7 @@ Notes for "next time".
## v4.x ## v4.x
* Engraving some cosmetic stuff? Or maybe a place to mount other plates on the top? * Engraving some cosmetic stuff? Or maybe a place to mount other plates on the top?
## v5
* Finishing the build123d rewrite?

View File

@ -8,7 +8,10 @@ include <components.scad>
module lever_and_sega_2p_6_button_solo_overhang_panel() { module lever_and_sega_2p_6_button_solo_overhang_panel() {
difference() { difference() {
union() {
panel_with_raised_overhang(); panel_with_raised_overhang();
translate([45, -58, -panel_z/2]) rotate([0, 0, 13]) pcb_mount();
}
translate([90, -25, 0]) sega_2p_6_button(); translate([90, -25, 0]) sega_2p_6_button();
translate([-65, 5, 0]) union() { translate([-65, 5, 0]) union() {
levermountholes(); levermountholes();