johncarlson21 / SV04-Marlin-2.1.x

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
20 stars 7 forks source link

Fix LCD_RTS.{h,cpp} for case-sensitive systems. #17

Closed senbrow closed 1 year ago

senbrow commented 1 year ago

The firmware does not build on Linux due to incorrect case-sensitive includes. This PR fixes the broken build.

senbrow commented 1 year ago

Closing PR due to pollution of branch with unrelated commits; will recreate with a new PR. Sorry!