1) The L:azarus FPVECTORIAL WIKI refers to examples and provides a link
"
http://wiki.freepascal.org/fpvectorial#Usage_examples"
The link where the examples are supposed to be for
FPVECTORIAL is quoting from the mentioned wiki as;
"
More examples
Please see in the FPC repository:
http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/packages/fpvectorial/examples/ "
Unfortunately the link is dead. Where are the examples to be found now ?
2) Is there a freepascal bitmap reader similar to FPVECTORIAL available ?
I am not sure if I would be able to detect drawing line edges in a DXF file using FPVECTORIAL as I never did it before. A bitmap should be way easier for a 2-dim object.
What I want to do.
I am sick and tired using tools like PYCAM which opens 20 parallel processes, uses all my memory and takes 30 minutes to output gcode for a simple 2-dim object. What a ball of junk code. In fact anything Python I encountered the last two years were either malicious or hogged my memory. Probably more to the name than meets the eye. Constrictor would be more apt.
I need to write my own DXF to Gcode converter to get rid of the enormous waste of resources.