Re: [Emc-users] Remap_error

2016-03-13 Thread Jeff Epler
The H-number must always be an integer. This applies whether it is going to a standard gcode like G43, G43.2, or G76, or if it is going to a remapped code. This limitation cannot be changed without modifying the C++ code of the gcode interpreter. Jeff ---

Re: [Emc-users] Remap_error

2016-03-13 Thread nkp
here is my function g711: https://github.com/nkp2169/G71/blob/master/remap.py#L23 if H int - it works if H float - no what am I doing wrong? 13.03.2016 12:48, Michael Haberler пишет: >> Am 13.03.2016 um 09:21 schrieb nkp : >> >> What does this error mean? >> https://picasaweb.google.com/107033522

Re: [Emc-users] Remap_error

2016-03-13 Thread Michael Haberler
> Am 13.03.2016 um 09:21 schrieb nkp : > > What does this error mean? > https://picasaweb.google.com/107033522069386867580/132016#6261445564700413634 exactly what it says: the remap procedure does not return an integer look 5 lines up where it is done right: 'return INTERP_OK' as documented

[Emc-users] Remap_error

2016-03-13 Thread nkp
What does this error mean? https://picasaweb.google.com/107033522069386867580/132016#6261445564700413634 P.S. If not used float H : https://picasaweb.google.com/107033522069386867580/132016#6261445543825452002 -- Transf