CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > OpenSource CNC Design Center > OpenSource Software


OpenSource Software For the Discussion of Opensource CAD/CAM and NC shareware software etc)


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 08-29-2008, 06:03 AM
 
Join Date: Aug 2006
Location: Belgium
Posts: 19
lleroy is on a distinguished road
ANNOUNCE: pycam - 3D CNC Toolpath Generation‏

Hi folks,

I just released a GPL 3D CNC Toolpath Generation program.

You can see some screenshots of it in action at:
http://sourceforge.net/project/scree...roup_id=237831

You can download it from:
http://sourceforge.net/project/showf...roup_id=237831

The GUI is not very sophisticated yet... and the project website is fairly minimal,
but it should be functional...

Please let me know if you are trying it out and what you think...
I'm especially interested in hearing about someone actually using it
to create physical objects...

The first one to do so can put a picture on the project page :-)

-- lode
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 11-11-2008, 01:26 PM
 
Join Date: Oct 2008
Location: Canada
Posts: 41
lezdep is on a distinguished road

I'm trying your application at the moment. Finishing toolpath looked kind of OK.
I've also got Roughing toolpath from second attempt. I'll have to spend
more time testing it (simulation in EMC2). Major issue I have before I could
run generated toolpaths is 0,0,0 position of the tool at the 0,0,0 coordinates
of the machine. That's deep inside my stock I will have to modify toolpaths
manually for now for testing, but would love to see a way in your app to
specify start location relative to stock for g-code program.

Side question - would you be willing to work together with other toolpath
developers and myself on attempt to integrate algorithms into one CAM
Application ? I can suggest 2 alternatives - new app based on Open
Cascade Application Framework (reviving cam-occ project) or adding
3 axes support to GCAM. Toolpath algorithms would have to be ported
to C/C++ though.
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 11-11-2008, 11:29 PM
 
Join Date: Oct 2008
Location: Canada
Posts: 41
lezdep is on a distinguished road

I've just tried to run roughing and finishing toolpaths in EMC2's simulation again.
Actually biggest issue, which would prevent me from running them on real CNC
machine, is the way rapid movements are coded. Many rapid moves are done
alongside the stock with tool partially inside stock. That will brake the tool for sure.
I'm not certain if it is related to 0,0,0 start location, but it seems to me that rapid
moves are done towards the middle line of stock, instead of out of the stock to
safe distance above it. Could you check your logic there ?

I've only tried couple of combinations suggested for roughing and finishing like
"Cylindrical cutter with the PushCutter Pathgenerator and the Polygon PostProcessor" and
"Spherical cutter with the DropCutter Pathgenerator and the ZigZag PostProcessor".
For other combinations I saw toolpaths generated with rapid moves right through the
stock Looks like these rapid movements require lot more work in current version.
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 11-14-2008, 11:39 AM
 
Join Date: Aug 2006
Location: Belgium
Posts: 19
lleroy is on a distinguished road
new release 0.1.4

A few bugs have been fixed since the 0.1 release...
It should now be able to generate toolpaths for EMC2

Feedback is welcome...
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 11-16-2008, 11:51 AM
 
Join Date: Sep 2004
Location: USA
Posts: 145
Dan Falck is on a distinguished road

Hi lleroy,

Thank you for producing this program. I think it this program can fill a gap in the opensource CAM world. I was able to run pycam-0.1.3 successfully (on Ubuntu 8.04). When attempting to run pycam-0.1.4, I get this error message:

~/CAM/pycam-0.1.4$ python pycam.py
Traceback (most recent call last):
File "pycam.py", line 6, in
from pycam.Gui.SimpleGui import SimpleGui
File "/home/dan/CAM/pycam-0.1.4/pycam.py", line 6, in
from pycam.Gui.SimpleGui import SimpleGui
ImportError: No module named Gui.SimpleGui
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 11-16-2008, 01:56 PM
 
Join Date: Oct 2008
Location: Canada
Posts: 41
lezdep is on a distinguished road

Hmm, I'm running 0.1.4 on same Ubuntu version just fine. Have you installed all
required dependency packages ?

So far my tests with 0.1.4 produced quite decent results. Beside some limitations
of algorithms, tools to not crash into stock anymore and I plan to do real cuts on
my CNC Mill as soon as I have time. I encourage others to try it and provide feedback.
This way Lode could make it better.
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 11-16-2008, 02:18 PM
 
Join Date: Sep 2004
Location: USA
Posts: 145
Dan Falck is on a distinguished road

The dependencies shouldn't have given a problem on this system (in theory...) since pycam-0.1.3 works. I use pyopengl and togl for a lot of other projects. But,that's not to say that Togl isn't causing problems this time-or that I don't have file permissions set wrong- or my directory paths wrong...
I'll dig a little more.

Thanks,
Dan
Tweet this Post!Share on Facebook
Reply With Quote

  #8   Ban this user!
Old 11-16-2008, 02:33 PM
 
Join Date: Aug 2006
Location: Belgium
Posts: 19
lleroy is on a distinguished road

looks like there is a missing file in that release.
you can fix it by copying the file pycam/__init__.py from the 0.1.3 release...

thanks for reporting this!
-- lode
Tweet this Post!Share on Facebook
Reply With Quote

  #9   Ban this user!
Old 11-16-2008, 02:38 PM
 
Join Date: Sep 2004
Location: USA
Posts: 145
Dan Falck is on a distinguished road

lleroy,

Thanks- that was it.

Dan
Tweet this Post!Share on Facebook
Reply With Quote

  #10   Ban this user!
Old 11-16-2008, 03:21 PM
 
Join Date: Sep 2004
Location: USA
Posts: 145
Dan Falck is on a distinguished road

lleroy,

Could you introduce a feature to be able to change the direction of the cutter path? I would like to run the cutter from +Y to -Y on some parts.

Thanks,
Dan
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 11-17-2008, 04:03 AM
 
Join Date: Aug 2006
Location: Belgium
Posts: 19
lleroy is on a distinguished road

yes, that's easy... it will be part of the next release... meanwhile,
you can get the current code from subversion:
http://pycam.svn.sourceforge.net/vie...ar.gz?view=tar
-- lode
Tweet this Post!Share on Facebook
Reply With Quote

  #12   Ban this user!
Old 11-17-2008, 09:34 AM
 
Join Date: Sep 2004
Location: USA
Posts: 145
Dan Falck is on a distinguished road

lleroy,

I did a SVN checkout and it works. Thank you- that's it.

Dan
Tweet this Post!Share on Facebook
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ANNOUNCE: pycam - 3D CNC Toolpath Generation‏ lleroy General CAM Discussion 0 08-29-2008 05:56 AM
Need Help!- NX4 toolpath generation thirumalkumarn General CAM Discussion 0 05-27-2008 08:47 AM
How to generation toolpath ? havythoai Coding 5 03-18-2008 10:47 AM
toolpath generation algorithm for NURBS jbacon General CAM Discussion 3 08-03-2007 09:48 AM
Full 4 axis toolpath generation? Konstantin Rhino 3D 5 11-12-2006 01:14 PM




All times are GMT -5. The time now is 02:51 PM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353