I want to build-up an extruder test stand. So I only have a CAN-Toolboard which is connected to my RaspberryPi via CAN-Bus. I attached a CAN-Hat to the RPi. This bus setup works so far. I see the toolhead on the CAN-Bus, kommunication works.
Now I want to control the toolhead with Repetier-Server (heat-up, temp-control, fans, extruder, etc.). How can I achieve that?
I do not have a printer controller board attached, so I need something like a virtual printer (with or without X-Y-Z-steppers).
How is the connection method to Repetier-Server?
I setup a klipper instance with the can-Bus enabled:
[canbus]
interface: can0
[include SHT36V3.cfg]
and:
[mcu SHT36V3]
## CAN ID
# canbus_uuid=b1234fa7dabc, Application: CanBoot
canbus_uuid: b1234fa7dabc
Under printer settings>connection nothing is accepted but "Serial Connection".
What do I have to choose?