Scott Lahteine

Results 414 comments of Scott Lahteine
trafficstars

@tiagom62 With a $500 donation I could afford to put in 20-30 hours and make it really great (kidding… mostly). 😄 Because I know exactly what I want to do,...

> I'd like to confirm that this is the offical repo that we should submit PR against. Yes. This is the official repo for the configurator. I don't have any...

The `/opt/local` folder is used by the MacPorts package manager, and possibly others. Homebrew may also use `/opt/local`. Custom installs can go into `/usr/local` as with other versions of BSD...

Thanks for the heads up, @mh-dm. I sometimes forget the quirks of `float` / `int` maths and the way a modest 32-bit float magically deals with large squared numbers. I'm...

I'm taking care of lingering PRs today. Are you still feeling confident about this set of changes?

> I haven't tested nor am I a fan (readability wise) of the "apply max like 26881" commit. I like to get `const` on values declared at the top of...

The use of @brief, @description, @param, etc. in the descriptions of G-code parameters is improper. Those changes will all need to be reverted.

Anything in this PR triggering the sim issues, or do they still exist without this PR?

Went ahead and merged everything except the change to the MarlinSimulator commit ID.

> What would be required for it to work on ESPs? A more-or-less complete Arduino platform implementation for the ESP8266 should be enough.