Skip to content
Snippets Groups Projects
Commit 9b5fd274 authored by Andreas Kraft's avatar Andreas Kraft
Browse files

Correcting UoM of MemorySize in threeDprinter ModuleClass

parent 59cfdd80
No related branches found
No related tags found
1 merge request!7RDM-2024-0036-Correcting_UoM_of_MemorySize_in_threeDprinter_ModuleClass
Pipeline #1282 passed
...@@ -423,7 +423,7 @@ This ModuleClass provides capabilities for a 3D printer. ...@@ -423,7 +423,7 @@ This ModuleClass provides capabilities for a 3D printer.
|printSizeY |xs:float |R |false |mm |This data point represents the maximum size of printing object in the direction of Y-axis. | |printSizeY |xs:float |R |false |mm |This data point represents the maximum size of printing object in the direction of Y-axis. |
|printSizeZ |xs:float |R |false |mm |This data point represents the maximum size of printing object in the direction of Z-axis. | |printSizeZ |xs:float |R |false |mm |This data point represents the maximum size of printing object in the direction of Z-axis. |
|network |xs:boolean |R |false | |This value indicates the Wide Area Network (WAN) connectivity of the 3D printer, such as Internet or GSM.<br />"False" indicates that the printer does not have network connectivity to a WAN. "True" indicates that the printer has WAN network connectivity. | |network |xs:boolean |R |false | |This value indicates the Wide Area Network (WAN) connectivity of the 3D printer, such as Internet or GSM.<br />"False" indicates that the printer does not have network connectivity to a WAN. "True" indicates that the printer has WAN network connectivity. |
|memorySize |xs:float |R |false |MB |This value represents the total memory size of the printer. <mark>The unit of measure is.</mark> | |memorySize |xs:float |R |false |MB |This value represents the total memory size of the printer. The unit of measure is Megabyte (MB). |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment