From e39e09dbe969d33c32f730cea845eed66db6d69e Mon Sep 17 00:00:00 2001 From: Peter Uithoven Date: Thu, 15 Dec 2016 15:24:14 +0100 Subject: [PATCH 1/2] Two more troubleshooting tips --- Troubleshooting.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index 2100769..2b2a5d4 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -25,3 +25,11 @@ For more info on using Synaptic search the web for manuals. There are enough aro 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`. From de14caba17c4e46737cb15bf4ed224109ee46150 Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Thu, 15 Dec 2016 15:25:18 +0100 Subject: [PATCH 2/2] README: Updating list of recipes --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdba757..d089ad8 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,15 @@ There is also a issue report for different problems at [#1094](https://github.co ### Recipes building packages from `[2.3]` (as known as `stable`): * https://code.launchpad.net/~thopiekar/+recipe/cura-stable-daily +* https://code.launchpad.net/~thopiekar/+recipe/cura-binary-data-stable-daily * https://code.launchpad.net/~thopiekar/+recipe/cura-extra-plugins-stable-daily (3rd-party) * PostProcessingPlugin * OctoPrintPlugin * UM3NetworkPrintingPlugin -* https://code.launchpad.net/~thopiekar/+recipe/uranium-stable-daily * https://code.launchpad.net/~thopiekar/+recipe/cura-engine-stable-daily +* https://code.launchpad.net/~thopiekar/+recipe/fdm-materials-stable-daily * https://code.launchpad.net/~thopiekar/+recipe/libarcus-stable-daily +* https://code.launchpad.net/~thopiekar/+recipe/uranium-stable-daily * (protobuf is not updated frequently) ### Recipes building packages from `[master]`: @@ -33,6 +35,6 @@ There is also a issue report for different problems at [#1094](https://github.co * PostProcessingPlugin * https://code.launchpad.net/~thopiekar/+recipe/cura-engine-master-daily * https://code.launchpad.net/~thopiekar/+recipe/fdm-materials-master-daily -* https://code.launchpad.net/~thopiekar/+recipe/uranium-master-daily * https://code.launchpad.net/~thopiekar/+recipe/libarcus-master-daily +* https://code.launchpad.net/~thopiekar/+recipe/uranium-master-daily * https://code.launchpad.net/~thopiekar/+recipe/protobuf-daily (3rd-party)