There is no documentation. But later a can send u an overview.
feel free to improve the look.
it actually is a newer gui :)

Chris M

----- Reply message -----
From: "Gurwinder Singh Bains" <gswithba...@gmail.com>
To: "EMC developers" <emc-developers@lists.sourceforge.net>
Subject: [Emc-developers] StepConf
Date: Sat, May 23, 2015 11:47 AM


On Sat, May 23, 2015 at 4:47 AM, Chris Morley
<chrisinnana...@hotmail.com> wrote:

> 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
>
> in build_INI.py:
>
> in the write_one_axis function:
> add a print >> file line to add the backlash to the INI file.
>
> That should be pretty close.
> Hopefully that enough info to start playing.

Thanks. I got overall idea what to do. But is there any tutorial or
some documentation of
these file so that I can understood properly. As I found it difficult
to understand that what each function is for.

Is there any other task like making GUI new or make it attractive :P.


--

Gurwinder Singh Bains
http://gurwindersinghbains93.wordpress.com

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to