Skip to content

Releases: luizribeiro/mariner

v0.2.0-1

17 Apr 19:35
a546ae1
Compare
Choose a tag to compare
  • 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.

v0.1.1-1

18 Oct 01:12
aa2fc87
Compare
Choose a tag to compare

Mostly small fixes for unsupported (i.e. non-ctb) files:

  • Fixed bug when a non-ctb file was under /mnt/usb_share
  • Allow to delete non-ctb files from /mnt/usb_share

v0.1.0-1

11 Oct 15:40
e1c22e0
Compare
Choose a tag to compare

This is the initial release. There's still a few bugs and lots of missing features but overall it is functional.

Main features of the Web UI are:

  • Checking print status (roughly same functionality as touchscreen display on printer itself)
  • Controlling printer (starting prints, pausing/resuming/stopping prints)
  • Listing files on the Raspberry Pi Zero W
  • Uploading files
  • Loading file details from CTB files (preview and some of the slicing settings)

For now, only Elegoo Mars Pro (not 2!) has been tested. CTB files are the only ones that are supported.