From owner-svn-ports-all@freebsd.org Fri Nov 20 23:03:25 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 569D84700F9; Fri, 20 Nov 2020 23:03:25 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CdBt522bzz4kWR; Fri, 20 Nov 2020 23:03:25 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 38FCF1DC7B; Fri, 20 Nov 2020 23:03:25 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AKN3PLb022564; Fri, 20 Nov 2020 23:03:25 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AKN3OP3022563; Fri, 20 Nov 2020 23:03:24 GMT (envelope-from db@FreeBSD.org) Message-Id: <202011202303.0AKN3OP3022563@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Fri, 20 Nov 2020 23:03:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555795 - head/cad/cura X-SVN-Group: ports-head X-SVN-Commit-Author: db X-SVN-Commit-Paths: head/cad/cura X-SVN-Commit-Revision: 555795 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2020 23:03:25 -0000 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 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