Browse Source

Merge branch 'master' of github.com:s3xm3x/UppSense

master
Maximilian Stiefel 8 years ago
parent
commit
ebd2a2137b
  1. 2
      cad/adapter.scad
  2. 2
      cad/housing.scad
  3. 2
      cad/lid.scad
  4. 2
      cad/open_box.scad

2
cad/adapter.scad

@ -2,7 +2,7 @@
// Housing box for UppSense first tries. // Housing box for UppSense first tries.
// //
// Author: Maximilian Stiefel // Author: Maximilian Stiefel
// Last modification: 26.04.3017 // Last modification: 28.04.2017
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////

2
cad/housing.scad

@ -2,7 +2,7 @@
// Housing box for UppSense first tries. // Housing box for UppSense first tries.
// //
// Author: Maximilian Stiefel // Author: Maximilian Stiefel
// Last modification: 26.04.3017 // Last modification: 26.04.2017
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
use <open_box.scad> use <open_box.scad>

2
cad/lid.scad

@ -2,7 +2,7 @@
// Lid for the housing box for UppSense first tries. // Lid for the housing box for UppSense first tries.
// //
// Author: Maximilian Stiefel // Author: Maximilian Stiefel
// Last modification: 27.04.3017 // Last modification: 27.04.2017
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////

2
cad/open_box.scad

@ -2,7 +2,7 @@
// Module for a open box with rounded edges. // Module for a open box with rounded edges.
// //
// Author: Maximilian Stiefel // Author: Maximilian Stiefel
// Last modification: 26.04.3017 // Last modification: 26.04.2017
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
module open_box(width, length, height, thickness) module open_box(width, length, height, thickness)

Loading…
Cancel
Save