Problems with quirks and the SKR e3 mini v3
Hello, I have a strange behavior when I create a new configuration for a SKR mini E3 v3 in interaction with a toolboard.
If I, as described in the config-template, comment-in this line
[include RatOS/boards/btt-skr-mini-e3-30/multi-alias-usage-quirk-toolboard.cfg]
I get this error message "pin e_uart_pin is an alias for PC11".
Only when I also comment-in this line too
[include RatOS/boards/btt-skr-mini-e3-30/multi-alias-usage-quirk.cfg]
it works.
Furthermore I noticed that
[temperature_sensor BTT_SKR_MINI_E3_V3.0]
sensor_type: temperature_mcu
min_temp: 0
max_temp: 100
is missing in the config.cfg for the e3 mini-board.
Maybe this can be added in a next update.
1 Reply
adverse-sapphire•14mo ago
Problem solved - one line was missing at multi-alias-usage-quirk-toolboard.cfg-file
I add the corrected one to this post, so that you can save this to the directory where your printer.cfg is.
Don't forget to set [include multi-alias-usage-quirk-toolboard.cfg] into your printer.cfg and comment the both entries above in the config-template out.