Thank you so much! I have really been wanting to give this a try. I am just using the Marlin 13.03 from Cura and haven't had too many issues but I really wanted to experiment. This is a great help!
Thank you so much! I have really been wanting to give this a try. I am just using the Marlin 13.03 from Cura and haven't had too many issues but I really wanted to experiment. This is a great help!
Very nice. I didn't do it command line mode myself but this is nice (I used the IDE).
Maybe you could talk a little more about "uploading the hex file". Cura can do this so you could just explain that part or you could mention pronterface or the arduino IDE can do it with a single click after you click the Make button.
Yes. Thank you very much.
I have made my firmware and direct uploaded a few days ago in Windows 7.
But where can i find the hex-file, like gr5 wrote?
Maybe you could talk a little more about "uploading the hex file".
ThomsS ,to find your hex file:
1) In the Arduino IDE, menu File/Preferences check "show verbose output during compilation"
2) Build the firmware by clicking on the Verify icon
3) the last line of the console window will show you where is located the Marlin.cpp.hex file, which is what you are looking for)
Regards,
JPG (who had to recreate an account... because i forgot my pwd, and changed my email adress in between...)
I have found it.
Thank you very much.
Regards
Thomas
ThomsS ,to find your hex file:
1) In the Arduino IDE, menu File/Preferences check "show verbose output during compilation"
2) Build the firmware by clicking on the Verify icon
3) the last line of the console window will show you where is located the Marlin.cpp.hex file, which is what you are looking for)
Regards,
JPG (who had to recreate an account... because i forgot my pwd, and changed my email adress in between...)
Those fixes are in both the Ultimaker and the ErikZalm Ultimaker_v1 current versions of the firmware, so you can get them (if you want them) by building your own Marlin from either of those.
Thanks mate, I'll do that.
Just to keep this thread up-to-date as a reference... I also added a second related post, on how to set up Eclipse to understand the Marlin source code. I find some of the static analysis features nice - not least the fact that it reads through all the headers and figures out which bits of code with get excluded due to the #define/#ifdef logic, and grays out the parts that don't apply. Makes it much easier to understand what is going on with all the optional features and implementations that are layered on top of one another.
Recommended Posts
illuminarti 18
Thanks, Owen.
No, the '13.03' version of Marlin, which is what currently ships with Cura (inc Cura 13.04) predates all of my fixes to Marlin, so it doesn't have the retraction fix, nor the proper PID value editing, and handling of acceleration rates in Ulticontroller.
Those fixes are in both the Ultimaker and the ErikZalm Ultimaker_v1 current versions of the firmware, so you can get them (if you want them) by building your own Marlin from either of those.
Link to post
Share on other sites