Scott Lahteine 5eff15c409 Merge branch 'Development' into fixup_leveling | 9 years ago | |
---|---|---|
.. | ||
Configuration.h | 9 years ago | |
Configuration_DUAL.h | 9 years ago | |
Configuration_adv.h | 9 years ago | |
README.md | 9 years ago |
Bringing silky smooth prints to Felix.
cd Marlin/Marlin
cp example_configurations/Felix/Configuration_adv.h .
The next step depends on your setup:
cp example_configurations/Felix/Configuration.h .
cp example_configurations/Felix/Configuration_DUAL.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.