Skip to content

85vmh/probe_screen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Probe Screen for LinuxCNC

Install.

  1. Add to your .ini these settings
[DISPLAY]

DISPLAY = axis

EMBED_TAB_NAME=Probe Screen 
EMBED_TAB_COMMAND=halcmd loadusr -Wn gladevcp gladevcp -c gladevcp -u python/probe_screen.py -x {XID} probe_icons/probe_screen.glade 

......
[RS274NGC]

FEATURES=30
SUBROUTINE_PATH = your_subroutine_path

......
[TOOLSENSOR]
# Control probe rapid speed
RAPID_SPEED = 600

This application can be easily connected to Gmoccapy, differ only in lines for panel connection

EMBED_TAB_NAME=Probe Screen 
EMBED_TAB_LOCATION = ntb_user_tabs
EMBED_TAB_COMMAND = gladevcp  -x {XID} -u python/probe_screen.py probe_icons/probe_screen.glade 
  1. The following files from the archive are placed in:

your-folder-configuration/python

probe_screen.py

your-folder-configuration/your_subroutine_path

all from folder "macros"

your-folder-configuration/probe_icons

all from folder "probe_icons"

~/

.axisrc

If you are already using .axisrc, then only add to your file contents of this .axisrc.

Use.

Set the probe in the spindle. Move manually probe for Z about 2-10 mm above the workpiece surface, and for XY about the position indicated by the colored dot on the appropriate button Probe Screen. Fill parameters. Meaning of the parameters should be clear from the names and pictures (the name pop up when approaching the mouse). If you change the parameters are automatically saved in .pref .

Hit only! the button that corresponds to the position of the probe above the workpiece. For the other buttons - another position above the workpiece.

You do not need to expose offsets for tool "Probe", the program desired zero offsets for the current tool makes herself, and G-code works off all in relative coordinates. In fact, you can use the application immediately after the Home.

Any of the search ends at XY moving at the desired point (or edge, or corner, or center), Z remains in the original position.

More details https://vers.by/en/blog/useful-articles/probe-screen

About

Probe Screen for LinuxCNC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%