Unknown gcode_macro variable 'color'
I try to get my ercf working with 2.1. And all functions work. But on boot and load filament i get the the error Unknown gcode_macro variable 'color'. Any ideas where to trouble shoot this.? What logs are needed? Could it be somethign to do with from ratos configuration i only has t0 but ercf adds 1 to 4 also?
6 Replies
this is the log
Just add it to your T0-4 definitions 🙂
I could use some advise on how to do that.
I now put in the old load and unload macros from 2.0 that seems to work fine.
Ok tnx will try that tomorrow
I put this in my gcode
[gcode_macro T0]
variable_color: 'FFF'
[gcode_macro T1]
variable_color: 'FFF'
[gcode_macro T2] variable_color: 'FFF' [gcode_macro T3] variable_color: 'FFF' [gcode_macro T4] variable_color: 'FFF'
[gcode_macro T2] variable_color: 'FFF' [gcode_macro T3] variable_color: 'FFF' [gcode_macro T4] variable_color: 'FFF'
but i still get