changed cardboard width
This commit is contained in:
parent
aa2e24156c
commit
109e76e201
2 changed files with 3 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue