# probe_screen **Repository Path**: fiu300/probe_screen ## Basic Information - **Project Name**: probe_screen - **Description**: Probe Screen for LinuxCNC - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-06-04 - **Last Updated**: 2024-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Probe Screen V1 for LinuxCNC The new version of the V2 app is here https://github.com/verser-git/probe_screen_v2 Install. ----------------------------------------------------------------------------- 1. Add to your .ini these settings ```sh [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 ```sh 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 ``` 2. The following files from the archive are placed in: your-folder-configuration/python ```sh probe_screen.py ``` your-folder-configuration/your_subroutine_path ```sh all from folder "macros" ``` your-folder-configuration/probe_icons ```sh all from folder "probe_icons" ``` ~/ ```sh .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-v1