Skip to content

Commit

Permalink
Increase default radius
Browse files Browse the repository at this point in the history
  • Loading branch information
mitxela committed Jan 29, 2022
1 parent a4be307 commit 5f39470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion round_tracks_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from .round_tracks_utils import *
from .round_tracks_gui import RoundTracksDialog

RADIUS_DEFAULT = 0.5
RADIUS_DEFAULT = 2.0
PASSES_DEFAULT = 3

class RoundTracks(RoundTracksDialog):
Expand Down

0 comments on commit 5f39470

Please sign in to comment.