or 999,999,999,999,999,967,336,168,804,116,691,273,849,533,185,806,555,472,917,961,779,471,295,845,921,727,862,608,739,868,455,469,056.00
On 5 January 2016 at 13:03, Dewey Garrett <[email protected]> wrote: > >I had problems in this area, I think it is not a feature but a bug > >that an rotary axis cannot be set to 0 or be infinite in its > > If [AXIS_n]MAX_LIMIT is missing, the value used is 1e99 > > > http://git.linuxcnc.org/gitweb?p=linuxcnc.git;a=blob;f=src/emc/ini/iniaxis.cc;h=ee0a6d6a2ed4cb0440418b063287475484d6f5ab;hb=refs/heads/2.7 > > src/emc/ini/iniaxis.cc > 163 // set max position limit > 164 limit = 1e99; // default > 165 axisIniFile->Find(&limit, "MAX_LIMIT", axisString); > 166 > 167 if (0 != emcAxisSetMaxPositionLimit(axis, limit)) { > 168 if (emc_debug & EMC_DEBUG_CONFIG) { > 169 rcs_print_error("bad return from > emcAxisSetMaxPositionLimit\n"); > 170 } > 171 return -1; > 172 } > -- > Dewey Garrett > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users > -- The information contained in this message is confidential and is intended for the addressee only. If you have received this message in error or there are any problems please notify the originator immediately. The unauthorised use, disclosure, copying or alteration of this message is strictly forbidden. This mail and any attachments have been scanned for viruses prior to leaving the RcTechnix network. RcTechnix will not be liable for direct, special, indirect or consequential damages arising from alteration of the contents of this message by a third party or as a result of any virus being passed on. RcTechnix reserves the right to monitor and record e-mail messages being sent to and from this address for the purposes of investigating or detecting any unauthorised use of its system and ensuring effective operation. (c) RcTechnix ------------------------------------------------------------------------------ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
