Arjen Hiemstra
8e63016ef3
Add logging to explain why ContainerManager's methods do not complete successfully
...
Contributes to CURA-341
2016-07-07 12:07:16 +02:00
Arjen Hiemstra
d8555fe57d
Merge branch 'master' of github.com:ultimaker/Cura into feature_material_editing
...
* 'master' of github.com:ultimaker/Cura: (38 commits)
Fixed profile file case-sensitivity.
Fix UMO Checkup button size
Remove debug statement and commented-out code CURA-1385
Show "ready" state when a printer is connected but jobstate is not yet set
Added deepcopy function
Made exception handling of slice info plugin way more robust
Restart timer after slicing is performed when not enabled.
Update GUID for PLA to match the GUID in the official repository
Set default extruder index to -1 (so global is default)
Ensure that the display matches with the backend active extruder data
Update UM2 Extended build volume height to value published in marketing materials
Fixed firmware upgrade for um2+
Capitalise setting label
CHeckup action now correctly resets every time you start it
Remove unused name/id when importing a profile from a gcode file
Just a little typo
BQ Hephestos2: Heat up nozzle while leveling
Saving g-code no longer crashes
Removed update firmware from extensions; This is now handled by machine actions
Changing active extruder no longer trigger re-slice
...
2016-07-07 11:29:18 +02:00
Jack Ha
c76a1043b0
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-07 11:05:00 +02:00
Jack Ha
464fe11123
Fixed profile file case-sensitivity.
...
CURA-1720
2016-07-07 11:04:34 +02:00
fieldOfView
8c22efc4dd
Fix UMO Checkup button size
...
CURA-1385
2016-07-07 10:38:08 +02:00
fieldOfView
2ba2599d6b
Remove debug statement and commented-out code
...
CURA-1385
2016-07-07 10:23:01 +02:00
fieldOfView
35efea3d11
Show "ready" state when a printer is connected but jobstate is not yet set
...
CURA-1036
2016-07-07 09:52:53 +02:00
Arjen Hiemstra
17ff92bdc9
Add support for import/export to the Materials page
...
Contributes to CURA-341
2016-07-07 01:43:44 +02:00
Arjen Hiemstra
0da07b55ce
Display brand and color name in the material menu if they are different than "generic"
...
Contributes to CURA-341
2016-07-07 01:43:18 +02:00
Arjen Hiemstra
19fd2795e1
Mark XmlMaterialProfile as type "material" so the import/export code can find it
...
Contributes to CURA-341
2016-07-07 01:42:39 +02:00
Arjen Hiemstra
fdab77ff6a
Also duplicate the base file when duplicating a material profile
...
This way serialization will always be correctly performed and we can
generate
a machine/variant specifc ID for the duplicate.
Contributes to CURA-341
2016-07-07 01:42:05 +02:00
Arjen Hiemstra
f21079b763
Store the base material file as a metadata property of XmlMaterialProfile
...
And use the base_file property to check if we should serialize or not.
Contributes to CURA-342
2016-07-07 01:41:00 +02:00
Arjen Hiemstra
1f6e99f641
Add methods to get name filters, import and export containers to ContainerManager
...
We should start replacing the other ways of import/export with this
since this uses the containerregistry provided contaienr types instead
of needing a different plugin type.
Contributes to CURA-341
2016-07-07 01:39:38 +02:00
Arjen Hiemstra
6e153414a4
Do not try to write to read-only containers
...
Contributes to CURA-341
2016-07-07 01:37:54 +02:00
Arjen Hiemstra
8476090ed2
Also expose the main Cura application object as CuraApplication to QML
...
This way we can start cleaning things up and moving away from the
"Printer" name
Contributes to CURA-341
2016-07-07 01:36:52 +02:00
Jaime van Kessel
a3618c243d
Added deepcopy function
...
CURA-1578
2016-07-06 16:38:35 +02:00
Jaime van Kessel
386cd40a03
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-06 16:33:07 +02:00
Jaime van Kessel
57d0ad1bd0
Made exception handling of slice info plugin way more robust
...
CURA-1831
2016-07-06 16:32:24 +02:00
Jack Ha
d3b8c7f8d5
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-06 16:22:28 +02:00
Jack Ha
2be8111f1b
Restart timer after slicing is performed when not enabled.
...
CURA-1502
2016-07-06 16:21:03 +02:00
fieldOfView
d5d09f32b7
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-07-06 14:32:49 +02:00
fieldOfView
bdd3ecbc1a
Update GUID for PLA to match the GUID in the official repository
...
CURA-491
2016-07-06 14:32:37 +02:00
Jaime van Kessel
b3a6fafd97
Set default extruder index to -1 (so global is default)
2016-07-06 14:30:34 +02:00
Jaime van Kessel
a28a9ea86a
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-06 14:09:30 +02:00
Jaime van Kessel
a5ba68bae3
Ensure that the display matches with the backend active extruder data
2016-07-06 14:09:08 +02:00
fieldOfView
0e6754c0e2
Update UM2 Extended build volume height to value published in marketing materials
2016-07-06 14:06:14 +02:00
Jaime van Kessel
bf53baccee
Merge branch 'feature_material_hotend_change' of github.com:Ultimaker/Cura
2016-07-06 13:39:07 +02:00
Jaime van Kessel
f31adbdd5b
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-06 13:22:31 +02:00
Jaime van Kessel
d42a97f036
Fixed firmware upgrade for um2+
...
CURA-1761
2016-07-06 13:22:09 +02:00
Ghostkeeper
a65bb14329
Capitalise setting label
...
This is in line with the rest of the setting labels.
2016-07-06 12:56:05 +02:00
Jaime van Kessel
6bf10bbbb3
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-06 11:23:16 +02:00
Jaime van Kessel
59020fd98c
CHeckup action now correctly resets every time you start it
...
CURA-1385
2016-07-06 11:20:06 +02:00
fieldOfView
c06e5f4d39
Remove unused name/id when importing a profile from a gcode file
...
A unique name will be set from the filename by ContainerRegistry
CURA-1615
2016-07-05 21:58:47 +02:00
Aldo Hoeben
c865bb13ea
Merge pull request #821 from thopiekar/master-CURA-1615
...
[CURA-1615] GCodeProfileReader/-Export: Rework
2016-07-05 21:19:37 +02:00
Aldo Hoeben
d8e3eef375
Merge pull request #848 from Ultimaker/thopiekar-BH2-preheat-nozzle
...
BQ Hephestos2: Heat up nozzle while leveling
2016-07-05 20:56:13 +02:00
Thomas Karl Pietrowski
25c81ce1f8
Just a little typo
2016-07-05 18:55:13 +02:00
Thomas Karl Pietrowski
be4cf00835
BQ Hephestos2: Heat up nozzle while leveling
...
Saves time and preheats the nozzle to the correct temperature (set by Cura).
Btw. the BQ support explained me the reason why they are assuming 210°C needs to set here. The reason is that the printer is just meant to be used with PLA, so they are only expecting to use exactly 210°C. Just explained them why this is incorrect when think about the possibility that Cura can set the temperature on it's own.
2016-07-05 18:22:56 +02:00
Arjen Hiemstra
750ecfc2e1
Remove some now-useless code relating to spool weight
...
Contributes to CURA-341
2016-07-05 16:51:28 +02:00
Arjen Hiemstra
2bc3a10776
Properly handle machines that have no variants
...
Contributes to CURA-341
2016-07-05 16:51:02 +02:00
Arjen Hiemstra
aba60b0105
Remove "Rename" button from Materials page and make the other ones work
...
Since the name is generated from the metadata
Contributes to CURA-341
2016-07-05 16:48:43 +02:00
Arjen Hiemstra
827c7b84fd
Do not try to set a property of a read-only material
...
Contributes to CURA-341
2016-07-05 16:47:26 +02:00
Arjen Hiemstra
e80a999740
Fix up readOnly property of XmlMaterialProfile
...
Contributes to CURA-341
2016-07-05 16:46:52 +02:00
Arjen Hiemstra
ce065d110d
Finish implementation of ContainerManager
...
Contributes to CURA-341
2016-07-05 16:45:23 +02:00
Arjen Hiemstra
ff9e4c9bb7
Add some more documentation to ContainerManager
...
Contributes to CURA-341
2016-07-05 16:44:13 +02:00
Jaime van Kessel
aba0392728
Saving g-code no longer crashes
2016-07-05 10:46:38 +02:00
Jaime van Kessel
fc99cac05e
Removed update firmware from extensions; This is now handled by machine actions
2016-07-05 09:39:18 +02:00
Jaime van Kessel
08502b9240
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-05 09:37:27 +02:00
Jaime van Kessel
44e4fc383e
Changing active extruder no longer trigger re-slice
...
CURA-1729
2016-07-05 09:37:01 +02:00
fieldOfView
793f7824c7
Quick fix to restore slicing
...
This list of zeros may have to match the number of extruders
CURA-1687
2016-07-04 19:14:48 +02:00
fieldOfView
8c002877c3
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-07-04 18:36:28 +02:00