Skip to content

v0.2.0-1

Latest
Compare
Choose a tag to compare
@luizribeiro luizribeiro released this 17 Apr 19:35
· 85 commits to master since this release
a546ae1
  • Added support for more printers (see README.md)
  • .cbddlp and .fdg files are now supported in addition to .ctb, which enables printers like Voxelab Proxima to be used
  • Fixed bugs related to write buffers not being flushed after file upload (see #311)
  • Most recently uploaded files are now listed first
  • Other small bug fixes and upgrades of dependencies

Upgrading

We now have a PPA repo that hosts mariner's .deb packages. In order to set it up, run the following commands:

$ curl -sL gpg.l9o.dev | sudo apt-key add -
$ echo "deb https://ppa.l9o.dev/raspbian ./" | sudo tee /etc/apt/sources.list.d/l9o.list
$ sudo apt update

Then you can install/upgrade mariner simply with:

$ sudo apt install mariner3d

By installing mariner from the PPA repo, you will always have the latest version after an apt upgrade, just like every other package.