From 154d06bb0d3da9ccbb78aed03f5d2c813772c136 Mon Sep 17 00:00:00 2001 From: Uwe Date: Wed, 1 Jun 2022 16:13:09 +0200 Subject: [PATCH] [PD] fix Shaft wizard - the functionality is now in FC's core, for more info see: https://forum.freecadweb.org/viewtopic.php?p=599044#p599044 and following --- src/Mod/PartDesign/WizardShaft/ShaftDiagram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/PartDesign/WizardShaft/ShaftDiagram.py b/src/Mod/PartDesign/WizardShaft/ShaftDiagram.py index 096ab4d9ec..5e4f2230f0 100644 --- a/src/Mod/PartDesign/WizardShaft/ShaftDiagram.py +++ b/src/Mod/PartDesign/WizardShaft/ShaftDiagram.py @@ -27,7 +27,7 @@ import FreeCAD, FreeCADGui class Diagram: def create(self, title, function, xlength, xname, xunit, xscale, yname, yunit, yscale, numxpoints): # Initialize - from freecad.plot import Plot + from FreeCAD.Plot import Plot self.title = title self.function = function # This is assumed to be always a SegmentFunction self.xlength = xlength