Skip to content

Commit

Permalink
Added rib_style and bumped the required version (support for rebase)
Browse files Browse the repository at this point in the history
  • Loading branch information
openvmp committed Oct 28, 2024
1 parent 40e0e62 commit 11e53bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion cqgridfinity/shims/cqgi_gf_ruggedbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@
if label_height == 0.0:
label_height = None

label_th = 0.5
label_th = 0.8
back_feet = True
hinge_width = 48.0
hinge_bolted = False
rib_style = False

result = GridfinityRuggedBox(
length_u=int(length_u),
Expand All @@ -49,6 +50,7 @@
back_feet=back_feet,
hinge_width=hinge_width,
hinge_bolted=hinge_bolted,
rib_style=rib_style,
).render().val()

show_object(result)
7 changes: 5 additions & 2 deletions partcad.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
partcad: ">=0.6.20"
partcad: ">=0.7.16"

name: /pub/storage/workspace/gridfinity
desc: Created by Zach Freedman as a versatile system of modular organization and storage modules.
Expand Down Expand Up @@ -96,7 +96,7 @@ parts:
default: 0.0
label_th:
type: float
default: 0.5
default: 0.8
back_feet:
type: bool
default: True
Expand All @@ -106,6 +106,9 @@ parts:
hinge_bolted:
type: bool
default: False
rib_style:
type: bool
default: False
box:
type: cadquery
path: cqgridfinity/shims/cqgi_gf_box.py
Expand Down

0 comments on commit 11e53bf

Please sign in to comment.