[go: up one dir, main page]

Menu

#154 Adding plasma cutter support

New
nobody
None
Medium
Patch
2024-08-09
2023-11-26
Alan Gibson
No

Hello. I'm working on adding plasma cutter support to dxf2gcode. The postprocessor will specifically target LinxuCNC's PlasmaC controller. I would like to contribute this work back, so I have an architectural question/request for you.

Gcode generation is spread between Write_Gcode methods on various geo objects, while the underlying Gcode writing API is on the MyPostProcessor object. Can I extract this logic from dxf2gcode.core and dxf2gcode.postpro into a dxf2gcode.gcode package? The structure would stay basically the same, but all the Gcode generation logic would be in one package.

Discussion

  • chrisko

    chrisko - 2023-11-26

    Hi, i see no problem in restructuring the code. As long as it works at the end i am happy with it :-)

     
  • chrisko

    chrisko - 2024-08-09

    Hi Alan, did you suceed in implementing it?

     

Log in to post a comment.