Add a comment so that we don't forget to update the doc

CURA-12093
This commit is contained in:
Erwan MATHIEU 2024-09-06 12:20:46 +02:00
parent 370c8e49c3
commit 48ddaa8861

View File

@ -563,6 +563,9 @@ class StartSliceJob(Job):
result["day"] = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"][int(time.strftime("%w"))]
result["initial_extruder_nr"] = CuraApplication.getInstance().getExtruderManager().getInitialExtruderNr()
# If adding of changing a setting here, please update the associated wiki page
# https://github.com/Ultimaker/Cura/wiki/Start-End-G%E2%80%90Code
return result
def _cacheAllExtruderSettings(self):