Pocket milling

Results 1 to 3 of 3

Thread: Pocket milling

  1. #1
    Member
    Join Date
    Jan 2016
    Posts
    99
    Downloads
    0
    Uploads
    0

    Default Pocket milling

    I'm using the pocket mill module in Path Pilot on an 1100.

    When the mill rapids across to another corner it leaves a course track in the pocket floor. The tool does not lift up during the rapid. Should it?

    Dave

    Similar Threads:


  2. #2
    Member
    Join Date
    Nov 2012
    Location
    United States
    Posts
    591
    Downloads
    0
    Uploads
    0

    Default Re: Pocket milling

    "should it" as in "would it be a good idea?" Yes.
    "should it" as in "is the PathPilot implemented to do this?" It depends.

    The Python code that generates the gcode is in the file mill_conversational.py
    There are a number of different cases (based on how wide/tall/deep the pocket is compared to the tool,) but almost all of them do something like the following before the next iteration:

    Code:
                        code.append('G0 Z %s (Z Clear)' % dro_fmt % z_clear)
    Thus, if youre "Z safe" height is not set, it wouldn't lift the tool.

    However, there are many different special cases, and the code is a lot more verbose and longer than it necessarily needs to be, so it's hard to tell what cases exist where it won't do this.

    If you look at the generated G code, it will have some comments around the various Z movements and pass starts, looking at those comments would make it possible to match it up to the generated code to see why it's generating the particular code in your particular case.



  3. #3
    Member
    Join Date
    Jan 2016
    Posts
    99
    Downloads
    0
    Uploads
    0

    Default Re: Pocket milling

    Thanks, will check.

    Dave



Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

Pocket milling

Pocket milling