Wow, nice work Michael!
On Mar 1, 2012, at 09:37 , Michael Haberler wrote: > interp: fix 'Command following M66 doesn't run in MDI - ID: 3477158' > > > > http://git.linuxcnc.org/?p=emc2.git;a=commitdiff;h=f37c689 > > --- > src/emc/rs274ngc/rs274ngc_pre.cc | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/src/emc/rs274ngc/rs274ngc_pre.cc > b/src/emc/rs274ngc/rs274ngc_pre.cc > index 82c10fe..9b7c206 100644 > --- a/src/emc/rs274ngc/rs274ngc_pre.cc > +++ b/src/emc/rs274ngc/rs274ngc_pre.cc > @@ -261,6 +261,8 @@ int Interp::_execute(const char *command) > } > } > _setup.mdi_interrupt = false; > + if (MDImode) > + FINISH(); > #endif > return INTERP_OK; > } > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _____________________________________________ > Emc-commit mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-commit -- Sebastian Kuzminsky ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
