Thinking of using Raspberry Pi 2 (or 3) with Fluidd and Klipper on BTT SKR Mini E3 V2 By using Fluidd Pi, install should be relatively easy. The Raspberry Pi runs Klipper which spits out G-code for the Mini E3 to drive the stepper motors. The Raspberry Pi connects to the Mini E3 vi...
- name: Update klipper config hosts: ender2pro remote_user: root gather_facts: no tasks: - name: Synchronize macros folder ansible.posix.synchronize: src: macros/ dest: /home/pi/klipper_config/macros/ I am using ssh password auth with paramiko ...