created a skew correction section in the config, saved. used command to send set the skew and apply it to a profile, again saved.
8:52 AMSAVE_CONFIG8:52 AMSkew Correction state has been saved to profile [CaliFlower]for the current session. The SAVE_CONFIG command willupdate the printer config file and restart the printer.8:52 AMSKEW_PROFILE SAVE=CaliFlower8:52 AMSET_SKEW XY=99.6,99.6,70.29
8:52 AMSAVE_CONFIG8:52 AMSkew Correction state has been saved to profile [CaliFlower]for the current session. The SAVE_CONFIG command willupdate the printer config file and restart the printer.8:52 AMSKEW_PROFILE SAVE=CaliFlower8:52 AMSET_SKEW XY=99.6,99.6,70.29
I see the original block as well as the new block in the auto generated portion at the bottom. as far as I can tell the profile is properly setup and saved to the config.
[skew_correction CaliFlower]#xy_skew = -2.220446049250313e-16#xz_skew = 0.0#yz_skew = 0.0#*# <---------------------- SAVE_CONFIG ---------------------->#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.#*##*# [skew_correction CaliFlower]#*# xy_skew = -2.220446049250313e-16#*# xz_skew = 0.0#*# yz_skew = 0.0
[skew_correction CaliFlower]#xy_skew = -2.220446049250313e-16#xz_skew = 0.0#yz_skew = 0.0#*# <---------------------- SAVE_CONFIG ---------------------->#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.#*##*# [skew_correction CaliFlower]#*# xy_skew = -2.220446049250313e-16#*# xz_skew = 0.0#*# yz_skew = 0.0
following the ratrig setup docs it mentions to uncomment a line referenced a gcode macro variable, but I do not have this section in my config file anywhere. I manually added this line to the macro configuration section
the macros file shows that a START PRINT macro should eventually call in the skew profile once the extruder is heated
[gcode_macro _START_PRINT_AFTER_HEATING_EXTRUDER]gcode:{% if printer["gcode_macro RatOS"].skew_profile is defined %} SKEW_PROFILE LOAD={printer["gcode_macro RatOS"].skew_profile} {% endif %}
[gcode_macro _START_PRINT_AFTER_HEATING_EXTRUDER]gcode:{% if printer["gcode_macro RatOS"].skew_profile is defined %} SKEW_PROFILE LOAD={printer["gcode_macro RatOS"].skew_profile} {% endif %}
What am I missing?
Similar Threads
Recent Announcements
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community