Skip to content

Commit

Permalink
MACRO: use printer.configfile.config instead printer.configfile.setti…
Browse files Browse the repository at this point in the history
…ngs (#322)
  • Loading branch information
HelgeKeck authored Dec 12, 2024
1 parent 1d5ceed commit 5cc0a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/util.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 5cc0a13

Please sign in to comment.