Added logo cutout for power led.
This commit is contained in:
parent
537f6c1463
commit
993be4f5d9
5 changed files with 206 additions and 1759 deletions
14
front.scad
14
front.scad
|
@ -99,6 +99,9 @@ led_y = true;
|
|||
// LED-Pegel.
|
||||
led_gauge = true;
|
||||
|
||||
// LED Logo.
|
||||
led_logo = true;
|
||||
|
||||
// Aussparungen für die Analog-Sticks.
|
||||
analog_sticks = true;
|
||||
|
||||
|
@ -137,6 +140,17 @@ module top_cutouts() {
|
|||
import("./svg/front led y.svg");
|
||||
}
|
||||
}
|
||||
|
||||
// Power LED.
|
||||
if (led_logo) {
|
||||
linear_extrude(height=thickness) {
|
||||
import("./svg/front led power logo.svg");
|
||||
}
|
||||
} else {
|
||||
linear_extrude(height=thickness) {
|
||||
import("./svg/front led power.svg");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Schaft für die Schrauben.
|
||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 198 KiB After Width: | Height: | Size: 198 KiB |
76
svg/front led power logo.svg
Normal file
76
svg/front led power logo.svg
Normal file
|
@ -0,0 +1,76 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="150mm"
|
||||
height="110mm"
|
||||
viewBox="0 0 150 110"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
||||
sodipodi:docname="front led power logo.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.85623"
|
||||
inkscape:cx="292.81866"
|
||||
inkscape:cy="322.7438"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:document-rotation="0"
|
||||
showgrid="false"
|
||||
inkscape:showpageshadow="true"
|
||||
inkscape:snap-bbox="false"
|
||||
inkscape:bbox-nodes="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:window-width="1438"
|
||||
inkscape:window-height="880"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="16"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid833"
|
||||
units="mm"
|
||||
spacingx="0.25"
|
||||
spacingy="0.25"
|
||||
empspacing="4" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<path
|
||||
style="display:inline;fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:0.317499px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 76.5,84.000001 v 1.5 H 75 v 1.5 l -3,-3 h 3 v -3 l 3,3 z"
|
||||
id="path1149"
|
||||
sodipodi:nodetypes="ccccccccc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
75
svg/front led power.svg
Normal file
75
svg/front led power.svg
Normal file
|
@ -0,0 +1,75 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="150mm"
|
||||
height="110mm"
|
||||
viewBox="0 0 150 110"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
||||
sodipodi:docname="front led power.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1.5129356"
|
||||
inkscape:cx="283.5547"
|
||||
inkscape:cy="207.87402"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:document-rotation="0"
|
||||
showgrid="false"
|
||||
inkscape:showpageshadow="true"
|
||||
inkscape:snap-bbox="false"
|
||||
inkscape:bbox-nodes="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:window-width="1438"
|
||||
inkscape:window-height="880"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="16"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid833"
|
||||
units="mm"
|
||||
spacingx="0.25"
|
||||
spacingy="0.25"
|
||||
empspacing="4" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<path
|
||||
style="color:#000000;fill:#000000;fill-rule:evenodd;stroke-linecap:round;-inkscape-stroke:none"
|
||||
d="m 73.5,83.5 c -0.972221,0 -1.839181,0.425118 -2.457031,1.042969 l -1.5,1.5 a 1,1 0 0 0 0,1.414062 1,1 0 0 0 1.414062,0 l 1.5,-1.5 C 72.83918,85.574883 72.972223,85.5 73.5,85.5 h 3 c 0.527777,0 0.66082,0.07488 1.042969,0.457031 l 1.5,1.5 a 1,1 0 0 0 1.414062,0 1,1 0 0 0 0,-1.414062 l -1.5,-1.5 C 78.339181,83.925118 77.472221,83.5 76.5,83.5 Z"
|
||||
id="path1328" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.5 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 7 KiB After Width: | Height: | Size: 6.3 KiB |
Loading…
Reference in a new issue