lp:uranium

Owned by Ultimaker
Get this repository:
git clone https://git.not.enabled/uranium

Import details

Import Status: Suspended

This repository is an import of the Git repository at https://github.com/thopiekar/Uranium.git.

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 15 seconds — see the log

Branches

Name Last Modified Last Commit
patch-8 2020-02-23 12:12:50 UTC
MeshData: Making a None check the other way around

Author: Thomas Karl Pietrowski
Author Date: 2020-02-23 12:12:50 UTC

MeshData: Making a None check the other way around

Looks like Python is getting more strict and wants more clear instructions how "if (not) <array>" shall be interpreted.
Since it looks like we are checking whether vertices are None, I just rewrote it so the logic keeps the same.

Here the original error message:
2020-02-23 12:56:30,352 - CRITICAL - [MainThread] cura.CrashHandler.__init__ [67]: File "/usr/lib/python3/dist-packages/UM/Mesh/MeshData.py", line 336, in getFaceNodes
2020-02-23 12:56:30,352 - CRITICAL - [MainThread] cura.CrashHandler.__init__ [67]: if not self._indices or len(self._indices) == 0:
2020-02-23 12:56:30,353 - CRITICAL - [MainThread] cura.CrashHandler.__init__ [67]: ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

patch-4 2019-11-15 11:40:07 UTC
Controller: Updating error message

Author: Thomas Karl Pietrowski
Author Date: 2019-11-15 11:40:07 UTC

Controller: Updating error message

Just noticed that the error message will keep mentioning that it couldn't default to the tool called TranslateTool, even if the tool is not our fallback tool at this moment.
This change will simply make the warning mention the currently set fallback tool.

patch-7 2019-10-09 19:40:41 UTC
Controller: Adding missing typing to setAllTools

Author: Thomas Karl Pietrowski
Author Date: 2019-10-09 19:40:41 UTC

Controller: Adding missing typing to setAllTools

Thanks go to @ChrisTerBeke for reviewing and pointing this out.

patch-5 2019-10-09 18:43:36 UTC
Update plugins/Tools/RotateTool/RotateTool.py

Author: Thomas Karl Pietrowski
Author Date: 2019-10-09 18:43:36 UTC

Update plugins/Tools/RotateTool/RotateTool.py

Co-Authored-By: Ghostkeeper <Ghostkeeper@users.noreply.github.com>

patch-6 2019-10-02 20:23:52 UTC
MeshData: Adding separate getFaceNodes() function

Author: Thomas Karl Pietrowski
Author Date: 2019-10-02 20:23:52 UTC

MeshData: Adding separate getFaceNodes() function

Just to be able to determine the node points of a face.
Found the function inside the getFacePlane() function and extracted it for my needs.

patch-3 2019-05-25 17:11:44 UTC
WIP: Allowing to regsiter cli options via plugins

Author: Thomas Karl Pietrowski
Author Date: 2019-05-25 17:11:44 UTC

WIP: Allowing to regsiter cli options via plugins

That was working in the past. Have the suspect that the function is just called too early, so newly registered options don't show up.

4.0-stl-reader-fallback-from-master 2019-02-10 13:06:15 UTC
STLReader: Adding fallback to legacy code

Author: Thomas Karl Pietrowski
Author Date: 2018-11-01 11:40:32 UTC

STLReader: Adding fallback to legacy code

For some reason, I have trouble with NumPy-STL provided by Ubuntu when using my PPA.
Therefore took some time digging into this issue and added this fallback, because the legacy code works (still) just perfectly fine!

master-qt-factory 2019-02-10 13:03:50 UTC
WIP

Author: Thomas Karl Pietrowski
Author Date: 2019-02-10 13:03:50 UTC

WIP

Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)

patch-2 2018-10-09 23:03:53 UTC
Preferences: Making note about deprecation more clear

Author: Thomas Karl Pietrowski
Author Date: 2018-10-09 23:03:53 UTC

Preferences: Making note about deprecation more clear

Now the developer knows which trivial change needs to be done.

patch-1 2018-09-07 16:43:54 UTC
Merge remote-tracking branch 'upstream/master' into patch-1

Author: Thomas Karl Pietrowski
Author Date: 2018-09-07 16:43:54 UTC

Merge remote-tracking branch 'upstream/master' into patch-1

master 2017-12-08 08:44:03 UTC
Merge branch 'feature_stages'

Author: Diego Prado Gesto
Author Date: 2017-12-08 08:44:03 UTC

Merge branch 'feature_stages'

111 of 11 results
This repository contains Public information 
Everyone can see this information.

Subscribers