Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate Current Plate With Objects (Second PR) #6710

Merged
merged 14 commits into from
Sep 10, 2024

Conversation

eoyilmaz
Copy link
Contributor

@eoyilmaz eoyilmaz commented Sep 9, 2024

As per @SoftFever 's request here I create a new PR.

Description

Screenshots/Recordings/Graphs

Orca_Slicer_Duplicate_Plate_Preview_3_1.mp4

Tests

Run manual tests only...

@@ -159,6 +159,7 @@ wxDECLARE_EVENT(EVT_GLCANVAS_PLATE_RIGHT_CLICK, RBtnPlateEvent);
wxDECLARE_EVENT(EVT_GLCANVAS_REMOVE_OBJECT, SimpleEvent);
wxDECLARE_EVENT(EVT_GLCANVAS_ARRANGE, SimpleEvent);
//BBS: add arrange and orient event
// wxDECLARE_EVENT(EVT_GLCANVAS_DUPLICATE_PLATE, SimpleEvent);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we remove these unused commented codes?

@@ -6353,6 +6357,15 @@ bool GLCanvas3D::_init_main_toolbar()
if (!m_main_toolbar.add_item(item))
return false;

// item.name = "duplicateplate";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we remove these unused commented codes?
There are other commentted codes, let's remove them as well

Copy link
Owner

@SoftFever SoftFever left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.
Overall looks well.
I made some small suggestions

@eoyilmaz
Copy link
Contributor Author

eoyilmaz commented Sep 10, 2024

Thank you, I updated my branch with your review comments.

@SoftFever
Copy link
Owner

Thank you, I updated my branch with your review comments.

Thank you for quick response 👍
There are few more commented lines remaining.
Also, are these .svg file used? better to delete them as well

@eoyilmaz
Copy link
Contributor Author

It should be okay now.

Copy link
Owner

@SoftFever SoftFever left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Thank you very much!

@SoftFever SoftFever merged commit 2b4cd65 into SoftFever:main Sep 10, 2024
15 checks passed
@eoyilmaz eoyilmaz deleted the 2025-plate_duplication_with_object branch September 10, 2024 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants