Cura/plugins
c.lamboo 14afd73c19 Make sure default variables are available in start/end code
The following properties are not settings-names, but could previously be used as template variables
- material_id
- time
- date
- day
- initial_extruder_nr
- material_id
- material_name
- material_type
- material_brand
- time
- date
- day
- initial_extruder_nr
These properties are _awkwardly_ propogated through the kwargs of the `get_value` method of `GcodeStartEndFormatter`. I don't quite like implementing it like this, but to avoid API breaks I couldn't change abusing the kwargs arg for this purpose.

CURA-11155
2023-10-12 21:09:10 +02:00
..
2023-09-15 10:56:48 +02:00
2022-06-17 15:26:30 +02:00
2023-03-15 18:18:31 +01:00
2023-09-15 11:27:02 +02:00
2023-02-27 11:01:44 +01:00
2022-11-28 14:11:21 +01:00
2023-03-06 13:51:47 +01:00