Skip to content

Commit

Permalink
Fix thickness of left wall
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Dec 16, 2021
1 parent bbd0b4d commit 1c13315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/enclosure/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ pub extern "C" fn model(_args: &HashMap<String, String>) -> fj::Shape {
]);
let left = fj::Sweep {
shape: left.into(),
length: material_strength * 2.,
length: material_strength,
};
let left = fj::Rotate {
shape: Box::new(left.into()),
Expand Down

0 comments on commit 1c13315

Please sign in to comment.