Papooch / WasteOptimiser

Irregular shape nesting software for waste material optimisation in 2D machining.
https://dspace.vutbr.cz/handle/11012/191851
29 stars 7 forks source link

Please help me #24

Closed tonyteo-git closed 1 year ago

tonyteo-git commented 1 year ago

Hi there @Papooch , long time no see, I try to test your Gcode you upload, it't work well, but i can't know my gcode error, can't you test it, thanks verry much My data here https://1drv.ms/u/s!AsM7aJ9xx4Mag_4MeulGhVLg5kUCnA?e=Q1muPG

Papooch commented 1 year ago

Hi, sorry, I only noticed the issue now. Since you closed it, have you solved it yourself, or do you want me to look into it?

tonyteo-git commented 1 year ago

Oh, thank's very much, I think you are very busy, so I give up

Papooch commented 1 year ago

So, I had a closer look, and while I couldn't find the cause, I found a way to make the gcodes at least readable. Frankly, the GCODE parser is very simple and I made it based on the GCODE output that the tool I used produced (and made some assumptions that are not generally true).

To make it work for your shapes:

image image

You can also dig through the parser code as parser/gcodeparser.py and see if you can fix it. It's been a long time since I touched this and my career went a different direction.