Hello Guest it is March 28, 2024, 07:56:08 PM

Author Topic: XML change for Gecko  (Read 5446 times)

0 Members and 1 Guest are viewing this topic.

Re: XML change for Gecko
« Reply #10 on: March 13, 2011, 03:49:59 PM »
Hood,

BTW - What did changing the xml to IJMode 1 actually do?

Steve.

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: XML change for Gecko
« Reply #11 on: March 13, 2011, 03:54:19 PM »
The code will run fine as long as the mode defined in the preamble is what the code is written in.
For example say Mach is set as default G90 (Abs distance) and G90.1 (Abs IJ) and your code was written in incremental for both then as long as you code had G91 and G91.1 in the preamble things would run fine. If however your code did not specify which modes to run in then Mach would try and run them in the mode it is presently in.
Hood

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: XML change for Gecko
« Reply #12 on: March 13, 2011, 03:55:38 PM »
Changing the IJ mode in the xml just changed the IJ mode from Abs to Inc.
Hood