1.gcode (4.1 MB)anyone want to take a crack? I start and it immediatley throws a generic “gcode error”. I have run this job before with a .25” mill but when I post it with the 1/8 I get the error. I have attached the 2nd for reference. 2 runs. 1 fails.
Try getting rid of the “%” on the first line, and probably the last line while you’re at it.
ah. I guess it didn’t upload the good one. That one has those too ![]()
Ill upload the other one when I go back upstairs
Have you updated FluidNC since then? I know there was a bug related to “%”.
My other thought is the really long comments. I think they might be too long.
( T10 D=3.175 CR=0 - ZMIN=-17.5 - flat end mill The 1/8? roughing endmill bit hogging bit is the bit when you need to remove massive amounts of material at one time from your CNC router project before you do your finish cuts.)
( Pocket1 - Milling - Tool: 10 - The 1/8? roughing endmill bit hogging bit is the bit when you need to remove massive amounts of material at one time from your CNC router project before you do your finish cuts. flat end mill)
the long comments do throw an error but it is not generic. It actually specifies the character limit and which line it is that broke it (super helpful) Here is the 2nd one. Ive got notepad ++ running a compare upstairs.. Ill see if it yields anything useful in the first few lines.
2.gcode (1.4 MB)
I would still shorten those comments and get rid of the percent signs. Other than that, it is very standard gcode.
The other thing you can try is turning on debug with $Message/Level=Debug
You can turn it off with $Message/Level=Info
I think you are right. line 18 is over the 255 or whatever limit. but it is throwing a different error. I will edit and test after the job I have running is done. Thanks as always.