VoronDesign / Voron-1

Voron 1 CoreXY 3D Printer design
GNU General Public License v3.0
192 stars 63 forks source link

color_order_GRB is no longer a supported option #39

Closed weasel0x00 closed 3 years ago

weasel0x00 commented 3 years ago

As of 29 October 2020, The klipper master branch no longer supports the color_order_GRB parameter - Per the changelog here: https://github.com/KevinOConnor/klipper/blob/master/docs/Config_Changes.md

This generates a klipper error and it will not successfully load the configuration.

arkeet commented 3 years ago

As noted in https://github.com/VoronDesign/Voron-2/pull/194 we need to add color_order: RGB to get the correct result, since GRB is the default.

FHeilmann commented 3 years ago

Merged as part of #41