Skip to content

Commit 0684481

Browse files
authored
Update 3d-rechner.html
utf-8...
1 parent a737590 commit 0684481

File tree

1 file changed

+26
-27
lines changed

1 file changed

+26
-27
lines changed

3d-rechner.html

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<html>
1212
<head>
1313
<meta charset="utf-8">
14-
<title>3D-Druck Preisrechner fablab Cottbus e.V.</title>
14+
<title>3D-Druck Preisrechner Fablab Cottbus e.V.</title>
1515
<style>
1616
body {
1717
text-align: center;
@@ -57,10 +57,9 @@
5757
<body>
5858
<noscript>
5959
Zum Ausführen der Berechnungen wird JavaScript verwendet.
60-
Wenn JavaScript nicht verfügbar oder nicht aktiviert ist, kann dieser Rechner leider nicht verwendet werden.
60+
Wenn JavaScript nicht verfügbar oder nicht aktiviert ist, kann dieser Rechner leider nicht verwendet werden.
6161
</noscript>
62-
<h1>3D-Druck Preisrechner</h1>
63-
<h2>fablab Cottbus e.V.</h2>
62+
<h2>3D-Druck Preisrechner Fablab Cottbus e.V.</h2>
6463
<table>
6564
<thead>
6665
<tr>
@@ -72,49 +71,49 @@ <h2>fablab Cottbus e.V.</h2>
7271
</thead>
7372
<tbody>
7473
<tr>
75-
<td><label for="vorbereiten-in">3D-Druck bewerten und für den Druck vorbereiten</label></td>
74+
<td><label for="vorbereiten-in">3D-Druck bewerten und für den Druck vorbereiten</label></td>
7675
<td>15.00</td>
77-
<td class="unit" aria-label="Euro">€</td>
76+
<td class="unit" aria-label="Euro"></td>
7877
<td><input type="number" id="vorbereiten-in" value="0" min="0" max="1" step="1"/></td>
7978
<td class="unit"></td>
80-
<td><output id="vorbereiten-out">?</output> €</td>
79+
<td><output id="vorbereiten-out">?</output> </td>
8180
</tr>
8281
<tr>
8382
<td><label for="konvertieren-in">Aus anderem Dateiformat konvertieren</label></td>
8483
<td>5.00</td>
85-
<td class="unit" aria-label="Euro">€</td>
84+
<td class="unit" aria-label="Euro"></td>
8685
<td><input type="number" id="konvertieren-in" value="0" min="0" max="1" step="1"/></td>
8786
<td class="unit"></td>
88-
<td><output id="konvertieren-out">?</output> €</td>
87+
<td><output id="konvertieren-out">?</output> </td>
8988
</tr>
9089
<tr>
91-
<td><label for="anpassen-in">Druck für Druckbarkeit anpassen (modifizieren, zerschneiden etc.)</label></td>
90+
<td><label for="anpassen-in">Druck für Druckbarkeit anpassen (modifizieren, zerschneiden etc.)</label></td>
9291
<td>20.00</td>
93-
<td class="unit" aria-label="Euro pro Stunde">€/h</td>
92+
<td class="unit" aria-label="Euro pro Stunde">/h</td>
9493
<td><input type="number" id="anpassen-in" value="0.0" min="0" step="0.1"/></td>
9594
<td class="unit" aria-label="Stunden">h</td>
96-
<td><output id="anpassen-out">?</output> €</td>
95+
<td><output id="anpassen-out">?</output> </td>
9796
</tr>
9897
<tr>
99-
<td><label for="tests-in">Testdrucke zur Machbarkeit bzw. Maßgenauigkeit</label></td>
98+
<td><label for="tests-in">Testdrucke zur Machbarkeit bzw. Maßgenauigkeit</label></td>
10099
<td>20.00</td>
101-
<td class="unit" aria-label="Euro pro Stunde">€/h</td>
100+
<td class="unit" aria-label="Euro pro Stunde">/h</td>
102101
<td><input type="number" id="tests-in" value="0.0" min="0" step="0.1"/></td>
103102
<td class="unit" aria-label="Stunden">h</td>
104-
<td><output id="tests-out">?</output> €</td>
103+
<td><output id="tests-out">?</output> </td>
105104
</tr>
106105
<tr>
107106
<td><label for="abschreibung-in">Abschreibung Drucker</label></td>
108107
<td><output id="abschreibung-preis">1.50</output></td>
109-
<td class="unit" aria-label="Euro pro Meter Filament">€/m</td>
108+
<td class="unit" aria-label="Euro pro Meter Filament">/m</td>
110109
<td colspan="2" rowspan="2">siehe Materialkosten</td>
111-
<td><output id="abschreibung-out">?</output> €</td>
110+
<td><output id="abschreibung-out">?</output> </td>
112111
</tr>
113112
<tr>
114-
<td>Anteilige Wartungskosten (Düsen reinigen, Reperaturen, Ersatzteile)</td>
113+
<td>Anteilige Wartungskosten (Düsen reinigen, Reperaturen, Ersatzteile)</td>
115114
<td><output id="wartung-preis">2.00</output></td>
116-
<td class="unit" aria-label="Euro pro Meter Filament">€/m</td>
117-
<td><output id="wartung-out">?</output> €</td>
115+
<td class="unit" aria-label="Euro pro Meter Filament">/m</td>
116+
<td><output id="wartung-out">?</output> </td>
118117
</tr>
119118
<tr>
120119
<td><label for="rabatt-in">Rabatt</label></td>
@@ -123,14 +122,14 @@ <h2>fablab Cottbus e.V.</h2>
123122
<option selected value="0">keiner (kommerziell)</option>
124123
<option value="0.25">Privatpersonen (-25 %)</option>
125124
<option value="0.5">Sozialrabatt (-50 %)</option>
126-
<option value="0.75">eigenständig arbeitende Mitglieder (-75 %)</option>
125+
<option value="0.75">eigenständig arbeitende Mitglieder (-75 %)</option>
127126
</select>
128127
</td>
129-
<td><output id="rabatt-out">?</output> €</td>
128+
<td><output id="rabatt-out">?</output> </td>
130129
</tr>
131130
<tr>
132131
<td colspan="5">Zwischensumme ohne Material</td>
133-
<td class="total"><output id="zws-ohne-mat">?</output> €</td>
132+
<td class="total"><output id="zws-ohne-mat">?</output> </td>
134133
</tr>
135134
<tr>
136135
<td>
@@ -141,21 +140,21 @@ <h2>fablab Cottbus e.V.</h2>
141140
</select>
142141
</td>
143142
<td><output id="material-preis"></output></td>
144-
<td class="unit" aria-label="Euro pro Meter">€/m</td>
143+
<td class="unit" aria-label="Euro pro Meter">/m</td>
145144
<td><input type="number" id="material-in" value="1.0" min="0.1" step="0.1"/></td>
146145
<td class="unit" aria-label="Meter">m</td>
147-
<td><output id="material-out">?</output> €</td>
146+
<td><output id="material-out">?</output> </td>
148147
</tr>
149148
<tr>
150149
<td><label for="risiko-in">Risikozuschlag</label></td>
151150
<td colspan="2"></td>
152151
<td><input type="number" id="risiko-in" value="0" min="0" step="1"/></td>
153152
<td class="unit">%</td>
154-
<td><output id="risiko-out">?</output> €</td>
153+
<td><output id="risiko-out">?</output> </td>
155154
</tr>
156155
<tr>
157156
<td colspan="5">Preis</td>
158-
<td><div class="grandtotal"><output id="total-out">?</output> €</div></td>
157+
<td><div class="grandtotal"><output id="total-out">?</output> </div></td>
159158
</tr>
160159
</tbody>
161160
</table>

0 commit comments

Comments
 (0)