Luu Lac 0b0b822671 Add note: TMC2209 requires stealthChop for Sensorless Homing (#15658) | 5 jaren geleden | |
---|---|---|
.. | ||
Configuration.h | 5 jaren geleden | |
Configuration_adv.h | 5 jaren geleden | |
README.md | 5 jaren geleden |
Bringing silky smooth prints to Felix.
cd Marlin/src
cp config/examples/Felix/Configuration_adv.h .
The next step depends on your setup:
cp config/examples/Felix/Configuration.h .
cp config/examples/Felix/DUAL/Configuration.h Configuration.h
Find the latest Arduino build:
ls -altr /tmp/
drwxr-xr-x 5 chrono users 12288 Mar 3 21:41 build6072035599686630843.tmp
Copy the firmware to your printer host:
scp /tmp/build6072035599686630843.tmp/Marlin.cpp.hex a.b.c.d:/tmp/
Connect to your printer host via ssh, stop Octoprint or any other service that may block your USB device and make sure you have avrdude installed, then run:
avrdude -C/etc/avrdude.conf -v -v -v -patmega2560 -cwiring -P/dev/ttyUSB0 \
-b115200 -D -Uflash:w:/tmp/Marlin.cpp.hex:i
Mashed together and tested on https://apollo.open-resource.org/mission:resources:picoprint based on collaborative teamwork of @andrewsil1 and @thinkyhead.