mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Added select by part tool to toolbar
This commit is contained in:
parent
c8f1369824
commit
8460926d36
10 changed files with 211 additions and 24 deletions
|
@ -1572,7 +1572,6 @@ void update_position_values()
|
|||
void update_position_values(const Vec3d& position)
|
||||
{
|
||||
auto og = get_optgroup(ogFrequentlyObjectSettings);
|
||||
auto instance = (*m_objects)[m_selected_object_id]->instances.front();
|
||||
|
||||
og->set_value("position_x", int(position(0)));
|
||||
og->set_value("position_y", int(position(1)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue