-
Notifications
You must be signed in to change notification settings - Fork 101
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
Operate only on specific selected features of a model #120
Comments
I could imagine, that we can split 2D models into polygons (and allow to join some of them again into a single model for convenience). This could get a bit complicated for big models (with many polygons). Right now, I have no specific idea, how this could be solved. Maybe grouping by size, position or shape? Would this be a step forward in the direction, that you are imagining? |
Each of the 11 closed paths in the picture above is a separate entity in the DXF file, and SVG files similarly encode separate paths as separate objects. |
Here are some videos showing off those GUIs. dxf2gcode:
CamBam: |
(; also checkout cam.openbuilds.com
…On Thu, Apr 26, 2018 at 11:49 PM, Sebastian Kuzminsky < ***@***.***> wrote:
Here are some videos showing off those GUIs.
dxf2gcode:
- https://www.youtube.com/watch?v=RR1ujV8BoYM&feature=youtu.be&t=375
(LOUD!)
- https://www.youtube.com/watch?v=mnPhRSFKPJE&t=330
CamBam:
- https://www.youtube.com/watch?v=RFBE2RuNCD8
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#120 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ad_gt7xLkvxDkXQxFr-8lh9_GHgC-gDWks5tskD9gaJpZM4Tl4hF>
.
|
It is a common CAM use-case to import a complete drawing of a part and do different operations on different parts of the model. I think there's currently no convenient way to do that in PyCAM.
For example:
DXF file renamed to .txt to placate github: geiger_top.dxf.txt
The text was updated successfully, but these errors were encountered: