Bugs item #3477158, was opened at 2012-01-21 17:50
Message generated for change (Comment added) made by mahsofo
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=106744&aid=3477158&group_id=6744
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Motion Controller
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Erik Friesen (erikfriesen)
Assigned to: John Kasunich (jmkasunich)
Summary: Command following M66 doesn't run in MDI
Initial Comment:
After homing, call o<testsub> from the mdi line, notice it doesn't execute the
last line, until G0, or some other command is entered from the MDI.
----------------------------------------------------------------------
>Comment By: Michael Haberler (mahsofo)
Date: 2012-02-27 23:51
Message:
reproduced
G1 is still active after M66 and canon STRAIGHT_FEED is actually called
however, in see_segment() the move is queued and not flushed here due to
changed_abc and changed_uvw both being zero:
chained_points().push_back(pos);
if(changed_abc || changed_uvw) {
flush_segments();
}
The next motion will flush the queue and cause machine movement.
Unfortunately I do not understand that code.
----------------------------------------------------------------------
Comment By: Erik Friesen (erikfriesen)
Date: 2012-02-27 15:24
Message:
2.6 pre
----------------------------------------------------------------------
Comment By: Michael Haberler (mahsofo)
Date: 2012-02-27 14:46
Message:
please clarify linuxcnc version
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=106744&aid=3477158&group_id=6744
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers