Ghostkeeper
cd78ab850d
Remove semicolons
...
Semicolons, a relic of the past.
Contributes to issue CURA-3497.
2017-05-03 16:03:47 +02:00
Ghostkeeper
337be1b9be
Fix setting machine changes profile with new specified container stacks
...
Don't need to insert it, because there's already a slot for it on the stack. In fact, you're not allowed to insert anything.
Contributes to issue CURA-3497.
2017-05-03 15:38:20 +02:00
Jack Ha
0452cffff9
Fix setting active extruder when changing Custom FDM printer extruders. CURA-3299
2017-05-03 09:37:12 +02:00
fieldOfView
c9039bb6fc
Add a field to set the material diameter for the printer
...
This is used to filter the list of available materials, see https://github.com/Ultimaker/Cura/pull/1685
2017-04-30 11:08:24 +02:00
fieldOfView
57f936e5ff
Remove definition_changes containers when a stack is removed
2017-04-24 13:56:37 +02:00
fieldOfView
8b5ac81404
Fix extruder_stack global values are moved to
...
ExtruderManager.getMachineExtruders() result is not sorted, the result of getActiveExtruderStacks() is
2017-04-24 13:20:20 +02:00
fieldOfView
3e9fdb5db1
Prevent the DiscardOrKeepProfileChangesDialog from popping up (twice) if there are user changes
2017-04-24 13:11:10 +02:00
fieldOfView
fab0fa1dde
Move setting values that are settable per extruder from/to global stack when setting extruder count
2017-04-24 12:58:20 +02:00
fieldOfView
d2d36b8c98
Lower extruder_nr settings when they exceed the number of extruders
2017-04-22 12:17:16 +02:00
fieldOfView
2ca24ba7e6
Restore both material and variant to match 1st extruder when switching to single extrusion
2017-04-22 11:20:55 +02:00
fieldOfView
8d42f9c187
Move some convoluted logic from QML into Python
2017-04-22 10:13:58 +02:00
fieldOfView
933ee408e4
Code style
2017-04-22 09:47:00 +02:00
fieldOfView
0966ef5338
Fix QML warnings when switching to an extruder tab
2017-04-21 21:48:20 +02:00
fieldOfView
656e7a8046
Change the scope of the head polygon functions to be inside the main tab
2017-04-21 21:27:15 +02:00
fieldOfView
ba229444b7
Pause autoslicing while the MachineSettingsAction is open
...
Each setting-change would cause a reslice, which is unnecessary.
2017-04-21 21:05:28 +02:00
fieldOfView
94545ec4ee
Restore active extruder after forcing an update of the global extruder stack
2017-04-15 20:09:20 +02:00
fieldOfView
6e0221636d
Save definition_changes in their own folder
2017-04-15 20:03:09 +02:00
fieldOfView
813ee65849
Update printer (& disallowed areas) when setting nozzle offsets
2017-04-15 18:58:25 +02:00
fieldOfView
12079fc9da
Add documentation
2017-04-15 18:55:59 +02:00
fieldOfView
f15345a0cb
Restore material on global stack when switching back to single extrusion
...
MachineManager._onGlobalContainerChanged removes the global material of multiextruder machines
2017-04-11 12:18:33 +02:00
fieldOfView
6dd642469a
Set value before activating another extruder
...
Because all extruder tabs share the same SettingPropertyProvider, we want the property provider value to update before its container stack is changed, or the value carries over to the other containerstack, leaving the value for the initial containerstack unchanged
2017-04-10 20:37:41 +02:00
fieldOfView
df7f039826
Store extruder settings in definition_changes containers
2017-04-10 18:26:10 +02:00
fieldOfView
499971d55c
Fix loading values on 1st extruder tab
2017-04-10 17:24:02 +02:00
fieldOfView
c89669e73e
Layout & code style: move unit into numeric textfield component
2017-04-10 16:22:20 +02:00
fieldOfView
7bad718823
Don't update the global container stack unnecessarily
2017-04-10 13:36:16 +02:00
fieldOfView
064f744bc0
Make sure we're not trying to get/set extruder values on machine stacks
2017-04-09 20:09:05 +02:00
fieldOfView
5b37353b08
Fix stuck extruder tabs when switching number of extruders
2017-04-07 11:55:07 +02:00
fieldOfView
7bc28a7e48
Make sure a valid stack is activated after changing the number of extruders
2017-04-06 21:02:33 +02:00
fieldOfView
818043854d
Set active extruder when switching extruder tabs in Machine Settings
...
We can only get/set profiles for the active extruder.
2017-04-06 11:44:09 +02:00
fieldOfView
af280047d1
Add extruder fields for start/end gcode, offset, nozzle size (non-functional)
2017-04-06 11:35:56 +02:00
fieldOfView
91bc023d2a
Add tabs for extruder settings
2017-04-06 09:41:16 +02:00
fieldOfView
940a60a4cb
Fix font rendering on second column
2017-04-06 09:41:16 +02:00
fieldOfView
a41bc77e5a
Hide nozzlesize field for multiextrusion printers...
...
and hide extruder count combobox when no extruders are defined
2017-04-06 09:41:15 +02:00
fieldOfView
e853d87779
Add control to set the number of extruders in Machine Settings
2017-04-06 09:41:15 +02:00
Simon Edwards
fb70eb6813
Merge branch 'master' into python_type_hinting
2017-01-17 08:42:55 +01:00
Simon Edwards
a5181f157e
Applied the profiler's pyqtSlot decorator to all of the code.
2017-01-10 13:35:39 +01:00
Simon Edwards
d4619da358
Merge branch 'master' into python_type_hinting
2016-12-13 14:39:35 +01:00
Simon Edwards
74e5798509
Lots of import fixes. Eliminated the import hacks such as those used inside UM/Settings/__init__.py.
...
CURA-2917
2016-12-12 16:05:35 +01:00
Jaime van Kessel
9f13338c17
Codestyle
2016-12-06 14:28:25 +01:00
fieldOfView
86383b2be0
Get build plate shape options from the fdmprinter definition
2016-11-29 10:54:48 +01:00
fieldOfView
dc33d96e8c
Make build plate shapes translatable
2016-11-29 10:42:24 +01:00
fieldOfView
8651a9a902
Force update when changing origin
2016-11-29 00:17:56 +01:00
fieldOfView
b9280fef12
Allow setting build plate shape
2016-11-28 23:00:49 +01:00
fieldOfView
21bcb0e434
Create a definition_changes container instead of a second variant
2016-11-23 22:53:03 +01:00
fieldOfView
9e048aa6ad
Get gcode flavor options from propertyprovider instead of hardcoding
2016-11-23 22:04:20 +01:00
fieldOfView
edf4589150
Use fixed width font and no wrapping in start/end gcode editor
2016-11-23 22:04:20 +01:00
fieldOfView
497b6f99a4
Fix finding existing variant by id
...
ContainerStack.findContainer cannot find a container by id directly.
2016-11-23 22:04:19 +01:00
fieldOfView
78475d68b3
Fix creating variants
2016-11-23 22:04:18 +01:00
fieldOfView
c8cedb301a
Use insertContainer instead of adding a parameter to addContainer
2016-11-23 22:04:18 +01:00
fieldOfView
5f147b6c78
Hide nozzle size setting for machines that use variants for nozzle sizes
2016-11-23 22:04:17 +01:00