Fixed text "HOT!2 protruding inside
To get a better airflow, it is necessary to fix the buggy positioning of the "HOT!2", so that it does not reach INSIDE the nozzle fan duct
This commit is contained in:
parent
92fc7de934
commit
8074243948
|
|
@ -172,7 +172,7 @@ module fan_nozzle()
|
|||
translate([-11.2,-53,-41.0]) rotate([0,-30,0]) cube([0.8,9,4.5]);
|
||||
|
||||
|
||||
translate([10,-51,-50.8]) rotate([0,180,0]) linear_extrude(height = 2)
|
||||
translate([10,-51,-52]) rotate([0,180,0]) linear_extrude(height = 0.8)
|
||||
{ text("HOT!2",font = "helvetica:style=Bold", size=5, center=true); }
|
||||
}
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue