User Tools

Site Tools


mycnc:height_mapping

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:height_mapping [2019/10/21 15:47] ivanmycnc:height_mapping [2019/10/21 15:56] ivan
Line 38: Line 38:
  
   * Head into home/.config/myCNC/profiles/X1366M (or X1366M4/M6 if using those) and switch the old x-bottab-left-mill.xml for the new provided file.    * Head into home/.config/myCNC/profiles/X1366M (or X1366M4/M6 if using those) and switch the old x-bottab-left-mill.xml for the new provided file. 
-  * Head into myCNC Settings > Config > PLC > Hardware PLC and add the M180 procedure if it is not already present.  +  * Head into myCNC ''Settings > Config > PLC > Hardware PLC'' and add the ''M180'' procedure if it is not already present.  
-    * On recent software versions, it can be added by going into PLC > Hardware PLC Templates, selecting M180 (Double touch probing for Height Map) and clicking the Save PLC button in the lower right corner of the screen. After this, head back into PLC > Hardware PLC and press the Save All, Build All and Send buttons to begin the PLC disk reflashing process.  +    * On recent software versions, it can be added by going into ''PLC > Hardware PLC'' Templates, selecting ''M180'' (Double touch probing for Height Map) and clicking the ''Save PLC'' button in the lower right corner of the screen. After this, head back into ''PLC > Hardware PLC'' and press the ''Save All''''Build All'' and ''Send'' buttons to begin the PLC disk reflashing process.  
-    * On older software versions, add the M180 procedure by manually creating an M180 file in the Hardware PLC section and pasting the following code:+    * On older software versions, add the M180 procedure by manually creating an ''M180'' file in the Hardware PLC section and pasting the following code:
 <code C>#include pins.h <code C>#include pins.h
  
Line 132: Line 132:
    exit(99);    exit(99);
 };</code> };</code>
-  * Note that the probe sensor number is defined in the INPUT_PROBE field. This can be changed by going into Settings > Config > PLC > Hardware PLC > pins.h, and switching the default INPUT_PROBE input number to the one used by your particular setup. After assigning a new probe number, do not forget to once again press the Save All, Build All and Send buttons to reflash the disk. +  * Note that the probe sensor number is defined in the ''INPUT_PROBE'' field which is used in the M180 PLC procedure. This can be changed by going into ''Settings > Config > PLC > Hardware PLC > pins.h'', and switching the default ''INPUT_PROBE'' input number to the one used by your particular setup. After assigning a new probe number, do not forget to once again press the ''Save All''''Build All'' and ''Send'' buttons to reflash the disk. 
  
  
mycnc/height_mapping.txt · Last modified: 2024/03/22 14:12 by ivan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki