Update readme: configuring and compilation#116
Update readme: configuring and compilation#116peteruithoven wants to merge 3 commits intoUltimaker:masterfrom
Conversation
Crude attempt at updating the readme regarding configuring and compilation
README.md
Outdated
| ``` | ||
| Use the Makefile to compile & upload the firmware, for example: | ||
| ``` | ||
| make UPLOAD_PORT=/dev/ttyACM0 |
There was a problem hiding this comment.
I don't think you need the upload_port for the make command :) can you verify this and then update your PR/
There was a problem hiding this comment.
Good point, you where right, didn't need it. I updated the example.
There was a problem hiding this comment.
And while i'm typing 'could you also just squash your commits into one' I realized this was about UM2 marlin firmware, which as far as I recall, can still be built using Arduino. So maybe add it as an alternative/optional flow.
Sorry for bike shedding over such a simple change.
There was a problem hiding this comment.
Tricky since I never tried this with the Arduino IDE. I just kept the basics intact. I did choose for cloning, since that makes development and contributing easier.
I understand it's now possible for the maintainers of Github repo's to squash commits when merging; https://github.com/blog/2141-squash-your-commits
Let me know if you want other tweaks.
Crude attempt at updating the readme regarding configuring and compilation