Commit 6d9ade9a authored by Jan Koniarik's avatar Jan Koniarik
Browse files

added space to modules name in BOM

parent 14a76793
4,Cylinder M3x8 screw
2,"SCAD: femur_plate([95.0,0.0,30.0])"
2,"SCAD: femur_plate([95.0, 0.0, 30.0])"
4,Cylinder M3x8 screw
2,"SCAD: femur_plate([95.0,0.0,30.0])"
2,"SCAD: femur_plate([95.0, 0.0, 30.0])"
4,Cylinder M3x8 screw
2,"SCAD: femur_plate([95.0,0.0,30.0])"
2,"SCAD: femur_plate([95.0, 0.0, 30.0])"
4,Cylinder M3x8 screw
2,"SCAD: femur_plate([95.0,0.0,30.0])"
2,"SCAD: femur_plate([95.0, 0.0, 30.0])"
......@@ -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()
......
......@@ -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]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment