Lemcott
Lemcott
RRCRat Rig Community [Unofficial]
Created by Lemcott on 8/8/2024 in #ratos-support
unable to apply skew profile
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 AM
SAVE_CONFIG
8:52 AM
Skew Correction state has been saved to profile [CaliFlower]
for the current session. The SAVE_CONFIG command will
update the printer config file and restart the printer.
8:52 AM
SKEW_PROFILE SAVE=CaliFlower
8:52 AM
SET_SKEW XY=99.6,99.6,70.29
8:52 AM
SAVE_CONFIG
8:52 AM
Skew Correction state has been saved to profile [CaliFlower]
for the current session. The SAVE_CONFIG command will
update the printer config file and restart the printer.
8:52 AM
SKEW_PROFILE SAVE=CaliFlower
8:52 AM
SET_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
[gcode_macro RatOS]
variable_relative_extrusion: True
...
variable_adaptive_mesh: True
variable_skew_profile: "CaliFlower"
[gcode_macro RatOS]
variable_relative_extrusion: True
...
variable_adaptive_mesh: True
variable_skew_profile: "CaliFlower"
yet no matter what, either during a print or manually applying the skew profile, if I run GET_CURRENT_SKEW klipper reports nothing is applied
Current Printer Skew:
XY Skew: 0.000000 radians, 0.00 degrees
XZ Skew: 0.000000 radians, 0.00 degrees
YZ Skew: 0.000000 radians, 0.00 degrees
Current Printer Skew:
XY Skew: 0.000000 radians, 0.00 degrees
XZ Skew: 0.000000 radians, 0.00 degrees
YZ Skew: 0.000000 radians, 0.00 degrees
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?
49 replies
RRCRat Rig Community [Unofficial]
Created by Lemcott on 8/7/2024 in #fix-my-printer
motor noise
Was working fine this morning, went to start another text print and then this noise happened when trying to home. I can easily turn the screw by hand, feels exactly like the other two. Checked the pins and reading 2.2ohms between the two pins from each coil, so I can at least confirm the wire is good, stepper probably fine too. I'm really at a loss. Is the driver dead?
2 replies
RRCRat Rig Community [Unofficial]
Created by Lemcott on 7/5/2024 in #fix-my-resonance
vc3.1 new toolhead
No description
120 replies
RRCRat Rig Community [Unofficial]
Created by Lemcott on 3/3/2024 in #ratos-support
possible Z stepper issue?
I just want to rule out I'm not doing something stupid with my config that could lead to anything that would induce the issues seen in my other post. https://discord.com/channels/582187371529764864/1201626937748111512
41 replies
RRCRat Rig Community [Unofficial]
Created by Lemcott on 1/29/2024 in #fix-my-printer
Wobble V-core 400
No description
418 replies
RRCRat Rig Community [Unofficial]
Created by Lemcott on 1/20/2024 in #fix-my-resonance
400 first graphs
No description
17 replies
RRCRat Rig Community [Unofficial]
Created by Lemcott on 12/26/2023 in #fix-my-print
DDEX print issues and tuning log.
No description
182 replies
RRCRat Rig Community [Unofficial]
Created by Lemcott on 12/11/2023 in #fix-my-mesh
400mm 3.1 mesh
No description
135 replies
RRCRat Rig Community [Unofficial]
Created by Lemcott on 12/10/2023 in #ratos-support
DDEX (dual extruder single printhead) configuration help.
long story short: just set up rat os. I am just trying to add an [extruder1] to the config. pi + btt octopus v1.1 originally I tried to overwrite the regular [extruder] with [extruder0] but kept running into a new error after every save and reboot because I kept finding new places within ratos that [extruder] was split up between. [extruder] seems to be set up fine with all of the default config files for the hardware - however the rapido file specifies the wrong sensor type. I tried to overwrite the correct sensor type but klipper fails to boot because of the temperature range being too high. the temperature is reading correctly - (it is supposed to be a PT1000 but it is set to 104GT) similarly my new overwrite that adds [extruder1] is showing a room temp nozzle at over 150C despite the sensor type being correctly applied (ex1 uses a 104NT, not a PT1000). I don't know why the hotened with the wrong sensor is the right temp but the hotend with the right sensor config is showing such a wrong temperature. beyond that I know I'll probably have some more questions later on.
102 replies