Skip to content

Commit

Permalink
Merge pull request #407 from kbwbe/tmp
Browse files Browse the repository at this point in the history
fix a bug within axialCoincident constraint
  • Loading branch information
kbwbe authored Jan 17, 2021
2 parents 900962d + 2117864 commit cdd5bab
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 cdd5bab

Please sign in to comment.