diff --git a/README.md b/README.md index 8501d88..0b983bf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Introduction -This project is about autonomous SBC case creation. It utilizes the SBC Model Framework project to automatically generate cases based on the data for any of the 58 current SBC contained within the framework. This allows legacy, current and future SBC to have multiple cases available on day one of their inclusion in the framework. There are multiple base case designs(shell, panel, stacked, tray, tray-sides, round, hex, snap, fitted) available and each allows for different styles within the design. +This project is about autonomous SBC case creation. It utilizes the SBC Model Framework project to automatically generate cases based on the data for any of the 61 current SBC contained within the framework. This allows legacy, current and future SBC to have multiple cases available on day one of their inclusion in the framework. There are multiple base case designs(shell, panel, stacked, tray, tray-sides, round, hex, snap, fitted) available and each allows for different styles within the design. All case openings are created automatically based on SBC data and the dimensions of any case design can be expanded in any axis allowing for the creation of larger cases. If you reposition the SBC in a case, you will see i/o openings created or removed appropriately based on it’s proximity to the case geometry. These cases might be useful for prototypes or other in house uses to quickly and easily create standard, specialized and custom SBC cases thru different case designs, styles and accessories. diff --git a/SBC_Model_Framework b/SBC_Model_Framework index d3ed72e..d81d920 160000 --- a/SBC_Model_Framework +++ b/SBC_Model_Framework @@ -1 +1 @@ -Subproject commit d3ed72ed6ebc3f3f8a51a86181763aca4858e464 +Subproject commit d81d9202194d949cc6f60f72b9b162f3af87fbad diff --git a/sbc_case_builder.scad b/sbc_case_builder.scad index 1d1384f..06300a6 100644 --- a/sbc_case_builder.scad +++ b/sbc_case_builder.scad @@ -45,11 +45,11 @@ 20221101 Version 2.0.2 updated sbc model framework, h3/h3+ model and rockpi5b adjustments 20221207 Version 2.0.3 added part view to facilitate individual part prints, updated sbc model framework, added n2l and m1 cases - 2023xxxx Version 2.0.x fixed standoff sidewall support misplacement on sbc move, fixed standoff auto + 20231110 Version 2.0.4 fixed standoff sidewall support misplacement on sbc move, fixed standoff auto opening z height, fixed case top right side standoffs support, fixed access_port and access_cover 180 rotation in portrait and landscape, adjusted jack_3.5 and hdmi_a_vertical opening, change radxa rockpi to rock, - changed visionfive2 tray design bottom screw locations + changed visionfive2 tray design bottom screw locations, updated sbc model framework. see https://github.com/hominoids/SBC_Case_Builder */ diff --git a/sbc_case_builder_library.scad b/sbc_case_builder_library.scad index 6a9093c..ddd4375 100644 --- a/sbc_case_builder_library.scad +++ b/sbc_case_builder_library.scad @@ -49,7 +49,7 @@ 20221101 version 2.0.2 added hdmi_a_vertical mask, increased jack_3.5 mask dia.to 6mm, lowered hdmi_a_vertical mask by 2mm, added mask for microsdcard2 20221207 version 2.0.3 added double_stacked_usb3-usb2, hd35_vtab(side) and supporting code - 2023xxxx version 2.0.x added h3_port_extender(style, mask = false), hk_pwr_button(mask = false), keyhole(keysize, mask = false), + 20231110 version 2.0.4 added h3_port_extender(style, mask = false), hk_pwr_button(mask = false), keyhole(keysize, mask = false), vent_hex(cells_x, cells_y, cell_size, cell_spacing, orientation) and supporting code, dsub(dsubsize, mask = false), vent_panel_hex(x, y, thick, cell_size, cell_spacing, border, borders), added nut_holder(nut, style, dia_x, dia_y, height), fixed access_port and access_cover 180 rotation