Skip to content

Commit 8376d58

Browse files
committed
OnshapeSprache
1 parent b425c54 commit 8376d58

7 files changed

Lines changed: 190 additions & 0 deletions

File tree

28.9 KB
Loading
36.9 KB
Loading
76.6 KB
Loading
Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Einstellen der Sprache und Einheiten in Onshape</title>
6+
<style>
7+
/* From extension vscode.github */
8+
/*---------------------------------------------------------------------------------------------
9+
* Copyright (c) Microsoft Corporation. All rights reserved.
10+
* Licensed under the MIT License. See License.txt in the project root for license information.
11+
*--------------------------------------------------------------------------------------------*/
12+
13+
.vscode-dark img[src$=\#gh-light-mode-only],
14+
.vscode-light img[src$=\#gh-dark-mode-only],
15+
.vscode-high-contrast:not(.vscode-high-contrast-light) img[src$=\#gh-light-mode-only],
16+
.vscode-high-contrast-light img[src$=\#gh-dark-mode-only] {
17+
display: none;
18+
}
19+
20+
</style>
21+
22+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">
23+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css">
24+
<style>
25+
body {
26+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif;
27+
font-size: 14px;
28+
line-height: 1.6;
29+
}
30+
</style>
31+
<style>
32+
.task-list-item {
33+
list-style-type: none;
34+
}
35+
36+
.task-list-item-checkbox {
37+
margin-left: -20px;
38+
vertical-align: middle;
39+
pointer-events: none;
40+
}
41+
</style>
42+
<style>
43+
:root {
44+
--color-note: #0969da;
45+
--color-tip: #1a7f37;
46+
--color-warning: #9a6700;
47+
--color-severe: #bc4c00;
48+
--color-caution: #d1242f;
49+
--color-important: #8250df;
50+
}
51+
52+
</style>
53+
<style>
54+
@media (prefers-color-scheme: dark) {
55+
:root {
56+
--color-note: #2f81f7;
57+
--color-tip: #3fb950;
58+
--color-warning: #d29922;
59+
--color-severe: #db6d28;
60+
--color-caution: #f85149;
61+
--color-important: #a371f7;
62+
}
63+
}
64+
65+
</style>
66+
<style>
67+
.markdown-alert {
68+
padding: 0.5rem 1rem;
69+
margin-bottom: 16px;
70+
color: inherit;
71+
border-left: .25em solid #888;
72+
}
73+
74+
.markdown-alert>:first-child {
75+
margin-top: 0
76+
}
77+
78+
.markdown-alert>:last-child {
79+
margin-bottom: 0
80+
}
81+
82+
.markdown-alert .markdown-alert-title {
83+
display: flex;
84+
font-weight: 500;
85+
align-items: center;
86+
line-height: 1
87+
}
88+
89+
.markdown-alert .markdown-alert-title .octicon {
90+
margin-right: 0.5rem;
91+
display: inline-block;
92+
overflow: visible !important;
93+
vertical-align: text-bottom;
94+
fill: currentColor;
95+
}
96+
97+
.markdown-alert.markdown-alert-note {
98+
border-left-color: var(--color-note);
99+
}
100+
101+
.markdown-alert.markdown-alert-note .markdown-alert-title {
102+
color: var(--color-note);
103+
}
104+
105+
.markdown-alert.markdown-alert-important {
106+
border-left-color: var(--color-important);
107+
}
108+
109+
.markdown-alert.markdown-alert-important .markdown-alert-title {
110+
color: var(--color-important);
111+
}
112+
113+
.markdown-alert.markdown-alert-warning {
114+
border-left-color: var(--color-warning);
115+
}
116+
117+
.markdown-alert.markdown-alert-warning .markdown-alert-title {
118+
color: var(--color-warning);
119+
}
120+
121+
.markdown-alert.markdown-alert-tip {
122+
border-left-color: var(--color-tip);
123+
}
124+
125+
.markdown-alert.markdown-alert-tip .markdown-alert-title {
126+
color: var(--color-tip);
127+
}
128+
129+
.markdown-alert.markdown-alert-caution {
130+
border-left-color: var(--color-caution);
131+
}
132+
133+
.markdown-alert.markdown-alert-caution .markdown-alert-title {
134+
color: var(--color-caution);
135+
}
136+
137+
</style>
138+
139+
</head>
140+
<body class="vscode-body vscode-light">
141+
<link rel="stylesheet" href="https://hi2272.github.io/StyleMD.css">
142+
<h1 id="einstellen-der-sprache-und-einheiten-in-onshape">Einstellen der Sprache und Einheiten in Onshape</h1>
143+
<p>Nach der Anmeldung kann es sein, dass</p>
144+
<ol>
145+
<li>die Sprache in Onshape Englisch ist.</li>
146+
<li><strong>inch</strong> als Einheiten verwendet wird.</li>
147+
</ol>
148+
<p>Mit folgenden Schritten könnt ihr diese Einstellungen ändern:</p>
149+
<ol>
150+
<li>Klickt im rechten Eck auf euren Namen:<br>
151+
<img src="01.png" alt="alt text"></li>
152+
<li>Klickt im Menü auf <strong>My account</strong> (dt. Mein Konto)<br>
153+
<img src="02.png" alt="alt text"></li>
154+
<li>Klickt im Menü auf <strong>Preferences</strong> (dt. Voreinstellungen)<br>
155+
<img src="03.png" alt="alt text"><br>
156+
Wählt <strong>Deutsch</strong> als Sprache, sowie <strong>Millimeter</strong> als Einheit.<br>
157+
Nach dem Speichern der Sprache müsst ihr euch wieder in Onshape anmelden.</li>
158+
</ol>
159+
<p><a href="../index.html">zurück</a></p>
160+
161+
162+
163+
</body>
164+
</html>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<link rel="stylesheet" href="https://hi2272.github.io/StyleMD.css">
2+
3+
# Einstellen der Sprache und Einheiten in Onshape
4+
5+
Nach der Anmeldung kann es sein, dass
6+
1. die Sprache in Onshape Englisch ist.
7+
2. **inch** als Einheiten verwendet wird.
8+
9+
Mit folgenden Schritten könnt ihr diese Einstellungen ändern:
10+
1. Klickt im rechten Eck auf euren Namen:
11+
![alt text](01.png)
12+
2. Klickt im Menü auf **My account** (dt. Mein Konto)
13+
![alt text](02.png)
14+
3. Klickt im Menü auf **Preferences** (dt. Voreinstellungen)
15+
![alt text](03.png)
16+
Wählt **Deutsch** als Sprache, sowie **Millimeter** als Einheit.
17+
Nach dem Speichern der Sprache müsst ihr euch wieder in Onshape anmelden.
18+
19+
20+
[zurück](../index.html)
21+

00Informatik/00Mikrocontroller/Wahlkurs/003D-Druck/OnShape/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ <h5 id="einleitung--schluesselanhänger--bilder-einfügen--schraube--video-tutor
144144
<h2 id="1-einleitung">1. Einleitung</h2>
145145
<h3 id="a-registrierung-bei-onshape">a) Registrierung bei Onshape</h3>
146146
<p>Zur Arbeit mit Onshape müsst ihr euch auf dieser Seite registrieren: <a href="https://www.onshape.com/de/sign-up">onshape.com/de/sign-up</a>. Die Verwendung der Software ist für private Zwecke kostenlos.</p>
147+
<p>Es kann sein, dass bei eurer Version <strong>Englisch</strong> als Sprache eingestellt ist und <strong>inch</strong> als Maßeinheit.<br>
148+
Hier ist eine Anleitung zum Ändern dieser Einstellungen: <a href="Grundeinstellungen/index.html">Grundeinstellungen</a></p>
147149
<h3 id="b-anleitungsvideos-zum-start">b) Anleitungsvideos zum Start</h3>
148150
<p><a href="https://youtu.be/gloEpUt8_RM?list=PLw48L7HmCgMLBuNFmJOGZYsJtjEEr83jm">Onshape Grundkurs 2023/1</a><br>
149151
<a href="https://youtu.be/qpmfzolbTYY">Übungsaufgabe</a></p>

00Informatik/00Mikrocontroller/Wahlkurs/003D-Druck/OnShape/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
## 1. Einleitung
66
### a) Registrierung bei Onshape
77
Zur Arbeit mit Onshape müsst ihr euch auf dieser Seite registrieren: [onshape.com/de/sign-up](https://www.onshape.com/de/sign-up). Die Verwendung der Software ist für private Zwecke kostenlos.
8+
9+
Es kann sein, dass bei eurer Version **Englisch** als Sprache eingestellt ist und **inch** als Maßeinheit.
10+
Hier ist eine Anleitung zum Ändern dieser Einstellungen: [Grundeinstellungen](Grundeinstellungen/index.html)
811
### b) Anleitungsvideos zum Start
912
[Onshape Grundkurs 2023/1](https://youtu.be/gloEpUt8_RM?list=PLw48L7HmCgMLBuNFmJOGZYsJtjEEr83jm)
1013
[Übungsaufgabe](https://youtu.be/qpmfzolbTYY)

0 commit comments

Comments
 (0)