New build. I recently had to error-line by error-line comment out gcode lines that would not allow my Fusion 360 post processed program run. They included spindle speed or LCD screen in this case.
Errors commented out were:
ERR: 23 (Gcode command value not an integer) - M code had number but text description afterwards.
ERR: 20 (Unsupported GCode command) - M code was for setting spindle speed on 3 axis machine
ERR: 2 (Bad GCode number format) - Don’t remember what this looked like - LCD screen?
With those commented out ( my first ever test design finally ran fine.
Are there settings I should know about in the MPCNC.cps file that I should know about or change?
Hi, thanks for your reply.
Here are the first ‘few’ lines from the post processor file. I can’t quite tell what version it is as it downloads with the MPCNC date time stamp and it doesn’t say what version it is. It was downloaded just a few days ago. Vendor URL is shown a few lines into the code.
It seems to pp for Marlin, Grbl and RepRap.
I’m thinking my issue has to do with Jackpot controller having a slightly limited vocabulary and not expecting to see some of the commands left in from the Fusion360/MPCNC pp combination.