mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-11 01:44:01 +02:00
Removed Z-fighting on 3D hot end
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 124 KiB |
@@ -112,7 +112,7 @@ module e3d_fan_duct(type) {
|
||||
module e3d_fan(type) {
|
||||
e3d_fan_duct(type);
|
||||
|
||||
translate([fan_x_offset + 5, 0, 15])
|
||||
translate([fan_x_offset + 5 + eps, 0, 15])
|
||||
rotate([0, 90, 0])
|
||||
not_on_bom()
|
||||
fan(fan30x10);
|
||||
|
Reference in New Issue
Block a user