Skip to content

Commit

Permalink
Bug fix - go to socket or milling when scaling is 0
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-ugani committed Sep 14, 2023
1 parent 3ea217a commit 0e2edf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def main_func(self, context):
return_to_default_state(context, 'uFit', light='STUDIO', color_type='MATERIAL')

# step (no prep needed)
set_active_step(context, 'thickness', tt_path_consts, tt_ui_consts)
set_active_step(context, 'socket_milling', tt_path_consts, tt_ui_consts)

def execute(self, context):
return self.execute_base(context,
Expand Down

0 comments on commit 0e2edf8

Please sign in to comment.