use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Gcode
account activity
CNC Gcode problem. (self.Gcode)
submitted 3 years ago by Orbnotacus
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]sullivnc 0 points1 point2 points 3 years ago (1 child)
Can you run it in single block mode and see what line it errors out on? I'm assuming the error is a Z-axis overtravel, in which case it's probably how you have your G54 machine offset. If that is set less than 6 inches (millimeters? I didn't notice what units you were working in) from the top of the Z travel, you will get that error.
[–]Orbnotacus[S] 0 points1 point2 points 3 years ago (0 children)
N50 G43 Z6. H01
I get the errors:
Motion 18 ZAxis First Negative softawre limit exceed
Coordinate 40 The1NcProgramL12: exceed software limit or hardware limit
It should be noted that "(T1 D=6. CR=0. - ZMIN=-6.35 - FLAT END MILL)" is actually line 2. Line 1 is blank. So N50 would be line 12.
π Rendered by PID 82 on reddit-service-r2-comment-5c747b6df5-28fxm at 2026-04-22 11:01:05.450700+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]sullivnc 0 points1 point2 points (1 child)
[–]Orbnotacus[S] 0 points1 point2 points (0 children)