Skip to content

Releases: SkyNet3D/Marlin

Update of SkyNet3D to Marlin 1.1.3 stable release

10 Jun 15:20
Compare
Choose a tag to compare

This is a new SkyNet3D Version which is now based on the 1.1.3 Marlin Release 1.1.x branch.

Update of SkyNet3D to Marlin 1.1.2 stable release

04 Jun 15:01
Compare
Choose a tag to compare

This is the latest and best SkyNet3D, based on the stable release branch 1.1.2 of Marlin.

Adding platformio building (+ bumped the version again)

14 May 16:15
Compare
Choose a tag to compare

We got a nice PR to add platformio build support. See http://platformio.org/

Installing on Mac with Homebrew is very easy:

brew install platformio

Consult the platformio site for other systems or if you want to know the details.

The following is for reference (tested with OS X), which is grabbing the newest devel even if it was force pushed. It keeps your latest config files. As you are using git you can easily check with git diff, what has changed in the case that the compilation stopped working.

cd <your skynet github installation>
# backup our config
cp Marlin/Configuration.h /tmp
cp Marlin/Configuration_adv.h /tmp
# update from Github
git fetch
git checkout SkyNet3D-Devel # or the branch you use (like SkyNet3D-V2.4.x)
git reset origin/`git rev-parse --abbrev-ref HEAD` --hard
# restore the config
cp /tmp/Configuration.h Marlin/
cp /tmp/Configuration_adv.h Marlin/
# build and upload the new skynet
platformio run -d Marlin -t upload 

Now with better versioning scheme :)

14 May 12:09
Compare
Choose a tag to compare

The last 2.4 version always stated "SkyNet3D-1.1.0-1" as version. I changed it into two lines where one lists the SkyNet3D and one the Marlin version which it is based onto.

The next final :)

11 May 00:23
Compare
Choose a tag to compare

This version fixes the SD Card problem of earlier releases! Anything else is like V2.4.0

Release based on latest official Marlin Release 1.1.0-1

09 May 15:52
Compare
Choose a tag to compare

This is the "final" release 1.1.0-1 from the Marlin folks. I will keep tracking their release updates with V2.4.x and start a new release cycle with V2.5.x when there are enough changes to justify the work.

Release Notes for 1.1.0 are here: https://github.com/MarlinFirmware/Marlin/releases/tag/1.1.0

SkyNet3D-V2.3.9

28 Apr 22:00
Compare
Choose a tag to compare
SkyNet3D-V2.3.9 Pre-release
Pre-release

There we go .. RCBugFix included a fix to MarlinFirmware#6480 and the BLTouch heater disable can be switched off now. A lot of other changes esp. to german translation was done too. Nice!

SkyNet3D-V2.3.8

28 Apr 10:35
Compare
Choose a tag to compare
SkyNet3D-V2.3.8 Pre-release
Pre-release

Updated to the newest RCBugFix which adds that heater and heatbed are switched of while probing with the BLTouch.

SkyNet3D-V2.3.7

26 Apr 20:57
Compare
Choose a tag to compare
SkyNet3D-V2.3.7 Pre-release
Pre-release

A lot of rework done which will help to get Anet into a PR for Marlin + latest RCBugFix

SkyNet3D-V2.3.6

26 Apr 11:19
Compare
Choose a tag to compare
SkyNet3D-V2.3.6 Pre-release
Pre-release

Update to current RCBugfix and a bit of cleanup for a later Marlin PR.