Cura: Difference between revisions

From Bitpost wiki
No edit summary
No edit summary
Line 1: Line 1:
== Installation ==
== Installation ==


Current versions have support for my Tronxy-3 printer.  Three ways to install:
* I went with snap for now.
sudo snap install cura-slicer
* Cura has a [https://ultimaker.com/software/ultimaker-cura downloadable image].
* This may still be an option:
  sudo add-apt-repository ppa:thopiekar/cura
  sudo add-apt-repository ppa:thopiekar/cura
  sudo apt-get install cura
  sudo apt-get install cura
=== NOTES ===
We need a fairly recent install to get support for my Tronxy-3 printer.  Thopiekar's repo was updated 22 days ago (it's 2021/04/20) and has the support.
Mean-meanwhile... Cura says to use their snap...
sudo snap install cura-slicer
TODO Once this simmers or I succumb to snaps, set up [mh-install-cura].

Revision as of 23:23, 17 December 2022

Installation

Current versions have support for my Tronxy-3 printer. Three ways to install:

  • I went with snap for now.
sudo snap install cura-slicer
sudo add-apt-repository ppa:thopiekar/cura
sudo apt-get install cura