Please explain error measage
- allenwg2005
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 327
- Thank you received: 4
03 Mar 2019 22:58 #127636
by allenwg2005
Please explain error measage was created by allenwg2005
What dose error "Nested comment found" mean?
Please Log in or Create an account to join the conversation.
04 Mar 2019 00:43 #127645
by PCW
Replied by PCW on topic Please explain error measage
Probably a nested comment in your gcode file
Please Log in or Create an account to join the conversation.
04 Mar 2019 00:53 #127646
by FariaAl
Replied by FariaAl on topic Please explain error measage
If you use Aspire, you might get a line like this in you gcode:
T2 M06 (TOOL USE (End Mill 1.6 mm)),
I used to get that a lot when i started to use Vcarve and Aspire, edit your tool table and remove the " ( ) " on all tool names
T2 M06 (TOOL USE (End Mill 1.6 mm)),
I used to get that a lot when i started to use Vcarve and Aspire, edit your tool table and remove the " ( ) " on all tool names
The following user(s) said Thank You: allenwg2005
Please Log in or Create an account to join the conversation.
04 Mar 2019 01:20 #127649
by Leon82
Replied by Leon82 on topic Please explain error measage
There are a few controls that wount accept double comments like that
Please Log in or Create an account to join the conversation.
04 Mar 2019 11:27 #127681
by pl7i92
Replied by pl7i92 on topic Please explain error measage
you can edit all postprocessor to put Comments in a new line
Please Log in or Create an account to join the conversation.
- allenwg2005
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 327
- Thank you received: 4
06 Mar 2019 16:40 #127901
by allenwg2005
Replied by allenwg2005 on topic Please explain error measage
Any chance you would be whiling to illustrate how to edit the post to put a "Comment" on a new line?
I wish I had time to learn how to code, it looks like a lot of fun, I just don't have time to familuize myself with this discipline.
Thank you for your responce
I wish I had time to learn how to code, it looks like a lot of fun, I just don't have time to familuize myself with this discipline.
Thank you for your responce
Please Log in or Create an account to join the conversation.
06 Mar 2019 18:29 - 06 Mar 2019 18:42 #127904
by MaHa
Replied by MaHa on topic Please explain error measage
I used Vcarve years ago for a short time. Didn`t like the results from .dxf files. Anyway, i did not find my old pp.
But as I remember, it has the ending .pp , and is actually a txt file. Easy be edited with Notepad++.
Use a copy of your pp for testing, and search for M6 , [TOOLNAME] . I think + is used to comment.
Or try and check the output:
"T[T] M6 [TOOLNAME]"
And found this on the Vectric Site
Start the program and use File > Open Application Data Folder. This will open a new window showing all the program's support folders.
Select the Postp folder to find the Post Processors.
Edit: I have seen the pp you got days ago, and found "T[T] M6( TOOL USE [TOOLNAME] )".
If you change it to "T[T] M6 [TOOLNAME] " and get rid off M600 near the header if you dont need it
But as I remember, it has the ending .pp , and is actually a txt file. Easy be edited with Notepad++.
Use a copy of your pp for testing, and search for M6 , [TOOLNAME] . I think + is used to comment.
Or try and check the output:
"T[T] M6 [TOOLNAME]"
And found this on the Vectric Site
Start the program and use File > Open Application Data Folder. This will open a new window showing all the program's support folders.
Select the Postp folder to find the Post Processors.
Edit: I have seen the pp you got days ago, and found "T[T] M6( TOOL USE [TOOLNAME] )".
If you change it to "T[T] M6 [TOOLNAME] " and get rid off M600 near the header if you dont need it
Last edit: 06 Mar 2019 18:42 by MaHa. Reason: Found your pp
The following user(s) said Thank You: allenwg2005
Please Log in or Create an account to join the conversation.
- allenwg2005
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 327
- Thank you received: 4
06 Mar 2019 22:29 #127919
by allenwg2005
Replied by allenwg2005 on topic Please explain error measage
I'm not sure taking the time to inch through all this is any quicker than learning to code, and I'm taking a lot of everyone else's time as well.
Sorry about that.
New error:
"Multiple t words on one line".
No wonder with the following, I included a bit of the output in case there is another issue I haven't come to yet someone might see.
.
%
( Test ATC ) ( File created: Wednesday March 06 2019 - 01:58 PM)
( for LinuxCNC )
( Material Size) ( X= 12.000, Y= 10.000, Z= 0.750)
G91 (Incremental distance mode)
G17 G20 (Active Plane: XY)(Inch Mode)
G40 G49 G80(Tool Diameter, Length compensation & canned cycles off)
G64 P0.05 Q0.05(Path Blending)
(M600)
T1 M06 T1 End Mill (0.25 inch)
G90 (absolute distance mode)
G54 (Coordinate System)
S12000M5
G00 Z0.501
( T1 .250 EM 3D Roughing all )
G00 X11.077 Y9.348 Z0.500 F104.5
G01 Z-0.250 F40.0 M3 G4 P2
G01 X11.077 Y8.346 F52.3
G01 X11.077 Y8.329
I don't see a G43 H(?) in the code as well, in my other CAM output files that is in the script.
Any suggestions on how to overcome this one (I tried a number of guesses to no avail).
Thanks again in advance.
Sorry about that.
New error:
"Multiple t words on one line".
No wonder with the following, I included a bit of the output in case there is another issue I haven't come to yet someone might see.
.
%
( Test ATC ) ( File created: Wednesday March 06 2019 - 01:58 PM)
( for LinuxCNC )
( Material Size) ( X= 12.000, Y= 10.000, Z= 0.750)
G91 (Incremental distance mode)
G17 G20 (Active Plane: XY)(Inch Mode)
G40 G49 G80(Tool Diameter, Length compensation & canned cycles off)
G64 P0.05 Q0.05(Path Blending)
(M600)
T1 M06 T1 End Mill (0.25 inch)
G90 (absolute distance mode)
G54 (Coordinate System)
S12000M5
G00 Z0.501
( T1 .250 EM 3D Roughing all )
G00 X11.077 Y9.348 Z0.500 F104.5
G01 Z-0.250 F40.0 M3 G4 P2
G01 X11.077 Y8.346 F52.3
G01 X11.077 Y8.329
I don't see a G43 H(?) in the code as well, in my other CAM output files that is in the script.
Any suggestions on how to overcome this one (I tried a number of guesses to no avail).
Thanks again in advance.
Please Log in or Create an account to join the conversation.
06 Mar 2019 22:35 #127920
by Leon82
Replied by Leon82 on topic Please explain error measage
you still have two comments on one line
put them on a new line and see if it works
put them on a new line and see if it works
Please Log in or Create an account to join the conversation.
- allenwg2005
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 327
- Thank you received: 4
06 Mar 2019 23:58 #127928
by allenwg2005
Replied by allenwg2005 on topic Please explain error measage
I'm just making a mess out of this situation.
I will attach what I have and maybe someone can explain what it is I'm doing wrong.
I was able to change to "Inches" (at lest I think I was, it hasn't loaded anything yet).
I have the post writing two lines now, one without comments. (I'll attach a copy of the gcode file as well).
I now get a message "Near line 12 Unknown word where unary operation could be".
Is unary even a word?
I will attach what I have and maybe someone can explain what it is I'm doing wrong.
I was able to change to "Inches" (at lest I think I was, it hasn't loaded anything yet).
I have the post writing two lines now, one without comments. (I'll attach a copy of the gcode file as well).
I now get a message "Near line 12 Unknown word where unary operation could be".
Is unary even a word?
Please Log in or Create an account to join the conversation.
Time to create page: 0.105 seconds