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:
@@ -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(""));
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user