LogoLogo
  • TJUAV Documentation
  • Documentation
    • What is TJUAV?
      • Subsystems
      • Competition Details (2021)
    • How to Use Gitbook
    • Table of Contents
  • RC Guide
    • Introduction
    • Aerodynamics & Flight
      • Forces of Flight
    • RC Electronics
      • Comms
      • Power / Propulsion System
        • Batteries / Battery Chargers
        • ESCs
        • Motors
    • Control Surfaces
    • Propellers
      • Function
      • CW and CCW Propellers
      • Thrust Table
    • Flight Simulations
    • Tools
      • Laser Cutter
      • 3D Printer
    • Getting Certified
  • Software
    • Programming
      • Git
      • Python
      • JS
      • VSCode
      • Mission Planner
    • Mechanical
      • Fusion360
        • Installation
        • Fusion Teams
        • Sketches
        • Sketch Tools
        • Parameters
        • Timeline
        • Solid Tools
        • Components
        • Joints & Assemblies
        • Add-Ins
        • Good Practice
      • AutoCAD
      • Cura
        • Initial Setup
        • Profiles
        • Quality
        • Shell
        • Infill
        • Material
        • Speed
        • Travel
        • Cooling
        • Supports
        • Adhesion
        • Experimental
    • Website
      • Code Documentation
      • Heroku Usage
      • AWS Usage
      • GitHub Pages
  • Hardware
    • Computers
    • Radios
      • RFD900x
      • Ubiquiti Bullet and Powerbeam M2
    • Cameras
      • Gphoto2
      • Sony α5000/α5100
      • See3Cam_CU135
      • Arducam 4
    • Power
  • Mechanical Progress
    • Airframes
      • Razgriz
      • Hyperion
      • Testing Plane
      • Avalon
        • Avalon Mk.1
        • Avalon Mk.2
    • UGVs
      • Electrical System
      • Drop Mechanism
      • Speed Car Super Speed
      • SPARTA
  • Programming Progress
    • Computer Vision
      • Preprocessing Techniques
      • Map Stitching
        • SIFT
      • Detection / Classification
        • Canny / Contours
        • Blob Detection
        • KMeans
        • Mean Shift Filter
        • RotNet
    • Autopilot
      • A*
      • RRT*
      • Genetic Algs
      • Spline Navigation
  • Master Code
    • GroundStation
      • Frontend
      • Backend
    • Computer Vision
      • Image Capturing
      • Map Stitching
      • Detection
      • Classification
    • Autopilot
    • Comms
      • Image Compression
      • Packet Format
Powered by GitBook
On this page
  • Windows
  • Macintosh
  • Linux
Edit on GitHub
Export as PDF
  1. Software
  2. Mechanical

Cura

PreviousAutoCADNextInitial Setup

Last updated 4 years ago

Windows

Head to Ultimaker's website , click on "Download for free", download the .exe installer and install as you would any other program.

Macintosh

Head to Ultimaker's website , click on "Download for free", download the installer and install as you would any other program.

Linux

Cura has excellent support for all distributions. If you wish to install via the .AppImage method instead of your distribution's package management system, head to the Other Distributions Section.

Ubuntu Linux (+Derivatives)

Simply run apt install cura as root to install the latest version.

Arch Linux (+Derivatives)

Simply run pacman -S cura to install Cura.

Other Distributions

Check if your distribution has a Cura package before following this method. This allows Cura to automatically update when you when update your packages.

Head to Ultimaker's website , click on "Download for free", download the .AppImage.

  1. Run chmod +x [filename] to allow the .AppData to be executed

  2. If you wish to allow Cura to be activated as a command, run mv [filename] /usr/bin/cura as root.

here
here
here