aboutsummaryrefslogtreecommitdiff
path: root/cad/cura
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2020-11-20 23:03:24 +0000
committerDiane Bruce <db@FreeBSD.org>2020-11-20 23:03:24 +0000
commit784d0c48e80c86fad6fc1b8f3734f891f3f73b27 (patch)
tree1d1b2e4c65d3f1c07a0441201b7aaaed27ce784f /cad/cura
parent238967e2daa6a870ed2a90429f115aa6e99aefd9 (diff)
downloadports-784d0c48e80c86fad6fc1b8f3734f891f3f73b27.tar.gz
ports-784d0c48e80c86fad6fc1b8f3734f891f3f73b27.zip
From PR:
In Cura version 4.7 a bug regarding slowdowns in circular perimeters was introduced (or at list gets triggered much more easily than in earlier versions): https://github.com/Ultimaker/Cura/issues/8321 This issue makes v4.7.x hardly usable. Sticking to v4.5 has become quite "tricky" to say the least, due to the massive python-induced dependency hell and lots of dependencies being too new and/or incompatible for the 4.5 version. Version 4.8 has been released on November 10 that fixes this glitch in the simplification algorithm. The issue is still open, but is considered to be solved with 4.8 and changed default settings for Maximum resolution and Maximum Deviation. From the Changelog of 4.8: Fixed under-simplification (blobs, zits) on some printer models. An oversight in 4.6.x resulted in an oversimplification (smoothing) of models. The attempted fix in 4.7.x overcompensated, which gave difficulty (zits, blobs) for some printer models when the resulting gcode became too intricate. This is now fixed, though some profiles might need to be updated, since they where made against 4.6.x, and therefore may rely on the over-simplification. PR: ports/251236 Submitted by: Sebastian <sko@rostwald.de>
Notes
Notes: svn path=/head/; revision=555795
Diffstat (limited to 'cad/cura')
-rw-r--r--cad/cura/Makefile2
-rw-r--r--cad/cura/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/cad/cura/Makefile b/cad/cura/Makefile
index 874494f124f1..75568315e9d6 100644
--- a/cad/cura/Makefile
+++ b/cad/cura/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= Cura
-DISTVERSION= 4.7.1
+DISTVERSION= 4.8
PORTEPOCH= 2
CATEGORIES= cad
DIST_SUBDIR= Ultimaker
diff --git a/cad/cura/distinfo b/cad/cura/distinfo
index bcc4bbac649d..2035134410d7 100644
--- a/cad/cura/distinfo
+++ b/cad/cura/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600557131
-SHA256 (Ultimaker/Ultimaker-Cura-4.7.1-d115efbb_GH0.tar.gz) = 6468e64df72ac3feaf6ace463c2b5ebd20edaa705decb8e7ec2428fbee4d5ce7
-SIZE (Ultimaker/Ultimaker-Cura-4.7.1-d115efbb_GH0.tar.gz) = 29717269
+TIMESTAMP = 1605912321
+SHA256 (Ultimaker/Ultimaker-Cura-4.8-d115efbb_GH0.tar.gz) = 6468e64df72ac3feaf6ace463c2b5ebd20edaa705decb8e7ec2428fbee4d5ce7
+SIZE (Ultimaker/Ultimaker-Cura-4.8-d115efbb_GH0.tar.gz) = 29717269