mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Merge branch 'master' of https://github.com/prusa3d/Slic3r into objects_centering
This commit is contained in:
commit
d086bafb39
1 changed files with 0 additions and 3 deletions
|
@ -2301,9 +2301,6 @@ void Plater::priv::on_action_split_volumes(SimpleEvent&)
|
||||||
|
|
||||||
void Plater::priv::on_action_layersediting(SimpleEvent&)
|
void Plater::priv::on_action_layersediting(SimpleEvent&)
|
||||||
{
|
{
|
||||||
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
|
||||||
std::cout << "on_action_layersediting" << std::endl;
|
|
||||||
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
|
||||||
bool enable = !view3D->is_layers_editing_enabled();
|
bool enable = !view3D->is_layers_editing_enabled();
|
||||||
view3D->enable_layers_editing(enable);
|
view3D->enable_layers_editing(enable);
|
||||||
if (enable && !view3D->is_layers_editing_enabled())
|
if (enable && !view3D->is_layers_editing_enabled())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue