Adding unit comments
This commit is contained in:
parent
211e1f8535
commit
3953299902
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
// A fixed fin stomp rocket version
|
||||
// Units mm g s
|
||||
|
||||
use <Stomp Rocket Body v1.scad>
|
||||
$fa = 1;
|
||||
$fs = 0.5;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// Stomp Rocket Body
|
||||
// Units mm g s
|
||||
|
||||
$fa = 1;
|
||||
$fs = 0.5;
|
||||
|
|
Loading…
Reference in a new issue