Wattie
February 18, 2024, 1:31pm
1
Basic Information:
Printer Model: Mercury ONE.1
MCU / Printerboard: SKR Mini E3
klippy.log
klippy (9).log (715.1 KB)
Hi all!!!
I finally installed the Klipper expander board as I need the extra mosfets for my cabon filters.
I Followed the manual here: Voron-Hardware/Klipper_Expander/Documentation/Setup_and_Flashing_Guide.md at master · VoronDesign/Voron-Hardware · GitHub
However. Upon adding the KlipperExpander.cfg and included it in Pinter.cfg I get the following error message:
Klipper reports: ERROR
Unknown pin chip name ‘expander’
Once the underlying issue is corrected, use the “RESTART”
command to reload the config and restart the host software.
Printer is halted
which is strange as I copied the klipperexpander.cfg and only altered the serial in row 4.
Is there someone that know whats going on here?
Sineos
February 18, 2024, 3:07pm
2
You seem to have omitted the last step in the guide:
Your board should now be usable with Klipper. Use the example config file to get started Best option is to copy the example config file into the same directory as printer.cfg
then add [include klipperExpander.cfg]
to the end of your printer.cfg
to include the file.
There is no trace of a correctly configured
[mcu expander]
serial: /dev/serial/by-id/usb-Klipper_stm32f042x6_350022000D43504735393520-if00
restart_method: command
1 Like
Wattie
February 18, 2024, 3:18pm
3
Thanks for looking into this.
I dont understand or I am missing something.
I added the klipperexpander.cfg file in the same directory as printer.cfg.
In printer.cfg i added [include klipperExpander.cfg]
Sineos
February 18, 2024, 3:43pm
4
Post both your printer.cfg
and klipperExpander.cfg
1 Like
Wattie
February 18, 2024, 4:51pm
5
Sineos
February 18, 2024, 7:41pm
6
In klipperExpander.cfg
:
[mcu]
serial: /dev/serial/by-id/usb-Klipper_stm32f042x6_040024000C43303054313620-if00
restart_method: command
needs to be (as also required in the example config):
[mcu expander]
serial: /dev/serial/by-id/usb-Klipper_stm32f042x6_040024000C43303054313620-if00
restart_method: command
Verify that this is actually correct and your expander board is flashed with the correct settings
Wattie
February 19, 2024, 8:07pm
7
managed to make it work!
Indeed the following error was: [mcu] instead of [mcu expander].
Changed it. Klipper is now recognizing it!
Thanks for the insight!
system
Closed
March 21, 2024, 6:07am
8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.