pymammotion 0.4.0a1__py3-none-any.whl → 0.4.0a3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pymammotion/data/model/device_limits.py +4 -4
- {pymammotion-0.4.0a1.dist-info → pymammotion-0.4.0a3.dist-info}/METADATA +3 -3
- {pymammotion-0.4.0a1.dist-info → pymammotion-0.4.0a3.dist-info}/RECORD +5 -5
- {pymammotion-0.4.0a1.dist-info → pymammotion-0.4.0a3.dist-info}/LICENSE +0 -0
- {pymammotion-0.4.0a1.dist-info → pymammotion-0.4.0a3.dist-info}/WHEEL +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
from dataclasses import dataclass
|
1
|
+
from dataclasses import dataclass, field
|
2
2
|
|
3
3
|
|
4
4
|
@dataclass
|
@@ -9,9 +9,9 @@ class RangeLimit:
|
|
9
9
|
|
10
10
|
@dataclass
|
11
11
|
class DeviceLimits:
|
12
|
-
cutter_height: RangeLimit =
|
13
|
-
working_speed: RangeLimit =
|
14
|
-
working_path: RangeLimit =
|
12
|
+
cutter_height: RangeLimit = field(default_factory=RangeLimit)
|
13
|
+
working_speed: RangeLimit = field(default_factory=RangeLimit)
|
14
|
+
working_path: RangeLimit = field(default_factory=RangeLimit)
|
15
15
|
work_area_num_max: int = 60
|
16
16
|
display_image_type: int = 0
|
17
17
|
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pymammotion
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.0a3
|
4
4
|
Summary:
|
5
|
-
License:
|
5
|
+
License: GPL-3.0
|
6
6
|
Author: Michael Arthur
|
7
7
|
Author-email: michael@jumblesoft.co.nz
|
8
8
|
Requires-Python: >=3.10,<3.13
|
9
|
-
Classifier: License ::
|
9
|
+
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
11
11
|
Classifier: Programming Language :: Python :: 3.10
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
@@ -27,7 +27,7 @@ pymammotion/data/model/account.py,sha256=vJM-KTf2q6eBfVC-UlNHBSmJvqHiCawZ40vnuhX
|
|
27
27
|
pymammotion/data/model/device.py,sha256=wS8EiV0EinWgpzwaAtJKPQwjrIWuvSxRAXu6KWclrB0,5626
|
28
28
|
pymammotion/data/model/device_config.py,sha256=wjayKnzoPDmBhqWZKTPDSueNEPCIWCB20tFEDSGIUsM,2602
|
29
29
|
pymammotion/data/model/device_info.py,sha256=ahz2xILdSYdX6SIVuVzz8QCfSQLefbQnpXrsiDpBDbY,585
|
30
|
-
pymammotion/data/model/device_limits.py,sha256=
|
30
|
+
pymammotion/data/model/device_limits.py,sha256=saW3iUvGq8WEn6CASn5hS5tVJpSeak4FDy_gnHtYqTQ,1955
|
31
31
|
pymammotion/data/model/enums.py,sha256=EpKmO8yVUZyEnTY4yH0DMMVKYNQM42zpW1maUu0i3IE,1582
|
32
32
|
pymammotion/data/model/excute_boarder_params.py,sha256=9CpUqrygcle1C_1hDW-riLmm4map4ZbE842NXjcomEI,1394
|
33
33
|
pymammotion/data/model/execute_boarder.py,sha256=9rd_h4fbcsXxgnLOd2rO2hWyD1abnTGc47QTEpp8DD0,1103
|
@@ -125,7 +125,7 @@ pymammotion/utility/map.py,sha256=GYscVMg2cX3IPlNpCBNHDW0S55yS1WGRf1iHnNZ7TfQ,22
|
|
125
125
|
pymammotion/utility/movement.py,sha256=N75oAoAgFydqoaOedYIxGUHmuTCtPzAOtb-d_29tpfI,615
|
126
126
|
pymammotion/utility/periodic.py,sha256=MbeSb9cfhxzYmdT_RiE0dZe3H9IfbQW_zSqhmSX2RUc,3321
|
127
127
|
pymammotion/utility/rocker_util.py,sha256=6tX7sS87qoQC_tsxbx3NLL-HgS08wtzXiZkhDiz7uo0,7179
|
128
|
-
pymammotion-0.4.
|
129
|
-
pymammotion-0.4.
|
130
|
-
pymammotion-0.4.
|
131
|
-
pymammotion-0.4.
|
128
|
+
pymammotion-0.4.0a3.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
129
|
+
pymammotion-0.4.0a3.dist-info/METADATA,sha256=GTbxC8NBsmzqCmEduVLA4YlWETppxH2dxMFYwewpCbM,3964
|
130
|
+
pymammotion-0.4.0a3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
131
|
+
pymammotion-0.4.0a3.dist-info/RECORD,,
|
File without changes
|
File without changes
|