body from ready-made g-code

About the development of the Part Design module/workbench. PLEASE DO NOT POST HELP REQUESTS HERE!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
memfis
Posts: 585
Joined: Tue Nov 15, 2016 7:58 pm

body from ready-made g-code

Post by memfis »

Colleagues, good afternoon.

The program copes perfectly with the creation of objects from drawings, sketches. It can also make a body out of a lot of points, mesh. But I would like more. For example, from ready-made g-code. Here is a simple example - in fact we have a set of sections along one axis. It is there, but how to eat it?
Снимок экрана от 2022-05-28 16-24-28.jpg
Снимок экрана от 2022-05-28 16-24-28.jpg (146.98 KiB) Viewed 955 times
A good case would be to have a tool to divide this object into individual sketches = sections. So you can adjust each one separately. Each section outline is defined directly in the code with coordinates, straight segments and arcs (part of a circle), i.e. no need to convert this to a spline (expensive in terms of calculations for future transformations).

It would seem that if the program "sees" and "understands", it should not be very difficult to do the right thing?
Attachments
test.zip
(39.54 KiB) Downloaded 31 times
g-code.FCStd
(56.52 KiB) Downloaded 30 times
Post Reply