Page 3 of 3 FirstFirst 123
Results 25 to 33 of 33

Thread: blender to gcode :: mGcodeGenerator

  1. #25
    Registered
    Join Date
    Oct 2007
    Location
    USA
    Posts
    38
    Downloads
    0
    Uploads
    0
    Well, I tried mCodeGenerator in Blender 2.59.0 and I can't seem to find the script. Has anyone had luck with 2.5?

    elseed
    ElSeed


  2. #26
    Registered
    Join Date
    Mar 2010
    Location
    Portugal
    Posts
    3
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by elseed View Post
    Well, I tried mCodeGenerator in Blender 2.59.0 and I can't seem to find the script. Has anyone had luck with 2.5?

    elseed
    It only works in blender 2.49b with python 2.6 or 2.7. Blender 2.59 uses python 3.2.

    go to Index of /release/Blender2.49b/ chose the version for your OS. And Python Python 2.7 Release

    Menu is located in the scripts window under wizards.

    Happy Blending


  3. #27
    Registered
    Join Date
    Mar 2010
    Location
    Portugal
    Posts
    3
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by yoyoek1 View Post
    hi. I am the author of mGcodeGeneratora
    wiki.linuxcnc.org/cgi-bin/emcinfo.pl?GcodeGenerator
    this is a cam-type program.

    you have any comments or suggestions to the program?
    write it !
    that allowed me to create something more useful.

    Hi yoyoek1

    I'm trying to generate gcode from a mesh, but i only want to generate the horizontal edges for example. I developed the following work flow:

    Create the desired mesh
    Select the edges and edge loop
    Separate edges from mesh (new object)
    Bake gcode

    But the code is not correct because it doesn't take into account the tool diameter. i attached an image to explain.A crude work around is to scale along x, y.

    I was getting this error: RuntimeError: maximum recursion depth exceeded in cmp

    So i add this to the code: import sys sys.setrecursionlimit(5000)
    Attached Images Attached Images


  4. #28
    Registered
    Join Date
    Dec 2009
    Location
    Poland
    Posts
    7
    Downloads
    0
    Uploads
    0

    Wink

    Quote Originally Posted by Helder View Post
    Hi yoyoek1

    I'm trying to generate gcode from a mesh, but i only want to generate the horizontal edges for example. I developed the following work flow:

    Create the desired mesh
    Select the edges and edge loop
    Separate edges from mesh (new object)
    Bake gcode

    But the code is not correct because it doesn't take into account the tool diameter. i attached an image to explain.A crude work around is to scale along x, y.

    I was getting this error: RuntimeError: maximum recursion depth exceeded in cmp

    So i add this to the code: import sys sys.setrecursionlimit(5000)
    hi sorry for my lag in response.
    you need to use "bake gcode" in 3d bake section.
    tips:
    - try to use triangles
    - try to experiment with seb detect and sub pass

    script is making that toolcompensation what you describe in images
    look fb - ver 0.1.6 (serwer testowy) > tool size - detale
    you need only set up object correct and bake by correct button.
    if you will have more problems send me a blend file I will try to help you some how.


  • #29
    Registered
    Join Date
    Mar 2010
    Location
    Portugal
    Posts
    3
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by yoyoek1 View Post
    hi sorry for my lag in response.
    you need to use "bake gcode" in 3d bake section.
    tips:
    - try to use triangles
    - try to experiment with seb detect and sub pass

    script is making that toolcompensation what you describe in images
    look fb - ver 0.1.6 (serwer testowy) > tool size - detale
    you need only set up object correct and bake by correct button.
    if you will have more problems send me a blend file I will try to help you some how.

    Hi!. Congratulation on this amazing script! What i was trying to do is sort of a hack in 2d/2.5d bake edges option.I just need the x or y direction edges. The script was not made to be used through the work flow i described.Thats why i separated the edges.This option would be great. Or a merge between 2d/2.5d and 3d.Just an idea.I will send you a blend file with an example

    Thanks


  • #30
    Registered
    Join Date
    Jul 2010
    Location
    USA
    Posts
    333
    Downloads
    0
    Uploads
    0
    I'd absolutely love to see a version for 2.6
    I know the API is different and documentation for it is obscure but the UI is so much better.
    Have you considered starting a kickstarter project?
    Many people are fond of using them for various CNC machines and such. If you have the spare time you could raise the funds to hopefully justify your time spent on porting to 2.5 with some extra features.


  • #31
    Registered
    Join Date
    Mar 2009
    Location
    Italy
    Posts
    2
    Downloads
    0
    Uploads
    0
    I hope new version for blender 2.5 too!


  • #32
    Registered
    Join Date
    May 2007
    Location
    Spain
    Posts
    8
    Downloads
    0
    Uploads
    0
    +1 for a Blender 2.6 version. Is possible to make a 5axis version of the script? How hard will be? Already is a free 5 axis solution but unfortunately is only for Gmax (windows, proprietary software) http://www.cnc-toolkit.com/
    Last edited by winner; 04-03-2012 at 07:48 AM.


  • #33
    Registered
    Join Date
    Mar 2009
    Location
    Italy
    Posts
    2
    Downloads
    0
    Uploads
    0
    For beginner:
    If you export from blender in .stl and using heeeksCNC for generating the code, is a good point for start.
    If someone need CAD/CAM CNC software, i have tryed HeeksCAD/CNC, for beginner is very good.
    I have maked a Ubuntu release that contains EMC2, HeeksCAD/CNC, gCam, PyCam, Blender, Eagle, Meshlab.
    All in one distribution ready to go, live CD, and installer ubuntu linux.
    Is on my site: http://hitechfree.com/easycnc.iso

    I hope can help.
    Bye
    j3n4


  • Page 3 of 3 FirstFirst 123

    Similar Threads

    1. Poor man's cad (Blender)
      By eternauta3k in forum General CAM Discussion
      Replies: 14
      Last Post: 12-10-2009, 08:47 PM
    2. Blender
      By kolias in forum General CAD Discussion
      Replies: 0
      Last Post: 09-08-2009, 11:43 PM
    3. Blender 3D CAD, Freeware, Open Source Software
      By der_fisherman in forum General CAD Discussion
      Replies: 8
      Last Post: 06-04-2009, 11:58 AM
    4. Blender Text to MeshCAM
      By MetropolisCNC in forum GRZ Software- MeshCAM
      Replies: 4
      Last Post: 05-08-2009, 01:28 PM
    5. Replies: 0
      Last Post: 03-10-2005, 01:46 PM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.