gitignore
parent
d804f9a8fe
commit
ef11bb8fcf
|
@ -1 +1,2 @@
|
||||||
raw/*
|
raw/*
|
||||||
|
hex-rackpanels.zip
|
||||||
|
|
Binary file not shown.
|
@ -4,11 +4,11 @@ by zeus - 2022-09-23 - CC-BY-SA-NC-4.0
|
||||||
https://git.kostianix.de/zeus/3d-stuff/src/branch/main/openscad/own/hex-rackpanels
|
https://git.kostianix.de/zeus/3d-stuff/src/branch/main/openscad/own/hex-rackpanels
|
||||||
|
|
||||||
howto: edit the variables to your liking and needs. Then uncomment one of the models in the end of this file, or add your own
|
howto: edit the variables to your liking and needs. Then uncomment one of the models in the end of this file, or add your own
|
||||||
(images have to be in the folder SRC for the provided models).
|
(images have to be in the folder SRC for the provided models). SVG and DXF-Files will work good for this.
|
||||||
|
|
||||||
Syntax is as following:
|
Syntax is as following:
|
||||||
translate([0,-10,0]) logo("SRC/icinga.svg",3.5);
|
translate([0,-10,0]) logo("SRC/icinga.svg",3.5);
|
||||||
^ move logo [x,y,z](optional) ^ filename ^ scaling-factor (1==100%)
|
^ move logo [x,y,z](optional) ^ filename ^ scaling-factor (1==100%), depending on source file
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// ##########################################
|
// ##########################################
|
||||||
|
@ -66,14 +66,14 @@ panel();
|
||||||
//logo("SRC/truenas-core.svg",10);
|
//logo("SRC/truenas-core.svg",10);
|
||||||
//logo("SRC/truenas-scale.svg",1.25);
|
//logo("SRC/truenas-scale.svg",1.25);
|
||||||
//translate([5,0,0])logo("SRC/freenas.svg",0.5);
|
//translate([5,0,0])logo("SRC/freenas.svg",0.5);
|
||||||
logo("SRC/pfsense.svg",8.5);
|
//logo("SRC/pfsense.svg",8.5);
|
||||||
//logo("SRC/proxmox.svg",7);
|
//logo("SRC/proxmox.svg",7);
|
||||||
//translate([-7,0,0])logo("SRC/ubuntu.svg",0.5);
|
//translate([-7,0,0])logo("SRC/ubuntu.svg",0.5);
|
||||||
//translate([0,5,0])logo("SRC/homeassistant.svg",0.45);
|
//translate([0,5,0])logo("SRC/homeassistant.svg",0.45);
|
||||||
//logo("SRC/debian.svg",12.5);
|
//logo("SRC/debian.svg",12.5);
|
||||||
//logo("SRC/mint.svg",6.5);
|
//logo("SRC/mint.svg",6.5);
|
||||||
//translate([0,10,0])logo("SRC/arch.svg",0.15);
|
//translate([0,10,0])logo("SRC/arch.svg",0.15);
|
||||||
//translate([0,5,0])logo("SRC/tux.svg",0.65);
|
translate([0,5,0])logo("SRC/tux.svg",0.65);
|
||||||
//logo("SRC/windows.svg",0.4);
|
//logo("SRC/windows.svg",0.4);
|
||||||
//logo("SRC/freebsd.svg",17);
|
//logo("SRC/freebsd.svg",17);
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue