├── FDC.cfg ├── LICENSE ├── README.md ├── README_EXTENDED.md ├── bed_mesh.py ├── generate_FDC_meshes_z_heights.py ├── measure_thermal_behavior.py └── requirements.txt /FDC.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiMcNulty/FDC/HEAD/FDC.cfg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiMcNulty/FDC/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiMcNulty/FDC/HEAD/README.md -------------------------------------------------------------------------------- /README_EXTENDED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiMcNulty/FDC/HEAD/README_EXTENDED.md -------------------------------------------------------------------------------- /bed_mesh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiMcNulty/FDC/HEAD/bed_mesh.py -------------------------------------------------------------------------------- /generate_FDC_meshes_z_heights.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiMcNulty/FDC/HEAD/generate_FDC_meshes_z_heights.py -------------------------------------------------------------------------------- /measure_thermal_behavior.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiMcNulty/FDC/HEAD/measure_thermal_behavior.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiMcNulty/FDC/HEAD/requirements.txt --------------------------------------------------------------------------------