On 11/21/13 15:56 , Robert Ellenberg wrote: > That's very helpful! Should I copy/paste that python file if I want to make > my own? It seems like a lot of the functions in test-ui.py are pretty > common, so it might be useful to have them in a separate module. I'm > planning on adding a test for blending here, but I don't want to bloat the > repository any more than necessary.
I have moved the LinuxcncControl class out to its own module in my motion-test branch. That work's not quite ready yet, but may serve to give ideas. If you end up liking that part, i'll try to get the sharable bits pushed soonish. > Also, on line 225, I get a syntax error at "pin[pin_name]", should that be > "pin*s*[pin_name]"? Yes, i think you're right. Good catch. -- Sebastian Kuzminsky ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
