> To (hopefully) help you get started here is some steps for backlash:
> This is based on 2.7 or master versions.
>
> in stepconf.py:
> add variable to the Data class to hold the backlash setting of each axis
> these names will also be used for the widget names in the glade file.
> eg xbacklash = 0.0
>
> in xaxis.glade (and other axis glade files):
> using the gtk2 GLADE editor edit the glade files to add
> a spinbox for the backlash setting.
> a label
> and a adjustment for the spinbox.
>
> in pages.py:
> add to axis_prepare and axis_done functions to transfer the data to widgets
> and vice vera
>

Done upto this



> 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 ?


> That should be pretty close.
> Hopefully that enough info to start playing.
>

I wish too. :)

-- 

Gurwinder Singh Bains
http://gurwindersinghbains93.wordpress.com
------------------------------------------------------------------------------
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to