MPCNC Primo SD Card Contents and .yaml file issues

Hey guys! I ordered a Jackpot 3 board directly from the V1E website and it came with the firmware for a Lowrider flashed on it instead. I did a lot of looking around and thought I got it right, but now when I try to change my startup scripts or enable soft limits, it wont save and take effect. I’ve done the following:

1: directly edited the .yaml file, saved it and replaced the original .yaml file in the directory.

2: Enabled and saved soft limits and their respective values in the GUI interface. I also tried making those values negative and saved with no luck.

3: I’ve actually removed the .yaml file completely to see what would happen and it didn’t change a thing as far as how the machine operated and reacted to my commands.

If any of you have the entire stock SD card contents of an MPCNC Primo you could email to me so I can start over, that would be MUCH appreciated.

Any help would be much appreciated and feel free to ask questions to make my situation more clear!

Thank you!

Saving values in the WebUI doesn’t permanently save those changes unless you use the save macro or run this in the terminal:
$CD=config.yaml

1 Like

So I’ve tried saving in the Web UI but also by editing the lines of code in the raw .yaml and reuploading it. Shouldnt that do the trick?

If you upload a new config.yaml, you need to restart the controller for it to take effect.

Also, are you sure you’re uploading it to flash and not the SD card?

1 Like

I had thought I was uploading to the flash, its going in the same place that the original .yaml was

Have also tried restarting repeatedly as well after an M500 Save command