mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
ENH: add preset for ender3 printer
As title. Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: I2d9b1aaeadfe945a6a90f34cdb10a1f240a50ae4 (cherry picked from commit a223ab23605c3ef96ae878b9c4d2199520b4f201)
This commit is contained in:
parent
cd82f70002
commit
d47d82bf43
30 changed files with 1100 additions and 9 deletions
|
@ -1464,11 +1464,11 @@ void PrintConfigDef::init_fff_params()
|
|||
|
||||
def = this->add("machine_pause_gcode", coString);
|
||||
def->label = L("Pause G-code");
|
||||
//def->tooltip = L("This G-code will be used as a code for the pause print");
|
||||
def->tooltip = L("This G-code will be used as a code for the pause print. User can insert pause G-code in gcode viewer");
|
||||
def->multiline = true;
|
||||
def->full_width = true;
|
||||
def->height = 12;
|
||||
def->mode = comDevelop;
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionString(""));
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue