Skip to content

Commit

Permalink
fix a bug within axialCoincident constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
kbwbe committed Jan 17, 2021
1 parent 900962d commit 2117864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion InitGui.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
__title__ = 'A2plus assembly Workbench - InitGui file'
__author__ = 'kbwbe'

A2P_VERSION = 'V0.4.47h'
A2P_VERSION = 'V0.4.48'

import FreeCAD
import FreeCADGui
Expand Down
2 changes: 1 addition & 1 deletion a2p_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ class DependencyAxial(Dependency):
def __init__(self, constraint, refType):
Dependency.__init__(self, constraint, refType, True)
self.isPointConstraint = False
self.useRefPointSpin = True
self.useRefPointSpin = False

def getMovement1(self):
'''
Expand Down

0 comments on commit 2117864

Please sign in to comment.