mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Remove debugging line
CURA-4284
This commit is contained in:
parent
a9cc10dd7b
commit
f4bfa499d4
1 changed files with 0 additions and 2 deletions
|
@ -334,8 +334,6 @@ class StartSliceJob(Job):
|
||||||
self._addRelations(changed_setting_keys, instance.definition.relations)
|
self._addRelations(changed_setting_keys, instance.definition.relations)
|
||||||
Job.yieldThread()
|
Job.yieldThread()
|
||||||
|
|
||||||
Logger.log("d", "changed_setting_keys=%s", changed_setting_keys)
|
|
||||||
|
|
||||||
# Ensure that the engine is aware what the build extruder is.
|
# Ensure that the engine is aware what the build extruder is.
|
||||||
if stack.getProperty("machine_extruder_count", "value") > 1:
|
if stack.getProperty("machine_extruder_count", "value") > 1:
|
||||||
changed_setting_keys.add("extruder_nr")
|
changed_setting_keys.add("extruder_nr")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue