gitignore

main
zeus 2022-09-24 15:13:32 +02:00
parent d804f9a8fe
commit ef11bb8fcf
4 changed files with 5 additions and 4 deletions

View File

@ -1 +1,2 @@
raw/*
hex-rackpanels.zip

View File

@ -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
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:
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-scale.svg",1.25);
//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);
//translate([-7,0,0])logo("SRC/ubuntu.svg",0.5);
//translate([0,5,0])logo("SRC/homeassistant.svg",0.45);
//logo("SRC/debian.svg",12.5);
//logo("SRC/mint.svg",6.5);
//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/freebsd.svg",17);

Binary file not shown.