mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Merge remote-tracking branch 'refs/remotes/Ultimaker/master' into master-using-platform
This commit is contained in:
commit
c1cf78f662
10 changed files with 730 additions and 171 deletions
|
@ -196,6 +196,10 @@ class CuraApplication(QtApplication):
|
|||
speed
|
||||
speed_print
|
||||
speed_travel
|
||||
acceleration_print
|
||||
acceleration_travel
|
||||
jerk_print
|
||||
jerk_travel
|
||||
travel
|
||||
cooling
|
||||
cool_fan_enabled
|
||||
|
@ -280,7 +284,7 @@ class CuraApplication(QtApplication):
|
|||
path = None
|
||||
if not stack_type or stack_type == "machine":
|
||||
path = Resources.getStoragePath(self.ResourceTypes.MachineStack, file_name)
|
||||
elif stack_type == "extruder":
|
||||
elif stack_type == "extruder_train":
|
||||
path = Resources.getStoragePath(self.ResourceTypes.ExtruderStack, file_name)
|
||||
if path:
|
||||
with SaveFile(path, "wt", -1, "utf-8") as f:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue