Add Variables placeholders

Add placeholder variables that are not displayed in the GUI but are actually functional.
This commit is contained in:
RagingMaximus
2025-11-28 18:53:18 -06:00
committed by GitHub
parent d88e00a79a
commit f28a4387a2

View File

@@ -40,12 +40,16 @@ This section describes the general built-in placeholders variables available for
## Print Statistics
- **extruded_volume**: Total filament volume extruded per extruder during the entire print.
- **extruded_volume_total**: Total volume of filament used during the entire print.
- **extruded_weight**: Total filament weight extruded per extruder during the entire print.
- **extruded_weight_total**: Total weight of filament used during the entire print.
- **total_print_time**: Total time taken for the print.
- **total_layer_count**: Total number of layers in the print.
- **print_time**: Estimated print time when printed in normal mode (i.e. not in silent mode). Same as normal_print_time.
- **normal_print_time**: Estimated print time when printed in normal mode (i.e. not in silent mode). Same as print_time.
- **silent_print_time**: Estimated print time when printed in silent mode.
- **used_filament**: Total length of filament used in the print.
- **extruded_volume**: Total volume of filament used during the entire print.
- **total_weight**: Total weight of the print. Calculated from filament_density value in Filament Settings.
- **total_cost**: Total cost of all material used in the print. Calculated from filament_cost value in Filament Settings.
- **total_toolchanges**: Number of tool changes during the print.
- **total_wipe_tower_cost**: Total cost of the material wasted on the wipe tower. Calculated from filament_cost value in Filament Settings.
- **total_wipe_tower_filament**: Total filament volume extruded on the wipe tower.
## Objects Info