mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
Added Notes Tab to Printer Settings #210
This commit is contained in:
parent
60528c5c2a
commit
18bb3c3244
3 changed files with 30 additions and 1 deletions
|
@ -841,6 +841,15 @@ PrintConfigDef::PrintConfigDef()
|
|||
def->full_width = true;
|
||||
def->height = 60;
|
||||
|
||||
def = this->add("printer_notes", coString);
|
||||
def->label = "Printer notes";
|
||||
def->tooltip = "You can put your notes regarding the printer here.";
|
||||
def->cli = "printer-notes=s";
|
||||
def->multiline = true;
|
||||
def->full_width = true;
|
||||
def->height = 130;
|
||||
def->default_value = new ConfigOptionString("");
|
||||
|
||||
def = this->add("print_settings_id", coString);
|
||||
def->default_value = new ConfigOptionString("");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue