mirror of
https://github.com/nophead/Mendel90.git
synced 2025-08-09 06:46:30 +02:00
Fan guard made stronger by making it thinner!
This commit is contained in:
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
@@ -10,7 +10,11 @@
|
|||||||
include <conf/config.scad>
|
include <conf/config.scad>
|
||||||
|
|
||||||
thickness = 2;
|
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;
|
finger_width = 7;
|
||||||
spokes = 4;
|
spokes = 4;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user