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

feat: Exclude Objects #754

Merged
merged 40 commits into from
Jul 10, 2022
Merged

feat: Exclude Objects #754

merged 40 commits into from
Jul 10, 2022

Conversation

matmen
Copy link
Member

@matmen matmen commented Jul 8, 2022

Closes #359
Credits and big thanks to @troy-jacobson and @kageurufu for doing most of the work here!

Using the Gcode viewer to cancel objects:
image
image
image
image

Alternatively using the cancel button at the top of the Gcode viewer:
image

@matmen matmen added the FR - Enhancement New feature or request label Jul 8, 2022
@matmen matmen added this to the 1.19 milestone Jul 8, 2022
@matmen matmen marked this pull request as ready for review July 8, 2022 22:15
@matmen matmen requested a review from pedrolamas July 8, 2022 22:15
matmen and others added 2 commits July 9, 2022 09:51
@matmen matmen requested a review from pedrolamas July 9, 2022 07:54
@matmen matmen mentioned this pull request Jul 9, 2022
4 tasks
Signed-off-by: Mathis Mensing <[email protected]>
Copy link
Member

@pedrolamas pedrolamas left a comment

Choose a reason for hiding this comment

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

Something feels off about this dialog!
image

src/components/widgets/gcode-preview/GcodePreviewCard.vue Outdated Show resolved Hide resolved
@matmen
Copy link
Member Author

matmen commented Jul 9, 2022

Something feels off about this dialog!

I agree, it doesn't look very great, but I'm not sure how else to style it. If you have any suggestions please let me know ;)
Maybe dynamic width of the dialog as well as having a fixed size for the actions column would be enough here, I'll need to try that

@pedrolamas
Copy link
Member

If you have any suggestions please let me know

is the issue horizontal overflow? We could just set it to show "..." (and add a tooltip if you think it's worth it) in that case and revert the window size changes, no?

@matmen
Copy link
Member Author

matmen commented Jul 9, 2022

is the issue horizontal overflow? We could just set it to show "..." (and add a tooltip if you think it's worth it) in that case and revert the window size changes, no?

Yep, that's exactly the issue. If you want to take a shot at it feel free to, my brain can't figure out how to use CSS properly right now 🤣

@matmen matmen requested a review from pedrolamas July 9, 2022 21:03
@pedrolamas
Copy link
Member

Just tested the latest and feature wise everything seems to be working fine now! 🙂

@matmen matmen merged commit 03ca3ab into fluidd-core:develop Jul 10, 2022
@matmen matmen deleted the feat/cancel-object branch July 10, 2022 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FR - Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exclude Region
4 participants