Reading dxf with variable z depth

More
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
  • tommylight's Avatar
  • Away
  • Moderator
  • Moderator
More
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.
The following user(s) said Thank You: Grotius

Please Log in or Create an account to join the conversation.

More
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.

Please Log in or Create an account to join the conversation.

More
05 Aug 2020 12:06 #177386 by andypugh
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
Powered by Kunena Forum