-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #98 from RobertGawron/feature/chassis
Feature/chassis
- Loading branch information
Showing
12 changed files
with
2,156 additions
and
2,268 deletions.
There are no files selected for viewing
4,085 changes: 2,037 additions & 2,048 deletions
4,085
hardware/DDSFunctionGenerator/3DModels/Transformer_B62152_8_3.step
Large diffs are not rendered by default.
Oops, something went wrong.
143 changes: 0 additions & 143 deletions
143
hardware/DDSFunctionGenerator/3DModels/Transformer_Toroid_Horizontal_D9.0mm_Amidon-T30.step
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
group() { | ||
difference() { | ||
linear_extrude(height = 10, center = false, convexity = 10, scale = [1, 1], $fn = 0, $fa = 12, $fs = 2) { | ||
square(size = [86, 71], center = false); | ||
} | ||
multmatrix([[1, 0, 0, 3], [0, 1, 0, 3], [0, 0, 1, 3], [0, 0, 0, 1]]) { | ||
linear_extrude(height = 7, center = false, convexity = 10, scale = [1, 1], $fn = 0, $fa = 12, $fs = 2) { | ||
square(size = [80, 65], center = false); | ||
} | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
|
||
PCB_X_LENGTH = 80; | ||
PCB_Y_LENGTH = 65; | ||
|
||
BOTTOM_CHASSIS_THICKNESS = 3; | ||
BOTTOM_CHASSIS_HEIGHT = 10; | ||
|
||
|
||
module Enclousure() | ||
{ | ||
// Union() | ||
{ | ||
/// | ||
// linear_extrude(height = BOTTOM_CHASSIS_THICKNESS, convexity = 10, twist = 0) | ||
// square([PCB_X_LENGTH + BOTTOM_CHASSIS_THICKNESS, PCB_Y_LENGTH + BOTTOM_CHASSIS_THICKNESS]); | ||
|
||
|
||
difference() | ||
{ | ||
linear_extrude(height = BOTTOM_CHASSIS_HEIGHT, convexity = 10, twist = 0) | ||
square([PCB_X_LENGTH + 2*BOTTOM_CHASSIS_THICKNESS, PCB_Y_LENGTH + 2*BOTTOM_CHASSIS_THICKNESS]); | ||
|
||
translate([BOTTOM_CHASSIS_THICKNESS, BOTTOM_CHASSIS_THICKNESS, BOTTOM_CHASSIS_THICKNESS]) | ||
linear_extrude(height = BOTTOM_CHASSIS_HEIGHT - BOTTOM_CHASSIS_THICKNESS, convexity = 10, twist = 0) | ||
square([PCB_X_LENGTH , PCB_Y_LENGTH ]); | ||
|
||
|
||
} | ||
} | ||
} | ||
|
||
|
||
Enclousure(); |
Binary file modified
BIN
+21.1 KB
(160%)
mechanical/KiCADModels/FreeCAD/Transformer_B62152_8.3.FCStd
Binary file not shown.
Binary file removed
BIN
-29.2 KB
mechanical/KiCADModels/FreeCAD/Transformer_Toroid_Horizontal_D9.0mm_Amidon-T30.FCStd
Binary file not shown.
Oops, something went wrong.