Releases: mrWheel/YAPP_Box
Releases · mrWheel/YAPP_Box
Release 3.1
Several bug fixes and a new option for Display Mounts.
What's Changed
- Support countersunk-head screws for connectors. by @goramai in #58
- Multi PCB option by @rosenhauer in #60
- Sync by @rosenhauer in #61
- Add additional text options and pcbStand pin options by @rosenhauer in #62
- Added option to perform cutouts from the inside in addition to from the outside (default) by @rosenhauer in #65
- Added wallToRidgeRatio variable. by @rosenhauer in #67
- minor fixes for shapes and added snapSlack to pushbuttons by @rosenhauer in #69
- added squares mask by @rosenhauer in #70
- Fix yappTopPin typo by @DeflateAwning in #73
- Add image labels by @zyphlar in #78
- Update Version number by @rosenhauer in #79
- Add additional examples by @rosenhauer in #80
- Connector Height bug correction for #81 by @rosenhauer in #83
- Add PCBSupport sanity checks by @rosenhauer in #84
- Add yappRing shape to create rings by @dtorres-sf in #71
- Fix light tubes wall & rib rendering for rectangular shapes by @aeburriel in #86
- Update Version by @rosenhauer in #88
- 3.1 Update Add Display Mounts by @rosenhauer in #89
New Contributors
- @goramai made their first contribution in #58
- @zyphlar made their first contribution in #78
- @dtorres-sf made their first contribution in #71
Full Changelog: V3.0.1...v3.1
First complete v3 release
This release is a major update to previously releases.
There are many changes you have to take into account. The most important are:
- the directory structure has changed (thanks @DeflateAwning)
- the API has changed (thanks @rosenhauer)
- More (new) functionality
- Bug fixes
v3.0-dev
Major changes in API and functionality
Lots of BUG fixes
Code Review
What's Changed
- Rework by @rosenhauer in #26
Full Changelog: v2.0.5...v3.0-dev
v2.0.5 Stable. Flanges
This release has added Flange support
v2.0 Added LightTubes and pushButtons
New functionality added:
- lightTubes
- pushButtons
v1.9 many bug fixes
v2.0 new functionality -pushButtons- (Experimental)
Rev. 1.17
Rev. 1.16 (06-10-2022)
Rev. 1.16
new cutoutsGrill array
//-- cutoutsGrill -- origin is pcb[0,0,0] // (0) = xPos // (1) = yPos // (2) = grillWidth // (3) = grillLength // (4) = gWidth // (5) = gSpace // (6) = gAngle // (7) = plane [ "base" | "lid" ] // (8) = {polygon points} (optional) cutoutsGrill = [ [22, 22, 90, 90, 2, 3, 50, "base", [ [0,15],[20,15],[30,0],[40,15],[60,15] ,[50,30],[60,45], [40,45],[30,60] ,[20,45], [0,45],[10,30] ] ] ,[15, 10, 50, 10, 2, 3, -20, "base"] ,[15, 15, 10, 50, 2, 3, -45, "lid"] ,[15, 85, 50, 10, 2, 3, 20, "base"] ,[85, 15, 10, 50, 2, 3, 45, "lid"] ];
Release v1.3
All goals are met