Difference between revisions of "3D Printer"
Jump to navigation
Jump to search
Line 29: | Line 29: | ||
{|class="wikitable" | {|class="wikitable" | ||
! YOLOL | ! YOLOL Field | ||
! | ! Description | ||
! | ! Range | ||
|- | |- | ||
! '''PrintingRateLimit''' | ! '''PrintingRateLimit''' | ||
| | | | ||
| 0 | | [0, inf] | ||
|- | |- | ||
! '''PrintingRate''' | ! '''PrintingRate''' | ||
| | | | ||
| 0 | | [0, inf] | ||
|- | |- | ||
! '''WorkingRateLimit''' | ! '''WorkingRateLimit''' | ||
| | | | ||
| 0 | | [0, inf] | ||
|- | |- | ||
! '''WorkingRate''' | ! '''WorkingRate''' | ||
| | | Shows the time for the CurrentItemWorkRemaining at the current moment, affected by the radiator efficiency. | ||
| 0 | | [0, inf] | ||
|- | |- | ||
! '''CurrentItemWorkRemaining''' | ! '''CurrentItemWorkRemaining''' | ||
| | | Shows amount of work remaining for selected item, calculated every time CurrentItem changes and printer is on (-1 if printer is not on). | ||
| 0 | | -1[0, inf] | ||
|- | |- | ||
! '''UtilityConnection''' | ! '''UtilityConnection''' | ||
| | | Connects the printer's internal inventory to the station's/ship's inventory for material access and item output. | ||
| | | 0/1 | ||
|- | |- | ||
! '''PrinterControl''' | ! '''PrinterControl''' | ||
| | | Used to control the printer. 0: off, 1: on, -1: manual cancel of ongoing operation. | ||
| | | -1/0/1 | ||
|- | |- | ||
! '''PrinterStatus''' | ! '''PrinterStatus''' | ||
| | | Current state of the printer. 0: idle, 1: waiting for materials, 2: printing, 3: waiting for output. | ||
| | | 0/1/2/3 | ||
|- | |- | ||
! '''PrinterOrderAmount''' | ! '''PrinterOrderAmount''' | ||
| | | Used to select the number of times full blueprint is printed. Decrements by 1 every time the final item on the blueprint is completed unless already at or below 0, | ||
| | printer repeats from the first piece of not 0. -1 repeats printing indefinitely. | ||
| -1[0, inf] | |||
|- | |- | ||
! '''CurrentItem''' | ! '''CurrentItem''' | ||
| | | Index of selected item within blueprint chip. | ||
| | | [0, inf] | ||
|- | |- | ||
! '''BlueprintItemCount''' | ! '''BlueprintItemCount''' | ||
| | | Amount of items in currently inserted blueprint chip. Updated when blueprint chip is inserted or removed (0 if no chip). | ||
| | | [0, inf] | ||
|} | |} | ||
Revision as of 16:04, 17 March 2021
Summary
Used with station or ship blueprint chips to automate the building of a blueprint.
Basic information
Small 3D Printer
The small 3D printer is a smaller, but slower version of the large printer. It has an integrated utility box and can accept it's own fuel rod.
3D Printer
The large 3D printer requires a Utility box to connect to a station's power grid and to access the station inventory for material and to output complete parts.
Device fields
To learn more about the usage of fields, consult these wiki pages:
YOLOL Field | Description | Range |
---|---|---|
PrintingRateLimit | [0, inf] | |
PrintingRate | [0, inf] | |
WorkingRateLimit | [0, inf] | |
WorkingRate | Shows the time for the CurrentItemWorkRemaining at the current moment, affected by the radiator efficiency. | [0, inf] |
CurrentItemWorkRemaining | Shows amount of work remaining for selected item, calculated every time CurrentItem changes and printer is on (-1 if printer is not on). | -1[0, inf] |
UtilityConnection | Connects the printer's internal inventory to the station's/ship's inventory for material access and item output. | 0/1 |
PrinterControl | Used to control the printer. 0: off, 1: on, -1: manual cancel of ongoing operation. | -1/0/1 |
PrinterStatus | Current state of the printer. 0: idle, 1: waiting for materials, 2: printing, 3: waiting for output. | 0/1/2/3 |
PrinterOrderAmount | Used to select the number of times full blueprint is printed. Decrements by 1 every time the final item on the blueprint is completed unless already at or below 0,
printer repeats from the first piece of not 0. -1 repeats printing indefinitely. |
-1[0, inf] |
CurrentItem | Index of selected item within blueprint chip. | [0, inf] |
BlueprintItemCount | Amount of items in currently inserted blueprint chip. Updated when blueprint chip is inserted or removed (0 if no chip). | [0, inf] |
Material
To learn more about materials, consult these wiki pages:
Weight (Kg) | 32128 |
---|---|
Material Required (Kv) | |
Ajatite | 1173 |
Bastium | 921 |
Charodium | 1256 |
Merkerium | 1675 |
Tengium | 1843 |
Ukonium | 670 |
Vokarium | 838 |