Hi all, first post here.
I'm trying to use dxf2gcode to make airfoil sanding templates.
When I try to open the attached pdf, get this error:
tatel@tiki3:~$ dxf2gcode.py Descargas/DLG/planos/mimi/PlantillaMiMi50_tip.pdf
unknown option -mm
pstoedit: version 3.62 / DLL interface 108 (built: Sep 8 2014 - release build - g++ 4.9.1 - 64-bit) : Copyright (C) 1993 - 2013 Wolfgang Glunz
Could not open file /tmp/dxf2gcode_temp.dxf for input
Traceback (most recent call last):
File "/usr/bin/dxf2gcode.py", line 1140, in <module>
window.load()
File "/usr/bin/dxf2gcode.py", line 788, in load
subprocess.check_output()
File "/usr/lib/python2.7/subprocess.py", line 566, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
TypeError: __init__() takes at least 2 arguments (2 given)
I think this is pstoedet complaining about -mm option, however, i can open the file with
tatel@tiki3:~$ pstoedit Descargas/DLG/planos/mimi/PlantillaMiMi50_tip.pdf Descargas/DLG/planos/mimi/PlantillaMiMi50_tip.dxf -f dxf:-mm -dt
then dxf2gcode is able to open the resulting dxf without complains
Cheers,
Roman