User Tools

Site Tools


mycnc-screen:1366_series_screen_configuration_examples

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
mycnc-screen:1366_series_screen_configuration_examples [2019/09/30 11:58] ivanmycnc-screen:1366_series_screen_configuration_examples [2019/10/10 09:40] ivan
Line 1: Line 1:
 ======1366 Series Screen Configuration Examples===== ======1366 Series Screen Configuration Examples=====
  
-The following examples show some of the available settings that were discussed in the [[mycnc:mycnc_screen_configuration|MyCNC Screen Configuration]] manual. As an extremely large variety of possible settings and combinations are available, not every parameter discussed in the main manual is presented in the examples listed below.+The following examples show some of the available settings that were discussed in the [[mycnc:mycnc_screen_configuration|MyCNC Screen Configuration]] manual. As an extremely large variety of possible settings and combinations are available, not every parameter discussed in the main manual is presented in the examples listed below. If any additional information is required, do not hesitate to reach out on the [[http://forum.pv-automation.com/|myCNC Forum]]
  
 ====Example 1: Add a button to display the Centring Widget (probe wizard)==== ====Example 1: Add a button to display the Centring Widget (probe wizard)====
Line 233: Line 233:
   * Inside the map-z-view, which is our actual window of the tab, the two buttons and the RadioDisplay element will be inserted:    * Inside the map-z-view, which is our actual window of the tab, the two buttons and the RadioDisplay element will be inserted: 
  
-<code XML><gitem where="map-z-view" position="5;5"+ 
 +<code XML><!--BUTTON FOR MAP GENERATION--> 
 +<gitem where="map-z-view" position="5;5"
  width="70" height="70"  width="70" height="70"
  image="probing/map-z-probe"   image="probing/map-z-probe" 
- action="generate-z-map+ action="zmap-generate" 
  type="button" />  type="button" />
  
 +<!--BUTTON FOR APPLYING THE GENERATED MAP TO THE ORIGINAL FILE-->
 <gitem where="map-z-view" position="75;5"  <gitem where="map-z-view" position="75;5" 
  width="70" height="70"  width="70" height="70"
  image="probing/map-z-convert" //the probing folder will be taken from the theme folder (ex: xp)   image="probing/map-z-convert" //the probing folder will be taken from the theme folder (ex: xp) 
- action="apply-z-map+ action="zmap-apply" 
  type="button" />  type="button" />
  
 +<!--SELECTION OF AREA/RECTANGLE FOR PROBING-->
 <gitem where="map-z-view" position="150;5"   <gitem where="map-z-view" position="150;5"  
  displayWidth="110" width="110" height="70"  displayAlignment="_center"  displayWidth="110" width="110" height="70"  displayAlignment="_center"
mycnc-screen/1366_series_screen_configuration_examples.txt · Last modified: 2022/03/29 15:53 by ivan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki