mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
Implement Preparation for Edit Custom Gcode
Original Commit: prusa3d/PrusaSlicer@7db83d5 Co-authored-by: YuSanka <yusanka@gmail.com>
This commit is contained in:
parent
4f0a47b7f4
commit
accdbb9661
8 changed files with 117 additions and 25 deletions
|
@ -196,6 +196,11 @@ void Field::on_back_to_sys_value()
|
|||
m_back_to_sys_value(m_opt_id);
|
||||
}
|
||||
|
||||
void Field::on_edit_value()
|
||||
{
|
||||
if (m_fn_edit_value)
|
||||
m_fn_edit_value(m_opt_id);
|
||||
}
|
||||
|
||||
/// Fires the enable or disable function, based on the input.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue