Compare commits
1 commit
main
...
fix-zbuffe
| Author | SHA1 | Date | |
|---|---|---|---|
| 311e105fcf |
2 changed files with 2 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ module girl_grid_section(x_p, y_p, x_n, y_n) {
|
|||
_girl_grid_slots();
|
||||
}
|
||||
|
||||
linear_extrude(grid_height+100)
|
||||
linear_extrude(grid_height+100, convexity=4)
|
||||
offset( lock_depth/2)
|
||||
offset(-lock_depth/2)
|
||||
square([grid_size,grid_size],center=true);
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ module girl_lock() {
|
|||
|
||||
module girl_slot() {
|
||||
$fn=12;
|
||||
linear_extrude(lock_height+0.4, center=true)
|
||||
linear_extrude(lock_height+0.4, center=true, convexity=4)
|
||||
mirror_copy([0,1])
|
||||
mirror_copy([1,0])
|
||||
_girl_slot_part();
|
||||
|
|
|
|||
Loading…
Reference in a new issue