mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Revert "Merge branch 'fix_garbled_fonts_macos' into 3.0"
This reverts commitb62c19206f
, reversing changes made to104926c6ed
. Contributes to issue CURA-4414.
This commit is contained in:
parent
30be02be14
commit
e07e7bc9e7
17 changed files with 41 additions and 99 deletions
|
@ -266,7 +266,7 @@ class ConvexHullDecorator(SceneNodeDecorator):
|
|||
if self._getSettingProperty("mold_enabled", "value"):
|
||||
mold_width = self._getSettingProperty("mold_width", "value")
|
||||
hull_offset = horizontal_expansion + mold_width
|
||||
if hull_offset > 0: #TODO: Implement Minkowski subtraction for if the offset < 0.
|
||||
if hull_offset != 0:
|
||||
expansion_polygon = Polygon(numpy.array([
|
||||
[-hull_offset, -hull_offset],
|
||||
[-hull_offset, hull_offset],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue