From 144720c327895f073b493d6a8df026b7ae3218e1 Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Thu, 29 Jul 2021 17:40:04 +0200 Subject: [PATCH] Delete Troubleshooting.md Not really needed anymore. --- Troubleshooting.md | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 Troubleshooting.md diff --git a/Troubleshooting.md b/Troubleshooting.md deleted file mode 100644 index 2b2a5d4..0000000 --- a/Troubleshooting.md +++ /dev/null @@ -1,35 +0,0 @@ -# Troubleshooting - -## Removing packages from the PPA: - -### Method 1: Using ppa-purge -In case of our stable PPA: -```{r, engine='bash'} -sudo apt update -sudo apt install ppa-purge -sudo ppa-purge ppa:thopiekar/cura -``` -In case of our master PPA: -```{r, engine='bash'} -sudo apt update -sudo apt install ppa-purge -sudo ppa-purge ppa:thopiekar/cura-master -``` -### Method 2: Using synaptic -Using Synaptic you can easily see where your installed packages are from. -In our case you can easily select the PPA and remove all packages from there. -For more info on using Synaptic search the web for manuals. There are enough around... -![ultimaker_synaptic](https://cloud.githubusercontent.com/assets/1847437/21223747/2cfb8984-c2c9-11e6-9b20-fe240d2eef15.png) - -### Method 3: Apt-Pinning -An easy method for advanced users is to change the PPAs priority using APT pinning. -While choosing a low "Pin-Priority" you can even tell APT to avoid a repository, if needed. -Using a low here will tell APT to downgrade to the Ubuntu packages whenever possible. - -## Can't find feature ... that's usually included in Cura -You probably need to install the specific plugin, you can also add all the plugins by installing `cura-extra-plugins-all`. -You can get a list of available plugins (and all packages) using the Synaptic Package Manager, by viewing -the `LP-PPA-thopiekar-cura/...` origin. - -## Ultimaker 3 Connect button is missing -You probably need to add the plugin for UM3 network printing. You can install `cura-extra-plugin-um3networkprinting` or all the plugins by installing `cura-extra-plugins-all`.