Best method to align spoilboard perfectly?

If I was doing it again, I would do it more like a car jack, i.e. horizontally.

2 Likes

That subwoofer in the background is the key!

Cool idea in general. Gets me thinking

1 Like

I think it makes sense to add additional functionality in find anchor point routine.

Automatically make a backup copy of yaml file before proceeding. Perhaps append a datetime stamp for versioning. Maybe append fw version too.

Dano

1 Like

Dano wrote:

I think it makes sense to add additional functionality in find anchor point routine.

Automatically make a backup copy of yaml file before proceeding. Perhaps append a datetime stamp for versioning. Maybe append fw version too.

@bar sounds like a good idea. the files are small so I don’t think we even need
to limit the number of backups

although, without an Internet connection, the maslow won’t reliably have the
right date, so a version number is probably the best that can be done.

David Lang

Could it grab datetime from local browser?

Dano

Dano wrote:

Could it grab datetime from local browser?

that could be added, but I think just having a version number could be enough.

David Lang

1 Like

How do I add the feature request? I’ll write it up and submit it.

Dano

Dano wrote:

How do I add the feature request? I’ll write it up and submit it.

go to GitHub · Where software is built and submit a new issue
describing what you want done.

it will create a PR and in that you can look at what it’s done, suggest
improvements, tell it to create a build for you to test, etc

One problem is going to be the timing, Bar has an issue open to switch from http
to https, the problem will be a chicken and the egg problem, it needs the
correct time before it does the https negotiation, but can only get the time
from the browser after that.

David Lang

I meant the auto archive request but looks like you already submitted that idea. Thanks!

Dano