mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:39:03 +08:00
Remove per-group settings for now
This drops Layer height as a setting that can be changed per-object but makes per-object settings work correctly. Contributes to CURA-255
This commit is contained in:
parent
f75b6bb046
commit
288ad0c201
@ -86,10 +86,6 @@ class StartSliceJob(Job):
|
|||||||
|
|
||||||
Job.yieldThread()
|
Job.yieldThread()
|
||||||
|
|
||||||
# Hack to add per-object settings also to the "MeshGroup" in CuraEngine
|
|
||||||
# We really should come up with a better solution for this.
|
|
||||||
self._handlePerObjectSettings(group[0], group_message)
|
|
||||||
|
|
||||||
Logger.log("d", "Sending data to engine for slicing.")
|
Logger.log("d", "Sending data to engine for slicing.")
|
||||||
self._socket.sendMessage(slice_message)
|
self._socket.sendMessage(slice_message)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user