mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Implement Preparation for Edit Custom Gcode
Original Commit: prusa3d/PrusaSlicer@7db83d5 Co-authored-by: YuSanka <yusanka@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user