bradcfisher / OctoPrint-ExcludeRegionPlugin

OctoPrint plugin that adds the ability to prevent printing within rectangular or circular regions of the currently active gcode file.
GNU Affero General Public License v3.0
55 stars 5 forks source link

Feature Request: Draw custom shape #61

Open Ali229 opened 3 years ago

Ali229 commented 3 years ago

Thank you for probably the most useful plugin for Octoprint.

Please add a feature to define a custom shape, that would be helpful with irregular shaped models like:

Capture

bradcfisher commented 1 year ago

Thank you for the suggestion.

I am working on enhancements which may make this feature more feasible to implement. It is quite a bit more complicated than the simple rectangles and circles that are currently supported, and would have a performance penalty.

Still, I could see it being useful in some cases and will consider implementing in the future.