Notifications
Clear all
remove # from the color variables
hi,
i am using in my slicer start gcode:
COLOR={extruder_colour[0]} COLOR_1={extruder_colour[1]}
which results in:
COLOR=#FFFFFF COLOR_1=#AAAAAA
unfortunately klipper cant parse any parameters that start with a #
atm i need to use a post processor to remove that sign, is there a better way to handle this situation, by removing the # with some regex magic or whatever
thanks helge
Posted : 23/09/2023 11:55 am
Topic starter
answered:
RE: remove # from the color variables
ok, i jsut realized i can use the search and replace funciton of the slicer, nvm
Posted : 23/09/2023 1:47 pm