Basic installation (only one of them required)
as AppImage:
download appimage from https://github.com/Ultimaker/Cura/releases (we assume here that it is cura 5.9) and save it as ~/cura
mark the appimage as executable (chmod +x ~/cura)
start cura once via ~/cura and just close it again
Install printer definitions in ~/.local/share/cura/5.9:
curl -L https://github.com/ecsv/Qidi-Printer-Definitions/archive/refs/heads/xmax_icarus.tar.gz |tar -C ~/.local/share/cura/5.9/ -xzv --strip-components=1 rm -rf ~/.cache/cura/
via flatpak
Install from flathub:
flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo flatpak --user config --set languages "" flatpak --user install com.ultimaker.cura
start cura once via flatpak run com.ultimaker.cura
Install printer definitions:
curl -L https://github.com/ecsv/Qidi-Printer-Definitions/archive/refs/heads/xmax_icarus.tar.gz |tar -C ~/.var/app/com.ultimaker.cura/data/cura/5.9/ -xzv --strip-components=1 rm -rf ~/.var/app/com.ultimaker.cura/cache
start cura again
- agree to user license agreement
- ignore changelog
- skip creation of "Ultimaker Account"
- "Add a non-networked printer" -> Qidi -> X-Max
- Accept machine settings
Go to Marketplace to install "OctoPrint Connection" (Green Octo symbol on top of a blue connector)
Restart Cura
Go to Preferences -> Printers -> Connect Moonraker
- Address http://$IP/
- Format "UFP with Thumbnail"
c. Press Save e. Close dialogs
This repository contains experimental configurations for Qidi X-Max with Icarus 2.1 (Orbiter 2.0 + Dragon Hotend). Changes will not be done in a backward or forward compatible way. So when in doubt, please clear the cura state:
rm -rf ~/.cache/Ultimaker\ B.V. ~/.cache/cura/ ~/.config/cura ~/.local/share/cura