mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-22 13:49:39 +08:00
Add a comment so that we don't forget to update the doc
CURA-12093
This commit is contained in:
parent
370c8e49c3
commit
48ddaa8861
@ -563,6 +563,9 @@ class StartSliceJob(Job):
|
|||||||
result["day"] = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"][int(time.strftime("%w"))]
|
result["day"] = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"][int(time.strftime("%w"))]
|
||||||
result["initial_extruder_nr"] = CuraApplication.getInstance().getExtruderManager().getInitialExtruderNr()
|
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
|
return result
|
||||||
|
|
||||||
def _cacheAllExtruderSettings(self):
|
def _cacheAllExtruderSettings(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user