588,442 active members*
5,329 visitors online*
Register for free
Login
Page 1 of 2 12
Results 1 to 20 of 33
  1. #1
    Join Date
    Mar 2003
    Posts
    765

    NCPlot v2.01 now available

    An NCPlot update is now available for download. This update is free for registered users.

    This udpate can be downloaded at www.ncplot.com


    NCPlot v2.01 Release Notes
    May 1, 2007


    General

    The backplotter now allows comma characters for the auto radius and auto chamfer commands ",R" and ",C".

    Made a change to the expression evaluator to allow square bracket comments to follow numeric values. For example: "M06[TOOL CHANGE]". This was causing an error.

    Fixed a problem with programs whose program number is designated with the colon character ":". This problem was causing some searched block numbers to not be found. This affected any G-Code or macro statement that required a search for a block number.

    Made a change to the Lathe G76 threading cycle to support plotting tapered threads.

    The viewport now allows deleting selected entities. Pressing the 'Delete' key will remove any selected entities from the display. This does *not* delete the corresponding blocks from the program. To restore the deleted entities, simply refresh the viewport.



    Machine Setup

    Added a setting to the 'Machine Type' tab that allows defining the default file types. This defines the types of files that are displayed when browsing for files to open or save.

    Added a setting to the 'Control Options 2' tab that allows defining the address used by the G04 dwell command. This setting defaults to the "X" address.



    Preferences

    Added an option that allows turning on or off the plotting of files when they are loaded into NCPlot.

    Added an option that will cause the viewport to zoom to extents when the view orientation is changed.



    DXF Import

    When using the "Z Increment" setting, under certain conditions the last entity in the drawing would not be converted to G-Code. This is fixed.

    Added support for ELLIPSE entities. Imported ellipses are broken into line segments when read.

    Now correctly reads closed Polylines.

    Fixed a problem in the chain sorting tool. If the last chain was a single entity, it would disappear after sorting.

    Fixed a problem in the chain reversal tool. In some cases an unselected chain would reverse along with the selected chain.

    The sorting tool now allows defining the start point for sorting. To do this simply select one entity that is part of the chain you would like it start from.


    Macro Stepping

    Helical arcs were not being drawn when plotted from the 'Show Variables' window. This is fixed.


    Enjoy!

    Scott

  2. #2
    Join Date
    Jan 2006
    Posts
    4396
    Scott,

    You always come through for us, THANKS!!!!!!!
    Toby D.
    "Imagination and Memory are but one thing, but for divers considerations have divers names"
    Schwarzwald

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

    www.refractotech.com

  3. #3
    Join Date
    Mar 2006
    Posts
    371
    quote:

    "Made a change to the Lathe G76 threading cycle to support plotting tapered threads."


    very cool

  4. #4
    Hi! I found this thread on a google search...

    So..... consider this a feature request...

    I'd love a program that strips out duplicate movement information...

    In other words:

    G01 X1 Y2 Z3
    G01 X4 Y2 Z3
    G01 X4 Y2 Z5

    Becomes:

    G01 X1 Y2 Z3
    G01 X4
    G01 Z5

    I didn't see a feature like that on the web page.

    Thanks!

    -Jeff
    www.JeffAlbro.net/cnc/

  5. #5
    Join Date
    Mar 2003
    Posts
    765
    Hi Jeff,

    It's not listed on the web page, but it's in there. Look under "Format / Remove Redundant Endpoints".

    Thanks,
    Scott

  6. #6
    NICE!

    FYI, it removed redundant X & Y points, but not Z points.

    -Jeff
    www.JeffAlbro.net/cnc/

  7. #7
    Join Date
    Mar 2006
    Posts
    371
    --

  8. #8
    Join Date
    Mar 2003
    Posts
    765
    Jeff,

    Hmmm... It seems to work for me. I just tried the little code segment you posted and I got the same results you were after. Can you post an example of what you see?

    Scott

  9. #9
    I'll send you the G code itself by e-mail...

    Thanks!

    -Jeff
    www.JeffAlbro.net/cnc/

  10. #10
    Join Date
    Mar 2003
    Posts
    765
    Jeff,

    It will only remove endpoints from G01 blocks. I think I did it this way for a reason... but I don't remember what it was

    Scott

  11. #11
    Join Date
    Jun 2003
    Posts
    3312
    this version still has dxf import problems.
    Phil, Still too many interests, too many projects, and not enough time!!!!!!!!
    Vist my websites - http://pminmo.com & http://millpcbs.com

  12. #12
    Join Date
    Jan 2006
    Posts
    4396
    Scott,

    Could you take a look at the G98 (Initial Point Return) and G99 (Reference Point Return) for the Milling Canned Cycles. It doesn't seem to respond. This is used to jump over and clear Clamps and Fixtures with different Z Levels.

    Thanks!!!!!
    Toby D.
    "Imagination and Memory are but one thing, but for divers considerations have divers names"
    Schwarzwald

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

    www.refractotech.com

  13. #13
    Join Date
    Mar 2003
    Posts
    765
    Quote Originally Posted by pminmo View Post
    this version still has dxf import problems.
    There is still no support for block instances, could this be the problem?

    Scott

  14. #14
    Join Date
    Mar 2003
    Posts
    765
    Quote Originally Posted by tobyaxis View Post
    Scott,

    Could you take a look at the G98 (Initial Point Return) and G99 (Reference Point Return) for the Milling Canned Cycles. It doesn't seem to respond. This is used to jump over and clear Clamps and Fixtures with different Z Levels.

    Thanks!!!!!
    Toby,

    I didn't change anything that should affect this. I'll have a look.

    Thanks,
    Scott

  15. #15
    Join Date
    Jan 2006
    Posts
    4396
    Quote Originally Posted by MetLHead View Post
    Toby,

    I didn't change anything that should affect this. I'll have a look.

    Thanks,
    Scott
    LOL, maybe I broke it. Thanks for looking Scott
    Toby D.
    "Imagination and Memory are but one thing, but for divers considerations have divers names"
    Schwarzwald

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

    www.refractotech.com

  16. #16
    Join Date
    Jun 2003
    Posts
    3312
    Quote Originally Posted by MetLHead View Post
    There is still no support for block instances, could this be the problem?

    Scott
    Don't think so. DXF is attached.
    Attached Files Attached Files
    Phil, Still too many interests, too many projects, and not enough time!!!!!!!!
    Vist my websites - http://pminmo.com & http://millpcbs.com

  17. #17
    Join Date
    Mar 2003
    Posts
    765
    Phil,

    Would you post a picture of what it's supposed to look like? I tried it in a couple different CAD programs, but they looked the same.

    Thanks,
    Scott

  18. #18
    Join Date
    Jun 2003
    Posts
    3312
    Picture of what the dxf looks like, and what I get on import. problem is the lower right large circle.
    Attached Thumbnails Attached Thumbnails wrongDXF.png   wrong.png  
    Phil, Still too many interests, too many projects, and not enough time!!!!!!!!
    Vist my websites - http://pminmo.com & http://millpcbs.com

  19. #19
    Join Date
    Mar 2003
    Posts
    765
    Phil,

    I think I know what the problem is, but I want to check.

    Thanks,
    Scott

  20. #20
    Join Date
    Jun 2003
    Posts
    3312
    I wound up working around it, just thought I would let you know the bug:cheers: .
    Phil, Still too many interests, too many projects, and not enough time!!!!!!!!
    Vist my websites - http://pminmo.com & http://millpcbs.com

Page 1 of 2 12

Similar Threads

  1. NCPlot to DNC
    By thardy in forum NCPlot G-Code editor / backplotter
    Replies: 3
    Last Post: 10-02-2006, 12:04 PM
  2. Need Help NCPlot V1.1
    By Switcher in forum NCPlot G-Code editor / backplotter
    Replies: 3
    Last Post: 07-14-2006, 09:40 PM
  3. HELP W/ NCPlot
    By MicoMachine in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 1
    Last Post: 01-28-2006, 09:48 PM
  4. NCPlot v2 beta 12 now available
    By MetLHead in forum NCPlot G-Code editor / backplotter
    Replies: 4
    Last Post: 08-21-2005, 02:23 AM
  5. NCplot V2
    By cncadmin in forum NCPlot G-Code editor / backplotter
    Replies: 6
    Last Post: 04-21-2005, 05:10 PM

Posting Permissions

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