Where is prusa i3 source code?
Hi,
https://github.com/josefprusa/Prusa3-vanilla has not been updated for over a year.
Where can I find the latest model?
Thanks,
Miriam.
Re: Where is prusa i3 source code?
Hi Miriam
It's here: https://github.com/prusa3d/Prusa-i3-Plus
Peter
P.S. Welcome to the forum!
Please note: I do not have any affiliation with Prusa Research. Any advices given are offered in good faith. It is your responsibility to ensure that by following my advice you do not suffer or cause injury, damage…
Re: Where is prusa i3 source code?
Thanks.
😀
Re: Where is prusa i3 source code?
Beware, the firmware code mentioned on GitHub has several differences to the Prusa Research code, just done a difference on some of the files.
KenK
Re: Where is prusa i3 source code?
Hi Ken
I believe that the GitHub code is the only place where the 2.2.1 firmware source has been deposited.
Where did you obtain your source code and what version is it?
Peter
Please note: I do not have any affiliation with Prusa Research. Any advices given are offered in good faith. It is your responsibility to ensure that by following my advice you do not suffer or cause injury, damage…
Re: Where is prusa i3 source code?
@Peter
Retraction, retraction, me not the print head!!!
I apologise for my erroneous post, late at night and tired I did the difference on the wrong version. So, you are correct the GitHub version mentioned is current. I really must get my personal source code control in order.
Interestingly though the current Marlin core version has some useful Auto Bed Levelling enhancements that have not yet been folded into the Prusa i3 code. Another late night in prospect merging the code!!
KenK
Re: Where is prusa i3 source code?
Ken
No problem. At least it's not me that's going mad!!!
Yes the Prusa code is a branch from a previous Marlin version, so I doubt that the features in the later Marlin will be incorporated any time soon... However, I could well be very wrong about that!
Peter
Please note: I do not have any affiliation with Prusa Research. Any advices given are offered in good faith. It is your responsibility to ensure that by following my advice you do not suffer or cause injury, damage…
Re: Where is prusa i3 source code?
Thanks! I was looking for this for quite a while. To fully comply with GPL, the binary distributions should point to where to find the source, as well as include a copy of the GPL license.
Re: Where is prusa i3 source code?
Hi Martin
The source code has just been through major modifications; it may have been inadvertently omitted. I am sure any fault of this nature will be quickly rectified.
Peter
Please note: I do not have any affiliation with Prusa Research. Any advices given are offered in good faith. It is your responsibility to ensure that by following my advice you do not suffer or cause injury, damage…
Re: Where is prusa i3 source code?
Trying to figure out when the Prusa souce was split from the main Marlin repo. I wanted to do a complete diff to see what delta's were applied so I could then apply them to the current 1.1.0 RC3.
Any one know?
Re: Where is prusa i3 source code?
According to this page: http://reprap.org/wiki/Marlin most current Marlin is 1.02. It seems that the current firmware for this printer is actually Marlin version 1.02 (see line 77 of Marlin_main.cpp).
Peter
Please note: I do not have any affiliation with Prusa Research. Any advices given are offered in good faith. It is your responsibility to ensure that by following my advice you do not suffer or cause injury, damage…
Re: Where is prusa i3 source code?
The scad files are slowly moving here https://github.com/prusa3d/Prusa-i3-Plus we now finally have time to do some refactoring after the crazy end of the year.