Compare commits

...

20 Commits
4.9 ... master

Author SHA1 Message Date
Thomas Karl Pietrowski 96cb0725fd Uranium: Adding PyClipper
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
2022-03-05 17:38:55 +01:00
Thomas Karl Pietrowski 6bb48a7a95 Bump version to 4.14
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
2022-02-27 19:09:35 +01:00
Thomas Karl Pietrowski 0251bd15ac Cura: (Re-)adding marketplace
Totally forgot what the Toolbox was. Looks like people decided to rename it after years of development.

Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
2022-02-27 13:30:36 +01:00
Thomas Karl Pietrowski 6f038a4ac6 Savitar: Adding Python_VERSION override
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
2022-02-27 13:28:20 +01:00
Thomas Karl Pietrowski dd3dfde20f Savitar: Remove python3-sip-dbg
Does not exist on Ubuntu Jammy anymore.

Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
2022-02-27 13:28:02 +01:00
Thomas Karl Pietrowski 1ba5c2a7e6 Arcus: Remove python3-sip-dbg
Does not exist on Ubuntu Jammy anymore.

Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
2022-02-27 13:27:20 +01:00
Thomas Karl Pietrowski 0830cab8ef Arcus: Override Python_VERSION for debug builds, too
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
2022-02-27 13:18:05 +01:00
Thomas Karl Pietrowski 102ebacb9b Arcus: Adding hack to work around Python >= 3.10
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
2022-02-27 11:16:04 +01:00
Thomas Karl Pietrowski a3c9c57bd2 Cura: Remove Toolbox
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
2022-02-27 11:05:47 +01:00
Thomas Karl Pietrowski 77c3fff9b7 CuraEngine: Adding Boost
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
2021-12-18 10:31:38 +01:00
Thomas Karl Pietrowski 6ad0ec5555 Bump version to 4.13 2021-10-30 16:00:51 +02:00
Thomas Karl Pietrowski 43db8069ad Bump version to 4.12
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
2021-10-29 19:29:33 +02:00
Thomas Karl Pietrowski 22020f2df8 Bumping to 4.11
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
2021-07-30 21:12:26 +02:00
Thomas Karl Pietrowski e01ba08dbb
Cura: Adding README_resources.txt 2021-07-29 19:18:29 +02:00
Thomas Karl Pietrowski eae22be675
Update README.md 2021-07-29 17:40:49 +02:00
Thomas Karl Pietrowski 144720c327
Delete Troubleshooting.md
Not really needed anymore.
2021-07-29 17:40:04 +02:00
Thomas Karl Pietrowski bf278b532f Bumping to 4.10
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
2021-06-10 20:53:28 +02:00
Thomas Karl Pietrowski 1b5d5009fe First run of replacing dh_install --fail-missing
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
2021-05-17 18:18:01 +02:00
Thomas Karl Pietrowski d9bbbb540f Merge remote-tracking branch 'origin/4.9' 2021-05-17 18:09:53 +02:00
Thomas Karl Pietrowski 95b48f70af
Cura: Adding DigitalLibrary plugin 2021-05-16 19:27:07 +02:00
22 changed files with 32 additions and 57 deletions

View File

@ -1,4 +1,4 @@
cura (1:4.9.0) unstable; urgency=low
cura (1:4.14) unstable; urgency=low
* Initial release

View File

@ -5,6 +5,7 @@
/usr/lib/cura/plugins/CuraEngineBackend
/usr/lib/cura/plugins/CuraProfileReader
/usr/lib/cura/plugins/CuraProfileWriter
/usr/lib/cura/plugins/DigitalLibrary
/usr/lib/cura/plugins/FirmwareUpdateChecker
/usr/lib/cura/plugins/FirmwareUpdater
/usr/lib/cura/plugins/GCodeReader
@ -15,6 +16,7 @@
/usr/lib/cura/plugins/ImageReader
/usr/lib/cura/plugins/LegacyProfileReader
/usr/lib/cura/plugins/MachineSettingsAction
/usr/lib/cura/plugins/Marketplace
/usr/lib/cura/plugins/ModelChecker
/usr/lib/cura/plugins/MonitorStage
/usr/lib/cura/plugins/PerObjectSettingsTool
@ -26,7 +28,6 @@
/usr/lib/cura/plugins/SimulationView
/usr/lib/cura/plugins/SolidView
/usr/lib/cura/plugins/SupportEraser
/usr/lib/cura/plugins/Toolbox
/usr/lib/cura/plugins/TrimeshReader
/usr/lib/cura/plugins/UltimakerMachineActions
/usr/lib/cura/plugins/UFPReader
@ -54,6 +55,7 @@
/usr/share/cura/resources/themes
/usr/share/cura/resources/variants
/usr/share/cura/resources/public_key.pem
/usr/share/cura/resources/README_resources.txt
/usr/share/icons/hicolor/128x128/apps
/usr/share/metainfo/
/usr/share/mime/packages/

View File

@ -1,4 +1,4 @@
cura-engine (1:4.9.0) unstable; urgency=medium
cura-engine (1:4.14) unstable; urgency=medium
* Initial release

View File

@ -5,6 +5,7 @@ Maintainer: Thomas Karl Pietrowski <thopiekar@gmail.com>
Build-Depends:
debhelper (>= 9), cmake,
libpthread-stubs0-dev,
libboost-all-dev,
python3-all-dev,
libarcus-dev,
# Protobuf (>= 3.5)

View File

@ -15,8 +15,8 @@ override_dh_auto_configure:
-DBUILD_TESTS:BOOL=OFF \
-DCURA_ENGINE_VERSION=${DEB_PACKAGE_VERSION}
override_dh_install:
dh_install --fail-missing
override_dh_missing:
dh_missing --fail-missing
override_dh_auto_test:
dh_auto_test || true

View File

@ -5,7 +5,7 @@
* https://launchpad.net/~thopiekar/+archive/ubuntu/cura-master
## Any problems with your installation?
Take a look at [Troubleshooting](Troubleshooting.md) first. If you are sure that your problems are 100%ly related to the packages and not to Cura itself, report your problems here. When reporting problems at [Cura](https://github.com/Ultimaker/Cura), do not forget to mention me in your issue report by `@thopiekar`, so I get notified.
Take a look at [Troubleshooting](https://thopiekar.eu/cura/ppa/troubleshooting/) first. If you are sure that your problems are 100%ly related to the packages and not to Cura itself, report your problems here. When reporting problems at [Cura](https://github.com/Ultimaker/Cura), do not forget to mention me in your issue report by `@thopiekar`, so I get notified.
There is also a issue report for different problems at [#1094](https://github.com/Ultimaker/Cura/issues/1094). Users already exchange their workarounds there and also help each other.
## Discussion:

View File

@ -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`.

View File

@ -1,4 +1,4 @@
uranium (1:4.9.0) unstable; urgency=low
uranium (1:4.14) unstable; urgency=low
* Initial release

View File

@ -40,6 +40,7 @@ Depends:
python3-numpy,
python3-scipy,
python3-shapely,
python3-pyclipper,
# PyQt5
python3-pyqt5,
python3-pyqt5.qtopengl,

View File

@ -1,4 +1,4 @@
cura-binary-data (4.9.0) unstable; urgency=low
cura-binary-data (4.14) unstable; urgency=low
* Initial release

View File

@ -12,8 +12,8 @@ override_dh_auto_install:
dh_auto_install --destdir=debian/tmp
# https://github.com/Ultimaker/cura-binary-data/pull/4
#override_dh_install:
# dh_install --fail-missing
#override_dh_missing:
# dh_missing --fail-missing
override_dh_auto_test:
dh_auto_test || true

View File

@ -1,4 +1,4 @@
fdm-materials (4.9.0) unstable; urgency=low
fdm-materials (4.14) unstable; urgency=low
* Initial release

View File

@ -8,8 +8,8 @@ DEB_PACKAGE_VERSION ?= $(shell dpkg-parsechangelog -SVersion | cut -f2 -d":" | c
%:
dh $@ --buildsystem=cmake --parallel
#override_dh_install:
# dh_install --fail-missing
override_dh_auto_test:
dh_auto_test || true
override_dh_missing:
dh_missing --fail-missing

View File

@ -1,4 +1,4 @@
libarcus (1:4.9.0) unstable; urgency=low
libarcus (1:4.14) unstable; urgency=low
* Initial release

View File

@ -10,7 +10,7 @@ Build-Depends:
# Python3
python3-all-dev, python3-all-dbg,
# SIP
python3-sip-dev, python3-sip-dbg,
python3-sip-dev,
# Protobuf >= 3.5
protobuf-compiler (>= 3.5), libprotobuf-dev (>= 3.5), libprotoc-dev,
Standards-Version: 3.9.8

View File

@ -21,6 +21,7 @@ override_dh_auto_configure:
--builddirectory=build-$${PYX} -- \
$(CMAKE_COMMON_OPTIONS) \
-DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" \
-DPython_VERSION:STRING="$${PYX}" \
-DPYTHON_SITE_PACKAGES_DIR:FILEPATH=/usr/lib/python$${PYX}/dist-packages \
-DPYTHON_EXECUTABLE:FILEPATH=$$(which python$${PYX}) \
-DCMAKE_INSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) ; \
@ -33,6 +34,7 @@ override_dh_auto_configure:
--builddirectory=build-$${PYX}-dbg -- \
$(CMAKE_COMMON_OPTIONS) \
-DCMAKE_BUILD_TYPE:STRING="Debug" \
-DPython_VERSION:STRING="$${PYX}" \
-DPYTHON_SITE_PACKAGES_DIR:FILEPATH=/usr/lib/python$${PYX}/dist-packages \
-DPYTHON_EXECUTABLE:FILEPATH=$$(which python$${PYX}) \
-DCMAKE_INSTALL_LIBDIR=/usr/lib/debug/lib/$(DEB_HOST_MULTIARCH) \

View File

@ -1,4 +1,4 @@
libcharon (4.9.0) unstable; urgency=medium
libcharon (4.14) unstable; urgency=medium
* Initial release

View File

@ -35,5 +35,5 @@ override_dh_auto_test:
dh_auto_test --builddirectory=build-$${PYX} || true ; \
done
override_dh_install:
dh_install --fail-missing
override_dh_missing:
dh_missing --fail-missing

View File

@ -1,4 +1,4 @@
libsavitar (4.9.0) unstable; urgency=medium
libsavitar (4.14) unstable; urgency=medium
* Initial release

View File

@ -6,8 +6,10 @@ Build-Depends:
debhelper (>= 9),
dh-python,
cmake,
# Python
python3-all-dev, python3-all-dbg,
python3-sip-dev, python3-sip-dbg,
# SIP
python3-sip-dev,
Standards-Version: 3.9.8
X-Python3-Version: >= 3.4
Homepage: https://github.com/Ultimaker/libSavitar

View File

@ -22,6 +22,7 @@ override_dh_auto_configure:
--builddirectory=build-$${PYX} -- \
$(CMAKE_COMMON_OPTIONS) \
-DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" \
-DPython_VERSION:STRING="$${PYX}" \
-DPYTHON_SITE_PACKAGES_DIR:FILEPATH=/usr/lib/python$${PYX}/dist-packages \
-DPYTHON_EXECUTABLE:FILEPATH=$$(which python$${PYX}) \
-DCMAKE_INSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) ; \
@ -34,6 +35,7 @@ override_dh_auto_configure:
--builddirectory=build-$${PYX}-dbg -- \
$(CMAKE_COMMON_OPTIONS) \
-DCMAKE_BUILD_TYPE:STRING="Debug" \
-DPython_VERSION:STRING="$${PYX}" \
-DPYTHON_SITE_PACKAGES_DIR:FILEPATH=/usr/lib/python$${PYX}/dist-packages \
-DPYTHON_EXECUTABLE:FILEPATH=$$(which python$${PYX}) \
-DCMAKE_INSTALL_LIBDIR=/usr/lib/debug/lib/$(DEB_HOST_MULTIARCH) \

View File

@ -1,4 +1,4 @@
pynest2d (4.9.0) unstable; urgency=low
pynest2d (4.14) unstable; urgency=low
* Initial release