G32 and SBC mode.
-
Hi,
I was trying to help a member here with an issue involving an SBC and a Duet.
I have a MB6HC plus a PI that I bought some time ago to become familiar with what was ahead.
So I set it up again, created a SD card that I could use in the PI, connected things up and voila, I was up and running in SBC mode.
I am now working to understand how config.g in SD mode differs from config.g in SBC mode.
A few network related commands generated an error and that made sense.
But G32 also generated an error and that didn't make sense.
So why the error?
Thanks.
Frederick
-
@fcwilt said in G32 and SBC mode.:
But G32 also generated an error and that didn't make sense.
So why the error?G32 in config.g?
What was the error? -
@phaedrux said in G32 and SBC mode.:
@fcwilt said in G32 and SBC mode.:
But G32 also generated an error and that didn't make sense.
So why the error?G32 in config.g?
What was the error?My bad. I was not at all clear.
One of the things I normally do in config.g is to call a file (probe_config.g) to configure my Z probe.
That worked fine.
So then I was testing commands related to the Z probe in the Console just by typing them in.
As part of that initial testing a I created a bed.g file and a mesh.g file (and some others) that simply used M291 to show that they executed.
G29 worked and and mesh.g executed as expected.
G32 generated an error Warning M91: Command is not supported
I have no idea what M91 is or how it relates to G32.
I would think the bed leveling (auto or manual) would still be supported in SBC mode - yes?
Thanks.
Frederick
-
@fcwilt said in G32 and SBC mode.:
M291
@fcwilt said in G32 and SBC mode.:
Warning M91: Command is not supported
Did you miss a 2 maybe?
-
@phaedrux said in G32 and SBC mode.:
@fcwilt said in G32 and SBC mode.:
M291
@fcwilt said in G32 and SBC mode.:
Warning M91: Command is not supported
Did you miss a 2 maybe?
You nailed it.
I had the M291 P and R parameters backwards in several places and I did some quick editing - too quick it seems - and thus in the process turned M291 into M91.
It would be nice if error messages could reference the file and the line number - but perhaps that information is not available.
G32 now works and bed.g is executed.
More testing tomorrow.
Thanks for catching that.
Frederick