Compare commits

...

1 commit

Author SHA1 Message Date
311e105fcf Fix most Z-buffering faults in openscad preview 2025-05-02 18:31:43 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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();