Scott Lahteine

Results 414 comments of Scott Lahteine
trafficstars

The feature is still experimental in the sense that this post represents one of the few confirmations we have that it is behaving okay and not causing strange issues. Any...

Just catching up on missed issues… Currently there is no mention of contrast in the K8800 file. Please test the [`bugfix-2.1.x` branch](https://github.com/MarlinFirmware/Marlin/archive/bugfix-2.1.x.zip) to see where it stands. If the problem...

I believe that Creality3D has posted a GD version of their firmware source code, but at the moment I don't have the link. I'll try to dig it up from...

Refer to #13038 for the reason `active_extruder` is used instead of 0. From a cursory inspection, it seems quite possible that code in `Temperature::set_fan_speed` is using the provided `active_extruder` value...

Ok, but … why? This is not something that Marlin will be using, as far as existing plans go. And, when an SD card is mounted in target mode, the...

Wouldn't it be better to port over the long filename deletion code from the newest greiman/SDFat?

Please enable SD logging with `M928` and see if this holds up while that is enabled.

At the moment we are conflicting with `libCMSIS.a` because it already contains these new symbols. We must either stop linking with this library, or we must create pass-through substitutes for...

Note that if "Auto Build Marlin" were to be specified as the only dependency (plus Editorconfig), PlatformIO IDE and all of its dependencies would also be covered because ABM specifies...

My best suggestion is to port the latest Linear Advance improvements from Prusa Firmware into Marlin. They spent a lot of time diving into the meticulous details with an oscilloscope...