Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 2020 23:03:24 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555795 - head/cad/cura
Message-ID:  <202011202303.0AKN3OP3022563@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: db
Date: Fri Nov 20 23:03:24 2020
New Revision: 555795
URL: https://svnweb.freebsd.org/changeset/ports/555795

Log:
  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>

Modified:
  head/cad/cura/Makefile
  head/cad/cura/distinfo

Modified: head/cad/cura/Makefile
==============================================================================
--- head/cad/cura/Makefile	Fri Nov 20 22:23:30 2020	(r555794)
+++ head/cad/cura/Makefile	Fri Nov 20 23:03:24 2020	(r555795)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Cura
-DISTVERSION=	4.7.1
+DISTVERSION=	4.8
 PORTEPOCH=	2
 CATEGORIES=	cad
 DIST_SUBDIR=	Ultimaker

Modified: head/cad/cura/distinfo
==============================================================================
--- head/cad/cura/distinfo	Fri Nov 20 22:23:30 2020	(r555794)
+++ head/cad/cura/distinfo	Fri Nov 20 23:03:24 2020	(r555795)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011202303.0AKN3OP3022563>