Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jan Koniarik
schpin-robot
Commits
6d9ade9a
Commit
6d9ade9a
authored
Feb 05, 2021
by
Jan Koniarik
Browse files
added space to modules name in BOM
parent
14a76793
Changes
6
Hide whitespace changes
Inline
Side-by-side
schpin_koke/bom/leg/fl/femur.csv
View file @
6d9ade9a
4,Cylinder M3x8 screw
2,"SCAD: femur_plate([95.0,0.0,30.0])"
2,"SCAD: femur_plate([95.0,
0.0,
30.0])"
schpin_koke/bom/leg/fr/femur.csv
View file @
6d9ade9a
4,Cylinder M3x8 screw
2,"SCAD: femur_plate([95.0,0.0,30.0])"
2,"SCAD: femur_plate([95.0,
0.0,
30.0])"
schpin_koke/bom/leg/rl/femur.csv
View file @
6d9ade9a
4,Cylinder M3x8 screw
2,"SCAD: femur_plate([95.0,0.0,30.0])"
2,"SCAD: femur_plate([95.0,
0.0,
30.0])"
schpin_koke/bom/leg/rr/femur.csv
View file @
6d9ade9a
4,Cylinder M3x8 screw
2,"SCAD: femur_plate([95.0,0.0,30.0])"
2,"SCAD: femur_plate([95.0,
0.0,
30.0])"
schpin_koke/bom/summary.csv
View file @
6d9ade9a
...
...
@@ -19,7 +19,7 @@
2,SCAD: bat_holder()
2,SCAD: bat_pcb()
1,SCAD: bot_rpi_holder()
8,"SCAD: femur_plate([95.0,0.0,30.0])"
8,"SCAD: femur_plate([95.0,
0.0,
30.0])"
1,SCAD: spine()
4,"SCAD: tile_H(T24,5.0,5.0,undef)"
4,SCAD: tip()
...
...
schpin_koke/src/Parser.hs
View file @
6d9ade9a
...
...
@@ -260,7 +260,7 @@ evalExpr e = withCallStack ("eval expr: " ++ show e) $ case e of
RNum
n
->
show
n
RString
s
->
s
RBool
b
->
show
b
RVec
v
->
"["
++
intercalate
","
(
expr_to_str
<$>
v
)
++
"]"
RVec
v
->
"["
++
intercalate
",
"
(
expr_to_str
<$>
v
)
++
"]"
RUndef
->
"undef"
e_args
::
[
LS
.
Argument
LS
.
Expr
]
->
EvalM
[
ExprRes
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment