smaller version of gonicus logo
This commit is contained in:
		| @@ -1,10 +1,10 @@ | ||||
| // some basic 2d-to-3d-extrusion of Vectorfiles | ||||
| // ############### | ||||
| h=4;  //height | ||||
| w=25;  //width | ||||
| l=95; //lenght | ||||
| hd=10;  //hole_dia | ||||
| emd=1;  // embossing depth | ||||
| h=3;  //height | ||||
| w=20;  //width | ||||
| l=75; //lenght | ||||
| hd=7.5;  //hole_dia | ||||
| emd=1.25;  // embossing depth | ||||
| $fn=100; //resolution | ||||
| // ############### | ||||
| difference(){  | ||||
| @@ -15,8 +15,8 @@ difference(){ | ||||
|         }     | ||||
|     } | ||||
|     translate([w/4,0,h-emd]){ | ||||
|         scale([0.4,0.4,1]){ | ||||
|             linear_extrude(height = h/2*1){ | ||||
|         scale([0.3,0.3,1]){ | ||||
|             linear_extrude(height = h){ | ||||
|                 import("src/GONICUS-Logo_2022_logo-only.svg",center=true); | ||||
|             } | ||||
|         } | ||||
|   | ||||
							
								
								
									
										9984
									
								
								openscad/own/2d-to-3d-scad/gonicus/src/gonicus_clean.dxf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9984
									
								
								openscad/own/2d-to-3d-scad/gonicus/src/gonicus_clean.dxf
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										23
									
								
								openscad/own/esp-rgb-fancontroller/case.scad
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								openscad/own/esp-rgb-fancontroller/case.scad
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,23 @@ | ||||
| // rgb and fancontroller casing for esp with wled to drive computer-rbg-gear | ||||
| // by zeus - cc4.0-by-nc-sa - 2022-04-30 | ||||
| // ################################################## | ||||
|  | ||||
| // Variables | ||||
| case_w=; | ||||
| case_l=; | ||||
| case_h_btm=; | ||||
| mt=3; | ||||
| fan_cutout_w=; // 4-pin pwm-headers, 90° angled | ||||
| fan_cutout_h=; | ||||
| fan_cutout_top_w=; // cutout for the retention-clip on top | ||||
| fan_cutout_top_d=; // ~ depth | ||||
| rgb_cutout_w=; // jst_sm-sockets | ||||
| rgb_cutout_h=; | ||||
| io_cutout_w=; // the other three sockets for power and MB connectivity, about 12-13 pins overall width | ||||
| io_cutout_h=; | ||||
| hole_dia=; | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| // Model | ||||
		Reference in New Issue
	
	Block a user