Skip to content

Releases: mrWheel/YAPP_Box

Release 3.1

16 Apr 16:21
607fecd
Compare
Choose a tag to compare

Several bug fixes and a new option for Display Mounts.

What's Changed

New Contributors

Full Changelog: V3.0.1...v3.1

First complete v3 release

15 Jan 07:47
Compare
Choose a tag to compare

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

04 Dec 09:10
Compare
Choose a tag to compare

Major changes in API and functionality
Lots of BUG fixes
Code Review

What's Changed

Full Changelog: v2.0.5...v3.0-dev

v2.0.5 Stable. Flanges

14 Nov 10:22
Compare
Choose a tag to compare

This release has added Flange support

v2.0 Added LightTubes and pushButtons

20 Aug 09:07
Compare
Choose a tag to compare

New functionality added:

  • lightTubes
  • pushButtons

v1.9 many bug fixes

19 May 09:25
Compare
Choose a tag to compare
v2.0 new functionality -pushButtons- (Experimental)

Rev. 1.17

22 Feb 12:04
608b6bf
Compare
Choose a tag to compare
Update README.md

Image about the screw depth of the connectors

Rev. 1.16 (06-10-2022)

09 Oct 11:01
Compare
Choose a tag to compare

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

10 Mar 15:48
Compare
Choose a tag to compare

All goals are met