You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once you are connected to the web interface, simply run through the setup wizard and configure the software and printers as needed. A login user and password needs to be created, but it does not need to match any existing UNIX login user, i.e. can be freely chosen.
32
+
On first access, simply run through the setup wizard and configure the software and printers as needed. A login user and password needs to be created, but it does not need to match any existing UNIX user, i.e. can be freely chosen.
36
33
37
-
=== "OctoPrint directories"
34
+
=== "Directories"
38
35
39
36
- Base directory: `/mnt/dietpi_userdata/octoprint`
40
37
- Data and config: `/mnt/dietpi_userdata/octoprint/.octoprint`
@@ -47,12 +44,20 @@ OctoPrint provides a web interface for controlling consumer 3D printers.
47
44
- Log files and plugin logs: `/mnt/dietpi_userdata/octoprint/.octoprint/logs/`
48
45
- Configure logging via web interface > **Settings** > **Logging**
49
46
50
-
=== "Commandline interface (CLI)"
47
+
=== "Command-line interface (CLI)"
51
48
52
49
OctoPrint offers a command line interface to execute OctoPrint commands. To use it, simply run `octoprint --help` from the command line.
53
50
54
51
The current shell needs to be `bash` and the user needs to be allowed to use `sudo`, as the above command is an alias to call a local OctoPrint binary as system user `octoprint`. The alias is defined in `/etc/bashrc.d/dietpi-octoprint.sh`, which is loaded automatically from bash shells. But you can as well load it from non-bash shells, if required.
55
52
53
+
=== "Update"
54
+
55
+
You can run the following command from console to update OctoPrint to the latest version:
0 commit comments