minor corrections
This commit is contained in:
		| @@ -36,10 +36,10 @@ module panel(){ | ||||
|             translate([0,0,-q])cylinder(d=magnet_dia,h=magnet_h); | ||||
|         } | ||||
|         if (magnet_count>1){ | ||||
|             for (m=[1:360/magnet_count:359]){ | ||||
|             for (m=[0:360/magnet_count:360]){ | ||||
|                 rotate([0,0,m]){ | ||||
|                     translate([panel_dia/4,0,-q]){ | ||||
|                         cylinder(d=magnet_dia,h=magnet_h); | ||||
|                         #cylinder(d=magnet_dia,h=magnet_h); | ||||
|                     } | ||||
|                 } | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user