1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Diane Bruce
5019d0a382 This patch updates Cura and all associated dependencies to 4.7.1.
Also, it adds math/py-numpy-stl - an optional dependency that makes
loading STL files much faster. Without it, Cura was complaining:

2020-09-20 02:19:31,877 - WARNING - [MainThread] STLReader.STLReader.<module> [32]: Could not find numpy-stl, falling back to slower code.

I'm not sure where the 6.x version in cad/fdm_materials came from, seems
like now that project has its version in sync with the Cura version,
so I chose to increment PORTEPOCH for that. [Greg]

- fdm_materials adds some new materials usable with Cura
- I had to bump PORTEPOCH on a couple of ports
- py-numpy-stl was added on a separate commit
- Bump version checking in Cura on some dependancies
[db]

PR:		ports/249468
Submitted by:	greg@unrelenting.technology
2020-09-26 19:53:09 +00:00
Diane Bruce
987c7d4bc0 Report:
If you attempt to start cad/cura, it will fail with UM/View/GL/OpenGL.py
being unable to include OpenGL.

Maintainer:
I bumped PORTREVSION

PR:		ports/245129
Submitted by:	vvelox@vvelox.net
2020-03-28 19:41:50 +00:00
Diane Bruce
49471275d5 Updated pkg-descr
The Uranium framework consists of several parts, divided over several modules.
These modules are Core, Backend, Math, Mesh, Scene, Settings and View.
In addition, there are two toolkit-specific modules that implement a lot
of UI bits for the applications.
2020-03-26 12:10:43 +00:00
Diane Bruce
91447773b9 Uranium is a Python framework for building 3D printing related applications.
WWW: https://github.com/Ultimaker/uranium/wiki
2020-03-25 23:04:33 +00:00