mirror of
https://git.hamburg.ccc.de/c3cat/scad.git
synced 2025-01-18 17:09:23 +01:00
loveboard-cover-r2-cat v0.1.1: hopefully fix infill issue
This commit is contained in:
parent
92e388d8fd
commit
ea3a51b3f7
|
@ -74,7 +74,7 @@ module loveboard_cover_r2_cat() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
scale(0.99) hull() import("stls/LoveBoard-cover-R2.stl");
|
scale(0.9999) hull() import("stls/LoveBoard-cover-R2.stl");
|
||||||
}
|
}
|
||||||
color("red") import("stls/LoveBoard-cover-R2.stl");
|
color("red") import("stls/LoveBoard-cover-R2.stl");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue