diff --git a/macros/util.cfg b/macros/util.cfg index 98f133e7..2d3116cc 100644 --- a/macros/util.cfg +++ b/macros/util.cfg @@ -385,7 +385,7 @@ gcode: gcode: {% set ratos_skew_profile = printer["gcode_macro RatOS"].skew_profile|default("") %} {% if ratos_skew_profile != "" %} - {% if printer.configfile.settings["skew_correction %s" % ratos_skew_profile] is defined %} + {% if printer.configfile.config["skew_correction %s" % ratos_skew_profile] is defined %} SKEW_PROFILE LOAD={ratos_skew_profile} GET_CURRENT_SKEW {% else %}