MarlinFirmware / Configurations

Configurations for Marlin Firmware
https://marlinfw.org
GNU General Public License v3.0
1.98k stars 3.33k forks source link

Remove Period #982

Closed thisiskeithb closed 7 months ago

thisiskeithb commented 8 months ago

Description

Remove period from "Use compressed data to save Flash space" comment since it is not upstream: https://github.com/MarlinFirmware/Marlin/blob/b8b1aa345cfeaa59e9d377edc3c143fc67cf16cc/Marlin/Configuration.h#L3337

  #define COMPACT_MARLIN_BOOT_LOGO  // Use compressed data to save Flash space

...or in the default config hosted here: https://github.com/MarlinFirmware/Configurations/blob/cfd3d8212aea29477c21fb0c71c886884071c8e8/config/default/Configuration.h#L3369

Benefits

One fewer item to fix while comparing configs to upstream/main repo.

thisiskeithb commented 8 months ago

Oh boy. That's going to try and build every single config. 🙃

ellensp commented 8 months ago

Nice trick to find the broken configs though :)