Add the rest of the param defs

Also added temperatures category to handle them
This commit is contained in:
Ocraftyone 2024-01-05 05:24:53 -05:00
parent 02258b4391
commit ecd20184f9
No known key found for this signature in database
GPG key ID: 85836ED21AD4D125
5 changed files with 51 additions and 3 deletions

View file

@ -39,6 +39,7 @@ class EditGCodeDialog : public DPIDialog
PrintStatisticsConfigDef cgp_print_statistics_config_def;
ObjectsInfoConfigDef cgp_objects_info_config_def;
DimensionsConfigDef cgp_dimensions_config_def;
TemperaturesConfigDef cgp_temperatures_config_def;
TimestampsConfigDef cgp_timestamps_config_def;
OtherPresetsConfigDef cgp_other_presets_config_def;