Am 21.07.2013 um 11:43 schrieb Andy Pugh <[email protected]>: > > > On 21 Jul 2013, at 09:19, propcoder <[email protected]> wrote: > >> tried to >> add #5400 (tool_in_spindle) to .var file. It does update the tool number >> on the file, but it does not take this value on start-up. > > I don't know if this will work, but I would be trying an M61 T#5400 in the > STARTUP_GCODES in the INI.
very unlikely that it will, the interpreter environment is severely limited in this phase - a user-defined startup and shutdown sequence on my long-term list of dead bodies with a smell and due for removal for now, since you are using remapping, you could look into saving and restoring the toolnumber in some ini file through Python methods - for instance in the main section of the TOPLEVEL file -m > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
