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: G-code Interpreter
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Erik Friesen (erikfriesen)
Assigned to: Michael Haberler (mahsofo)
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-03-08 08:37

Message:
confirmed as fixed by Erik

----------------------------------------------------------------------

Comment By: Michael Haberler (mahsofo)
Date: 2012-03-01 08:50

Message:
fixed in  v2.5_branch f37c689feb and master ae84cd9e2

please test

-m

----------------------------------------------------------------------

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

------------------------------------------------------------------------------
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

Reply via email to