> > in build_INI.py:
> >
> > in the write_one_axis function:
> > add a print >> file line to add the backlash to the INI file.
> >
> >
> I don't understand it.
> Are you asking me to write another write_one_axis function ?
> 
> 

No
I mean add something like this to write_one_axis:

        if not get('backlash') == 0.0:
            print >>file, 'BACKLASH = %f' % get('backlash')

Chris M
 
                                          
------------------------------------------------------------------------------
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to