Moved some files to lib folder.
This commit is contained in:
parent
a71fbce611
commit
fd3cce955d
5 changed files with 7 additions and 7 deletions
|
@ -6,8 +6,8 @@
|
||||||
* License: CC0 *
|
* License: CC0 *
|
||||||
*************************************************************************/
|
*************************************************************************/
|
||||||
|
|
||||||
include <colors.scad>;
|
include <lib/colors.scad>;
|
||||||
include <edge.scad>;
|
include <lib/edge.scad>;
|
||||||
|
|
||||||
/* Höhe wichtiger Bauteile:
|
/* Höhe wichtiger Bauteile:
|
||||||
*
|
*
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
* License: CC0 *
|
* License: CC0 *
|
||||||
*************************************************************************/
|
*************************************************************************/
|
||||||
|
|
||||||
|
include <front.scad>;
|
||||||
|
include <lib/colors.scad>;
|
||||||
|
|
||||||
/* Maße relevanter Bauteile:
|
/* Maße relevanter Bauteile:
|
||||||
*
|
*
|
||||||
* Kurzhubtaster Pads:
|
* Kurzhubtaster Pads:
|
||||||
|
@ -26,9 +29,6 @@
|
||||||
* B: 12.8 mm
|
* B: 12.8 mm
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include <front.scad>;
|
|
||||||
include <colors.scad>;
|
|
||||||
|
|
||||||
// Überstand der Buttons über die Hülle.
|
// Überstand der Buttons über die Hülle.
|
||||||
protrusion = 2;
|
protrusion = 2;
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
* License: CC0 *
|
* License: CC0 *
|
||||||
*************************************************************************/
|
*************************************************************************/
|
||||||
|
|
||||||
include <colors.scad>;
|
include <lib/colors.scad>;
|
||||||
include <edge.scad>;
|
include <lib/edge.scad>;
|
||||||
|
|
||||||
/* Höhe wichtiger Bauteile:
|
/* Höhe wichtiger Bauteile:
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue