Klipper3d / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
8.99k stars 5.18k forks source link

config: Add Sovol SV06 Plus #6397

Closed hjmcnew closed 7 months ago

hjmcnew commented 7 months ago

config: Add printer-sovol-sv06-plus-2023.config

Add a configuration for the Sovol SV06 Plus.

Signed-off-by: Herb McNew herb.mcnew@gmail.com

JamesH1978 commented 7 months ago

Thank you for submitting a PR, I have just one question why do you have a uart_address for each driver when they all use different uart pins, Is this a quirk of the board or does it work fine without this address being set?

Thanks James

hjmcnew commented 7 months ago

Thank you for submitting a PR, I have just one question why do you have a uart_address for each driver when they all use different uart pins, Is this a quirk of the board or does it work fine without this address being set?

Quirk of the board (I guess). If one comments out the uart_address and attempts to home they get !! Unable to read tmc uart 'stepper_x' register IFCNT

KevinOConnor commented 7 months ago

Thanks.

-Kevin