Printer Model: Sovol SV06 Plus Ace
MCU / Printerboard: Main MCU RK3308, toolhead MCU STM32F103
Host / SBC
klippy.log
Fill out above information andin all cases attach yourklippy.logfile (use zip to compress it, if too big). Pasting yourprinter.cfgis not needed Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
…I have a general question about the Sovol SV06 Plus Ace’s config.
I see “mcu”, “extra_mcu” and “mcu rpi”.
“extra_mcu” is likely the one on the toolhead - here is the config snippet:
Since you didn’t upload your klippy.log (which includes the full config), here’s my best guess as to what’s happening:
mcu is typically the board driving your steppers and bed heater. Unlike other MCU’s, the main mcu doesn’t have a prefix in front of its pin names. For example:
# completely random pins, just as an illustration
[stepper_x]
step_pin: PA0
dir_pin: PA1
enable_pin: !PA2
The pins PA0, PA1, and PA2 are on mcu, but they aren’t prefixed with mcu:
On ther other hand, for steppers on different MCU’s like your extra_mcu: