Reading dxf with variable z depth
- Iandrinky
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
04 Aug 2020 22:14 #177295
by Iandrinky
Reading dxf with variable z depth was created by Iandrinky
I am looking to read a dxf file with a variable z depth. Then output to our cnc router. Is this possible with linuxcnc ? Any help appreciated .
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19504
- Thank you received: 6540
04 Aug 2020 23:33 #177306
by tommylight
Replied by tommylight on topic Reading dxf with variable z depth
LinuxCNC is a machine controller, so it can read gcode and tell the machine what to do.
It can not read or open DXF files, CAM software is used for that.
You can try DXF2Gcode that does what you need and it is free, but i am not sure about variable depth.
Inkscape is also free and can open 2D dxf files and save them as gcode, i use this a lot but only for plasma so i do not use anything Z axis related.
Freecad might be your best bet as it is free and can do 3D stuff and i think new versions can output gcode for LinuxCNC.
It can not read or open DXF files, CAM software is used for that.
You can try DXF2Gcode that does what you need and it is free, but i am not sure about variable depth.
Inkscape is also free and can open 2D dxf files and save them as gcode, i use this a lot but only for plasma so i do not use anything Z axis related.
Freecad might be your best bet as it is free and can do 3D stuff and i think new versions can output gcode for LinuxCNC.
The following user(s) said Thank You: Grotius
Please Log in or Create an account to join the conversation.
- Grotius
- Offline
- Platinum Member
Less
More
- Posts: 2254
- Thank you received: 1995
05 Aug 2020 00:34 #177321
by Grotius
Replied by Grotius on topic Reading dxf with variable z depth
Hi Landrinky,
Can you post a dxf example or a fragment of your drawing.
And provide a piece of gcode for the current machine to review.
Recent developped a cadcam program, it read's in variable z values. No problem.
And can output variable z gcode after adding a extra gcode processor.
I have to know how difficult the drawing input is, and what you are expecting for output. Then i can give some advice.
Can you post a dxf example or a fragment of your drawing.
And provide a piece of gcode for the current machine to review.
Recent developped a cadcam program, it read's in variable z values. No problem.
And can output variable z gcode after adding a extra gcode processor.
I have to know how difficult the drawing input is, and what you are expecting for output. Then i can give some advice.
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23178
- Thank you received: 4861
05 Aug 2020 12:06 #177386
by andypugh
Though you could set up a filter that used dxf2gcode, so that all youneeded to do was open the DXF from LinuxCNC.
The sim setups all do this for images: github.com/LinuxCNC/linuxcnc/blob/master...im/axis/axis.ini#L56
The same thing for DXF would probably work.
Replied by andypugh on topic Reading dxf with variable z depth
You can try DXF2Gcode that does what you need and it is free, but i am not sure about variable depth..
Though you could set up a filter that used dxf2gcode, so that all youneeded to do was open the DXF from LinuxCNC.
The sim setups all do this for images: github.com/LinuxCNC/linuxcnc/blob/master...im/axis/axis.ini#L56
The same thing for DXF would probably work.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Time to create page: 0.061 seconds