mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
Minor tweaks of UI texts,
optimization of the wipe tower invalidation, show collisions of the wipe tower with known dimensions.
This commit is contained in:
parent
7edc1dd577
commit
4f52601081
6 changed files with 20 additions and 21 deletions
|
@ -98,7 +98,7 @@ namespace Slic3r { namespace GUI {
|
|||
tooltip_text = tooltip + "\n" + _(L("default value")) + "\t: " +
|
||||
(boost::iends_with(m_opt_id, "_gcode") ? "\n" : "") + default_string +
|
||||
(boost::iends_with(m_opt_id, "_gcode") ? "" : "\n") +
|
||||
_(L("variable name")) + "\t: " + m_opt_id;
|
||||
_(L("parameter name")) + "\t: " + m_opt_id;
|
||||
|
||||
return tooltip_text;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue