Hello - My Team at D3 labs has constructed a Large Scale 3D Printer (10FT x 8FT x 8FT), and were running into a couple of Config Issues on the Klipper Side - Yet we’re really close, and maybe this forum can push us in the right direction.
This is what we’re doing:
Klipper Has Multiple MCU configs
Example and Sample Configs that can be combined to identify our printer.
This is the Board: (Real similar to the Duet and uses Bossac as a Flasher as well)
https://teknic.com/products/io-motion-controller/clcr-4-13/
We constructed our Raspberry Pi on our computer (derbian) - Configruged a generic Printer Profile - Identified the Pin mapping (Could use more help here) - Currently attempting to Flash the Board using
bossac --port=/dev/serial/by-id/usb-teknic__Inc._Clearcore_3XXXXX -b -U -e -w -v -R out/klipper.bin
This results in Sam-BA Operation Failed.
Previously we used the:
Sudo Service Klipper stop
make flash FLASH_DEVICE=/dev/serial/by-id/usb-teknic__Inc._Clearcore_3XXXXX -b -U -e -w -v -R out/klipper.bin
Sudo service Klipper start
And it said error Flash Bossac…
I think were close… Could I get some guidance?