Introduce a standardized data format for representing material composition at key locations in the printing system. As a first step, the material composition at the nozzle (i.e., at the moment of extrusion/deposition) should be defined.
The proposed format is a a time-series table with the following columns:
- deposition_time — HH:mm:ss
- material_component_1 — mass fraction
- material_component_2 — mass fraction
- additional components as needed...
Material component names must correspond to entries defined in system_data/setupinfo/materials. For each timestamp, the sum of all mass fractions must equal 1. The appropriate file location for this data is under discussion.
Introduce a standardized data format for representing material composition at key locations in the printing system. As a first step, the material composition at the nozzle (i.e., at the moment of extrusion/deposition) should be defined.
The proposed format is a a time-series table with the following columns:
Material component names must correspond to entries defined in
system_data/setupinfo/materials. For each timestamp, the sum of all mass fractions must equal 1. The appropriate file location for this data is under discussion.