Std Save/de: Difference between revisions

From FreeCAD Documentation
(Created page with "# Es gibt mehrere Möglichkeiten das Werkzeug aufzurufen: #* Die Schaltfläche {{Button|16px Speichern}} drücken. #* Den Menüeintrag {...")
(Created page with "==Optionen==")
Line 30: Line 30:
# Für neue Dokumente: Einen Dateinamen im Dialogfeld eintragen und die Schaltfläche {{Button|Speichern}} drücken.
# Für neue Dokumente: Einen Dateinamen im Dialogfeld eintragen und die Schaltfläche {{Button|Speichern}} drücken.


==Options==
==Optionen==


* For new documents: press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the command.
* For new documents: press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the command.

Revision as of 07:41, 12 April 2022

Std Speichern

Menüeintrag
Datei → Speichern
Arbeitsbereich
Alle
Standardtastenkürzel
Ctrl+S
Eingeführt in Version
-
Siehe auch
Std SpeichernUnter, Std KopieSpeichern, Std AllesSpeichern

Beschreibung

Der Befehl Std Speichern speichert das aktive Dokument.

Anwendung

  1. Es gibt mehrere Möglichkeiten das Werkzeug aufzurufen:
    • Die Schaltfläche Speichern drücken.
    • Den Menüeintrag Datei → Speichern auswählen.
    • Das Tastaturkürzel Ctrl+S.
  2. Für neue Dokumente: Einen Dateinamen im Dialogfeld eintragen und die Schaltfläche Speichern drücken.

Optionen

  • For new documents: press Esc or the Cancel button to abort the command.

Notes

Preferences

  • The last used file location is stored: Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath.

Scripting

See also: FreeCAD Scripting Basics.

To save a document use the save method of the document object. A new document must first be saved with the saveAs method of the document object. For a scripting example see Std New.