If this value is off, it will affect the calibration as well.
I thought āmotoroffsetyā was the distance between the chain motors and the top of the work surface. If so, it shouldnāt have anything to do with the z-axis kit on the sled. Just making sure you guys are on the same page.
Thank you for the log files.
Here is a much a simplified 131kb version with all of the extraneous stuff removed.
log.txt (130.3 KB)
Sadly, I donāt think the log file had all of your activity.
The only changes in the settings that I see are a change of
Motordistance from 2886.07 to 2870.2
Rotation Radius from 263 to 270
I donāt think these are enough to cause the issues that you saw.
Those sound like the little test tweaks I did after I nuked everything and started over. Thanks for checking it out!
Should we have a button to delete the .ini file in Ground Control? It seems like a useful thing to be able to do.
We should have a button to rename it to .old_001 ⦠etc. Hide it donāt kill it.
Thank you
Iām not 100% sure if the in file was the problem. It seems to have fixed it, but it could easily have been some other random thing.
Now that the settings are stored on the Arduino, there would need to be some coordinationā¦
I find itās easy to forget having changed something a while back that matters with changes made now. Removing the .ini file puts everything back to default, I usually save the old one and diff against the new to see what Iāve changed and want to bring back. I wonder whether showing the default values next to the setting name in the Settings pages would be worth while?
I think that would be a great first step. Iāve made an issue for it in #543
Iād go for .old_yyyymmdd plus maybe a serial # if one a day isnāt enough. That way theyād sort into chronological order; the files are so small in these days where 256GB is a small drive that hundreds of cackups would be a non-issue. Iāll skip the monster 10MB drive reminiscences
Iāve setup a system for the Windows portable GC.
C:\maslow
C:\maslow\backup
There is more to the structure but for this discussion this is what is relevant.
Each time the update is run it makes a back up zipping the firmware, the program directory with the log.txt and copying the GroundControl.ini each with a time date stamp as part of the filename. This allows multiple copies in the same day if required.
It then deletes the files downloads the current version of the firmware and Ground Control Portable and installs them and removes the install files.
This relies on Windows 10. It makes updating a single double click.
Iāve tested it on a few systems, so far it works on everything Iāve tested it on. Iām waiting to hear back from others. Itās a work in progress. Eventually it will run automatically when the updates are putout.
The point of the discussion is that using time and date in the filename makes it unique. This could be used in the - remove GroundControl.ini feature. My other suggested model allowed for 999 backups, in theory years worth. This is unlimited.
Thank you