mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-20 14:19:05 +08:00
Updated tooltip for "use_firmware_retraction" parameter (related to PR#11301)
+ fixed typo in "Edit Custom G-code" tooltip
This commit is contained in:
parent
79676fe4cc
commit
8e693c5a14
@ -3176,8 +3176,8 @@ void PrintConfigDef::init_fff_params()
|
|||||||
|
|
||||||
def = this->add("use_firmware_retraction", coBool);
|
def = this->add("use_firmware_retraction", coBool);
|
||||||
def->label = L("Use firmware retraction");
|
def->label = L("Use firmware retraction");
|
||||||
def->tooltip = L("This experimental setting uses G10 and G11 commands to have the firmware "
|
def->tooltip = L("This setting uses G10 and G11 commands to have the firmware "
|
||||||
"handle the retraction. This is only supported in recent Marlin.");
|
"handle the retraction. Note that this has to be supported by firmware.");
|
||||||
def->mode = comExpert;
|
def->mode = comExpert;
|
||||||
def->set_default_value(new ConfigOptionBool(false));
|
def->set_default_value(new ConfigOptionBool(false));
|
||||||
|
|
||||||
|
@ -113,7 +113,7 @@ const t_field& OptionsGroup::build_field(const t_config_option_key& id, const Co
|
|||||||
if (!m_disabled)
|
if (!m_disabled)
|
||||||
this->edit_custom_gcode(opt_id);
|
this->edit_custom_gcode(opt_id);
|
||||||
};
|
};
|
||||||
field->set_edit_tooltip(_L("Edit CustomG-code"));
|
field->set_edit_tooltip(_L("Edit Custom G-code"));
|
||||||
}
|
}
|
||||||
|
|
||||||
field->m_back_to_initial_value = [this](std::string opt_id) {
|
field->m_back_to_initial_value = [this](std::string opt_id) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user