Support Links

Technical Bulletins

Customer Downloads

Code Generators

SmartCAM Email Forum

Patches and Utilities

Misc Resources

The Learning SmartCAM Tutorial

SmartCAM V11 Exploring Guides

Contacts


Maintenance Customer
Premium Content

SmartCAMcnc Technical Support

Topic: Using the small Show Path panel

Technote 201 Date: 09/04 Product: All SmartCAM Applications  Version: v11.5 and greater

    SmartCAM has a two line Show Path panel.
    Here are two ways you can activate this panel.

    Add these lines to your favorite icon .bar file.
    BUTTON "Show Path"
    ICON "vwspth6"
    EVENT dialog "VIEWSHWPATH"

    Or add/edit this line in the [Hotkeys] section of your application.ini file.
    SHIFT+F7=dialog "ViewShwPath"
    (This can be any of the available Hot Keys you wish)

    Note that the difference is the "o" (ViewShwPath vs. ViewShowPath) as to the 2 line vs. the 5 line dialog.