Skip to content

Commit

Permalink
H limits (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClockeNessMnstr authored Sep 15, 2024
1 parent 0402bf8 commit 99662c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymammotion/data/model/device_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@dataclass
class DeviceLimits(DataClassORJSONMixin):
blade_height_min: int = 30
blade_height_max: int = 70
blade_height_max: int = 100
working_speed_min: float = 0.2
working_speed_max: float = 1.2
working_path_min: int = 15
Expand Down

0 comments on commit 99662c6

Please sign in to comment.