mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
Octoprint -> OctoPrint
This commit is contained in:
parent
13b4237fec
commit
6896e53078
4 changed files with 7 additions and 7 deletions
|
@ -500,12 +500,12 @@ PrintConfigDef::build_def() {
|
|||
|
||||
Options["octoprint_apikey"].type = coString;
|
||||
Options["octoprint_apikey"].label = "API Key";
|
||||
Options["octoprint_apikey"].tooltip = "Slic3r can upload G-code files to Octoprint. This field should contain the API Key required for authentication.";
|
||||
Options["octoprint_apikey"].tooltip = "Slic3r can upload G-code files to OctoPrint. This field should contain the API Key required for authentication.";
|
||||
Options["octoprint_apikey"].cli = "octoprint-apikey=s";
|
||||
|
||||
Options["octoprint_host"].type = coString;
|
||||
Options["octoprint_host"].label = "Host or IP";
|
||||
Options["octoprint_host"].tooltip = "Slic3r can upload G-code files to Octoprint. This field should contain the hostname or IP address of the Octoprint instance.";
|
||||
Options["octoprint_host"].tooltip = "Slic3r can upload G-code files to OctoPrint. This field should contain the hostname or IP address of the OctoPrint instance.";
|
||||
Options["octoprint_host"].cli = "octoprint-host=s";
|
||||
|
||||
Options["only_retract_when_crossing_perimeters"].type = coBool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue