Skip to content

Commit

Permalink
Fix incorrect enum used for libSLM Compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
drlukeparry committed Feb 22, 2021
1 parent 2d0781d commit 6893d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyslm/geometry/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class LaserMode:
CW = 0
""" Continious Wave """

PULSE = 1
Pulse = 1
""" Pulsed mode (Default option) """


Expand Down

0 comments on commit 6893d7a

Please sign in to comment.