-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f3c8158
commit db03617
Showing
6 changed files
with
162 additions
and
15 deletions.
There are no files selected for viewing
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
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,75 @@ | ||
// Minimal overrides for Waveshare 7.3" E case | ||
include <case1.scad>; | ||
|
||
/* [View Settings] */ | ||
view_mode="print_horizontal"; // [print_vertical, print_horizontal, stacked] | ||
|
||
/* [Panel dimensions] */ | ||
panel_width = 69.7; | ||
panel_height = 98.5; | ||
panel_depth = 6.8; | ||
|
||
panel_bezel_left = 10.5; | ||
panel_bezel_right = 6.5; | ||
panel_bezel_top = 6.5; | ||
panel_bezel_bottom = 6.5; | ||
|
||
/* [Border and inner padding] */ | ||
panel_border_right = 6.0; | ||
panel_border_left = 3.0; | ||
panel_border_top = 6.0; | ||
panel_border_bottom = 6.0; | ||
|
||
case_inner_padding_left = 2.0; | ||
case_inner_padding_right = 2.0; | ||
case_inner_padding_top = 2.0; | ||
case_inner_padding_bottom = 1.0; | ||
|
||
/* [Cable gap] */ | ||
panel_cable_gap_right = 30; | ||
panel_cable_gap_size = 0.8; // How into the border to cut | ||
|
||
/* [Case depth] */ | ||
case_depth = 6.0; | ||
|
||
/* [Screws] */ | ||
screw_offset_left = 4.0; | ||
screw_offset_right = 4.0; | ||
screw_offset_top = 4.0; | ||
screw_offset_bottom = 4.0; | ||
|
||
extra_screws_top = [0, 0, 0, 0, 0]; | ||
extra_screws_bottom = [0, 0, 0, 0, 0]; | ||
extra_screws_left = [0, 0, 0, 0, 0]; | ||
extra_screws_right = [0, 0, 0, 0, 0]; | ||
|
||
/* [Center support] */ | ||
case_center_support_vertical = false; | ||
case_center_support_horizontal = false; | ||
|
||
/* [Kickstand] */ | ||
kickstand = true; | ||
kickstand_width = 64; | ||
kickstand_leg_width = 6; | ||
kickstand_leg_bridge_height = 7; | ||
kickstand_leg_bridge_offset_percentage = 0; | ||
kickstand_depth = 6.7; | ||
|
||
/* [USB cutout] */ | ||
usb_cutout = true; | ||
usb_cutout_hole_position = "back"; // [top, bottom, left, right, back] | ||
usb_cutout_offset_x_percentage = 50; | ||
usb_cutout_offset_y_percentage = 82; | ||
usb_cutout_box_width = 17; | ||
usb_cutout_box_height = 11; | ||
usb_cutout_box_depth = 2.2; | ||
usb_cutout_hole_height = 5.8; | ||
|
||
/* [Hanging hole] */ | ||
hanging_hole = false; | ||
hanging_hole_offset = 4; | ||
|
||
/* [Debug] */ | ||
cross_section_percentage = 0; // [0:100] | ||
vertical_print_scale = 1.004; // 0.4mm shrinkage for every 100mm | ||
kickstand_rotation = 0; |
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,71 @@ | ||
// Minimal overrides for Waveshare 7.3" E case | ||
include <case1.scad>; | ||
|
||
/* [View Settings] */ | ||
view_mode="print_horizontal"; // [print_vertical, print_horizontal, stacked] | ||
|
||
/* [Panel dimensions] */ | ||
panel_width = 67.8; | ||
panel_height = 101.1; | ||
panel_depth = 6.8; | ||
|
||
panel_bezel_left = 6.2; | ||
panel_bezel_right = 6.2; | ||
panel_bezel_top = 6.2; | ||
panel_bezel_bottom = 10.8; | ||
|
||
/* [Border and inner padding] */ | ||
panel_border_left = 6.6; | ||
panel_border_right = 6.6; | ||
panel_border_top = 6.6; | ||
panel_border_bottom = 2.0; | ||
|
||
case_inner_padding_left = 2.0; | ||
case_inner_padding_right = 2.0; | ||
case_inner_padding_top = 2.0; | ||
case_inner_padding_bottom = 2.0; | ||
|
||
/* [Case depth] */ | ||
case_depth = 6.0; | ||
|
||
/* [Screws] */ | ||
screw_offset_left = 4.2; | ||
screw_offset_right = 4.2; | ||
screw_offset_top = 4.2; | ||
screw_offset_bottom = 4.2; | ||
|
||
extra_screws_top = [0, 0, 0, 0, 0]; | ||
extra_screws_bottom = [0, 0, 0, 0, 0]; | ||
extra_screws_left = [0, 0, 0, 0, 0]; | ||
extra_screws_right = [0, 0, 0, 0, 0]; | ||
|
||
/* [Center support] */ | ||
case_center_support_vertical = false; | ||
case_center_support_horizontal = false; | ||
|
||
/* [Kickstand] */ | ||
kickstand = true; | ||
kickstand_width = 64; | ||
kickstand_leg_width = 6; | ||
kickstand_leg_bridge_height = 7; | ||
kickstand_leg_bridge_offset_percentage = 0; | ||
kickstand_depth = 6.7; | ||
|
||
/* [USB cutout] */ | ||
usb_cutout = true; | ||
usb_cutout_hole_position = "back"; // [top, bottom, left, right, back] | ||
usb_cutout_offset_x_percentage = 50; | ||
usb_cutout_offset_y_percentage = 82; | ||
usb_cutout_box_width = 17; | ||
usb_cutout_box_height = 11; | ||
usb_cutout_box_depth = 2.2; | ||
usb_cutout_hole_height = 5.8; | ||
|
||
/* [Hanging hole] */ | ||
hanging_hole = false; | ||
hanging_hole_offset = 4; | ||
|
||
/* [Debug] */ | ||
cross_section_percentage = 0; // [0:100] | ||
vertical_print_scale = 1.004; // 0.4mm shrinkage for every 100mm | ||
kickstand_rotation = 0; |
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