diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 3ce584379b1..3ce0d8e49ff 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -7068,7 +7068,7 @@ }, "mesh_priority": { - "label": "Mesh Priority", + "label": "Model Priority", "description": "Influences the order in which the models are printed in both 'one at a time' and 'all at once' modes. Models with higher priorities are printed first. This must be set per-model.", "default_value": 0, "value": "0", diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index 4b3c8d1b828..58f202c7d75 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -1,6 +1,6 @@ [4.20.24] * New Features -Added Mesh Priority setting to influence the order in which models are printed. Higher priority models are printed first. Works in both 'One at a time' and 'All at once' modes. +Added Model Priority setting to influence the order in which models are printed. Higher priority models are printed first. Works in both 'One at a time' and 'All at once' modes. * Bug fixes and improvements. Further tweaks to layer view shader on Raspberry Pi builds. Reverse bridge skins printing order which will help adhesion when bridges have multiple layers.