Drilling holes with DXF2GCODE

534 views
Skip to first unread message

thomas fernando

unread,
Jun 12, 2017, 1:11:34 PM6/12/17
to dxf2gcode-users
Hello All,

I have just started using dxf2gcode.Its a nice and useful software,but unfortunately I am unable to find the help file or a wiki for the same.Can someone please point me to one.
Specifically my doubt is on how to generate code to drill holes.Everything seems to generate a milling process viz. linear or circular interpolation.

TIA
Thomas

Christian Kohlöffel

unread,
Jun 12, 2017, 5:23:32 PM6/12/17
to dxf2gco...@googlegroups.com

The Wiki can be found here:

https://sourceforge.net/p/dxf2gcode/wiki/Home/

 

Regards

Christian

--
--
You received this message because you subscribed to the Google
Groups-group "dxf2gcode-users".
To post a message, send mail to dxf2gco...@googlegroups.com
To unsubscribe, send mail to dxf2gcode-use...@googlegroups.com
See http://groups.google.de/group/dxf2gcode-users?hl=en for more options
and the dxf2gcode project page at http://code.google.com/p/dxf2gcode/
---
You received this message because you are subscribed to the Google Groups "dxf2gcode-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dxf2gcode-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

 

Tr Ko

unread,
Jun 15, 2017, 8:53:33 PM6/15/17
to dxf2gcode-users
https://sourceforge.net/p/dxf2gcode/sourcecode/ci/feature/PocketMill/~/tree/

In my branch of the code, I added some functionality for drilling and peck drilling.

Matthew Gilbride

unread,
Jul 21, 2017, 9:02:00 AM7/21/17
to dxf2gcode-users
Any chance you can send or post an install package? I have been unsuccessful in building it myself.

Many thanks


On Thursday, June 15, 2017 at 8:53:33 PM UTC-4, Tr Ko wrote:

Christian Kohlöffel

unread,
Jul 21, 2017, 1:24:49 PM7/21/17
to 'Timo Birnschein' via dxf2gcode-users
You do not need to build it. Just download python and pyQt like it is described in the Wiki and it will work. Not too difficult I think, or why you need the build?

--
--
You received this message because you subscribed to the Google
Groups-group "dxf2gcode-users".
To post a message, send mail to dxf2gcode-users@googlegroups.com
To unsubscribe, send mail to dxf2gcode-users+unsubscribe@googlegroups.com

See http://groups.google.de/group/dxf2gcode-users?hl=en for more options
and the dxf2gcode project page at http://code.google.com/p/dxf2gcode/
---
You received this message because you are subscribed to the Google Groups "dxf2gcode-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dxf2gcode-users+unsubscribe@googlegroups.com.

Matthew Gilbride

unread,
Jul 22, 2017, 9:50:27 PM7/22/17
to dxf2gcode-users
I am using it as a win32 no install executable on a machine that I do not have admin rights on. I am trying to set something up with winpython to see if I can get that to work. A no install executable is the easiest implementation on my end. The whole point is a light, powerful gcode tool that does not require a bunch of installations, etc. If I have to jump through too many hoops then I am back to it being easier to install a full blown CAM tool.

On Friday, July 21, 2017 at 1:24:49 PM UTC-4, Christian Kohlöffel wrote:
You do not need to build it. Just download python and pyQt like it is described in the Wiki and it will work. Not too difficult I think, or why you need the build?
Am 21.07.2017 3:02 nachm. schrieb "Matthew Gilbride" <mgilbr...@gmail.com>:
Any chance you can send or post an install package? I have been unsuccessful in building it myself.

Many thanks

On Thursday, June 15, 2017 at 8:53:33 PM UTC-4, Tr Ko wrote:
https://sourceforge.net/p/dxf2gcode/sourcecode/ci/feature/PocketMill/~/tree/

In my branch of the code, I added some functionality for drilling and peck drilling.

--
--
You received this message because you subscribed to the Google
Groups-group "dxf2gcode-users".
To post a message, send mail to dxf2gco...@googlegroups.com
To unsubscribe, send mail to dxf2gcode-use...@googlegroups.com

See http://groups.google.de/group/dxf2gcode-users?hl=en for more options
and the dxf2gcode project page at http://code.google.com/p/dxf2gcode/
---
You received this message because you are subscribed to the Google Groups "dxf2gcode-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dxf2gcode-use...@googlegroups.com.

Matthew Gilbride

unread,
Jul 22, 2017, 11:17:59 PM7/22/17
to dxf2gcode-users
So I can run the main branch using a portable winpython install no problem. However, I get errors when I try to run you branch.

Python 3.5.3 (v3.5.3:1880cb95a742, Jan 16 2017, 16:02:32) [MSC v.1900 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>>
 RESTART: D:\Portable 2\WinPython-64bit-3.5.3.1Qt5\notebooks\docs\dxf2gcode With Drill Cycles\source\dxf2gcode.py
Traceback (most recent call last):
  File "D:\Portable 2\WinPython-64bit-3.5.3.1Qt5\notebooks\docs\dxf2gcode With Drill Cycles\source\dxf2gcode.py", line 47, in <module>
    from globals.config import MyConfig
  File "D:\Portable 2\WinPython-64bit-3.5.3.1Qt5\notebooks\docs\dxf2gcode With Drill Cycles\source\globals\config.py", line 42, in <module>
    from dns.rdataclass import NONE
ImportError: No module named 'dns'

Christian Kohlöffel

unread,
Jul 23, 2017, 2:46:56 AM7/23/17
to dxf2gco...@googlegroups.com

I have the same issue here. You may Need to install an additional package:

http://www.dnspython.org/

 

However TrKO, do you think you really Need the DNS package, or is there a way to life without it?

 

 

Regards

Christian

Matthew Gilbride

unread,
Jul 23, 2017, 10:18:30 PM7/23/17
to dxf2gcode-users
Not sure why it is needed either.  But I tried adding it. It now launches DXF2Gcode. But it crashes anytime I try to open a dxf file. So not all the way there.

Christian Kohlöffel

unread,
Jul 24, 2017, 12:55:06 AM7/24/17
to 'Timo Birnschein' via dxf2gcode-users
Please try the unmodified version and adding the above mentioned package.


To post a message, send mail to dxf2gcode-users@googlegroups.com
To unsubscribe, send mail to dxf2gcode-users+unsubscribe@googlegroups.com

See http://groups.google.de/group/dxf2gcode-users?hl=en for more options
and the dxf2gcode project page at http://code.google.com/p/dxf2gcode/
---
You received this message because you are subscribed to the Google Groups "dxf2gcode-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dxf2gcode-users+unsubscribe@googlegroups.com.

Matthew Gilbride

unread,
Jul 24, 2017, 10:18:31 AM7/24/17
to dxf2gcode-users
Also prevents normal function of unmodified version. I am now not sure if I tried opening a few dxfs within winpython. But I am pretty sure I did because I checked that an opengl package was loaded in win[ython so I could try the 3d features. And I think I opened a few files with the unmodified branch.

Tr Ko

unread,
Sep 14, 2017, 9:34:54 AM9/14/17
to dxf2gcode-users
I am running and developing under linux.  I don't recall adding any additional modules to any of the code.......so I would assume dns package was already in the code?

Otherwise I am not sure how it would have been added to my code...or why it would be needed?
Reply all
Reply to author
Forward
0 new messages