How do you download from code.alephobjects?

How do you download from code.alephobjects ? it was easy to do with github.com. What I am wanting to is to copy the 1.1.8.62 and edit it so I can get my BLTouch to work.

For Jupitur_Taz_5

Just ‘git clone’ the respository and checkout the correct branch or tag?

I tried the same with SmartGit but it requests a passphrase to do the clone. How do I do that?

Unlike the github web interface, I don’t see a “download as a zip” option on code.alephobjects.com?

How do I get the 1.1.9.34 source files so I can recompile for some modifications I’m making to my Taz5 printer?

Thanks,

Mike

Clone the repository from the https git url:

$ git clone https://code.alephobjects.com/diffusion/MARLIN/marlin.git
Cloning into 'marlin'...
remote: Enumerating objects: 201838, done.
remote: Counting objects: 100% (201838/201838), done.
remote: Compressing objects: 100% (56699/56699), done.
remote: Total 201838 (delta 135572), reused 196568 (delta 130676)  
Receiving objects: 100% (201838/201838), 122.45 MiB | 3.07 MiB/s, done.
Resolving deltas: 100% (135572/135572), done.

Then descend into the freshly cloned directory

$ cd marlin/

Then, checkout the branch or tag you need.

$ git checkout v1.1.9.34
Note: checking out 'v1.1.9.34'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 5f9c029d1 Change version number

The names of the tags can be found here:
https://code.alephobjects.com/diffusion/MARLIN/tags/master/

Build!

You can get the zip here.
http://download.lulzbot.com/Software/Marlin/1.1.8.62/

Just to chime in, we will provide a zip file for all stable firmware releases here: http://download.lulzbot.com/Software/Marlin/

This will be located at the top of the list for the specific firmware you are trying to build.