Bugs item #2961692, was opened at 2010-03-01 22:44
Message generated for change (Tracker Item Submitted) made by tomp-tag
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106744&aid=2961692&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: staggerlyTom (tomp-tag)
Assigned to: Nobody/Anonymous (nobody)
Summary: o-word file call is ignored

Initial Comment:
o-word file call is ignored

here's the main file called 'thiscallssubfile.ngc'

 f100
g90 g21 g01 g17
g0 x0 y0 z10 f30
o<xxx> call
g0 z10
m2


heres the called file, it is named xxx.ngc
 
o<xxx> sub
g91g21f30
g1 z-.5
x.5
g02 i-.5 j0
g0 z.1
x0 y0
o<xxx> endsub
M2 


both files are in the correct place (afik and both can be called up from axis 
file dialog)
the format seems to follow the rules on 
http://www.linuxcnc.org/docview/html//gcode_main.html#cha:O-Codes


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106744&aid=2961692&group_id=6744

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to