Grüne Soße
Grüne Soße
RRCRat Rig Community [Unofficial]
Created by Erik_ on 11/29/2024 in #fix-my-printer
The value 'T0' is not valid for MACRO
But I never look for easy ways. 😉
64 replies
RRCRat Rig Community [Unofficial]
Created by Erik_ on 11/29/2024 in #fix-my-printer
The value 'T0' is not valid for MACRO
Already faced many of them dancing around with python envs
64 replies
RRCRat Rig Community [Unofficial]
Created by Erik_ on 11/29/2024 in #fix-my-printer
The value 'T0' is not valid for MACRO
understood, thanks. Will look for a way. Up to this moment I was able to build a docker container with ratos-config just by more or less butchering the ratos-config repo. Now it seems maybe it's time to just run a bare klipper and write the config from scratch.
64 replies
RRCRat Rig Community [Unofficial]
Created by Erik_ on 11/29/2024 in #fix-my-printer
The value 'T0' is not valid for MACRO
@Helge Keck I imagine, ratos.cfg is also generated by configurator?
64 replies
RRCRat Rig Community [Unofficial]
Created by Erik_ on 11/29/2024 in #fix-my-printer
The value 'T0' is not valid for MACRO
I have the same problem. I am on Rat OS config 2.1.x, and latest klipper. I don't run a RatOS though, so most likely I screwed up when putting things together, but I really don't understand what it could be. The T0 is coming from the START_PRINT macro in the latest 2.1.x config
# update Frontend
SET_GCODE_VARIABLE MACRO=T0 VARIABLE=active VALUE=True
{% if printer["dual_carriage"] is defined %}
SET_GCODE_VARIABLE MACRO=T1 VARIABLE=active VALUE=True
{% endif %}
# update Frontend
SET_GCODE_VARIABLE MACRO=T0 VARIABLE=active VALUE=True
{% if printer["dual_carriage"] is defined %}
SET_GCODE_VARIABLE MACRO=T1 VARIABLE=active VALUE=True
{% endif %}
This is defined in macros.cfg in the root of RatOS config, and doesn't seem to contain any condtion to be called on a multi-tool printer.
64 replies