1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-01-16 20:38:15 +01:00

Fan guard made stronger by making it thinner!

This commit is contained in:
Chris Palmer 2016-01-05 10:58:01 +00:00
parent e0ee0fa2da
commit ce0018a662
3 changed files with 12932 additions and 12144 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 113 KiB

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,11 @@
include <conf/config.scad>
thickness = 2;
wall = 2 * filament_width + eta;
nozzle = 0.45;
//wall = 2 * filament_width - layer_height * (PI / 4 - 0.5);
wall = filament_width - layer_height / 2 + nozzle / 2 + filament_width / 2;
finger_width = 7;
spokes = 4;