1
Fork 0

changed cardboard width

This commit is contained in:
Andy Killorin 2023-11-03 17:33:55 -05:00
parent aa2e24156c
commit 109e76e201
No known key found for this signature in database
GPG key ID: 8CB11B45B690DC2A
2 changed files with 3 additions and 2 deletions

View file

@ -51,7 +51,8 @@ dxfs: build/%.scad
clean: clean:
rm -rf build rm -rf build
rm *.selig rm *.dat
cargo clean
vis: build/assembly.scad vis: build/assembly.scad
openscad build/assembly.scad openscad build/assembly.scad

View file

@ -8,7 +8,7 @@ pub const WINGSPAN: f32 = 45.0 * IN2MM;
pub const LENGTH: f32 = 30.0*IN2MM; pub const LENGTH: f32 = 30.0*IN2MM;
/// strut count in the main wing /// strut count in the main wing
pub const STRUTS: usize = 12; pub const STRUTS: usize = 12;
pub const CARDBOARD_WIDTH: f32 = 2.4; pub const CARDBOARD_WIDTH: f32 = 3.5;
/// length of each side of the triangular spar /// length of each side of the triangular spar
pub const SPAR_SIDE_WIDTH: f32 = 0.75 * IN2MM; pub const SPAR_SIDE_WIDTH: f32 = 0.75 * IN2MM;
pub const FUSELAGE_GAP: f32 = 0.4 * IN2MM; pub const FUSELAGE_GAP: f32 = 0.4 * IN2MM;