Lipu Fei
c0bce6ffd4
Move Jenkins timeout into parallel_nodes block
2018-01-23 10:26:39 +01:00
ChrisTerBeke
53d097b138
Merge branch '3.2' of https://github.com/Ultimaker/Cura into 3.2
2018-01-23 09:49:33 +01:00
ChrisTerBeke
6c9d7b5a2e
Fixes for resetting print time information when removing all or last model, reduce signals being used for print time resetting - CURA-4852
2018-01-23 09:49:26 +01:00
Jack Ha
92e99012d3
CURA-4785 now actually checking for extruder position, improved logs
2018-01-23 09:33:52 +01:00
Jack Ha
dc119d74bd
CURA-4785 added logging for measuring time for validation check
2018-01-23 09:21:38 +01:00
Lipu Fei
3fb9877a30
Add call_on_qt_thread to fix project loading crashing on rendering
...
CURA-4839
See comments...
2018-01-22 17:22:27 +01:00
ChrisTerBeke
2eef282b40
Merge branch '3.2' of https://github.com/Ultimaker/Cura into 3.2
2018-01-22 17:18:19 +01:00
ChrisTerBeke
129f9cc16c
Fixes for custom FMD printer material diameter upgrade and storage - CURA-4835
2018-01-22 17:18:09 +01:00
Jack Ha
46c154ef98
Merge branch '3.2'
2018-01-22 16:18:09 +01:00
Jack Ha
956b793b6b
Merge branch '3.2' of github.com:Ultimaker/Cura into 3.2
2018-01-22 16:17:44 +01:00
Jack Ha
204af1b6ed
CURA-4785 fix slow cura for Custom FDM printer: now it's not checking for errors in unused extruders
2018-01-22 16:17:37 +01:00
Diego Prado Gesto
d8ae78d80c
CURA-4821 Select the groups to be deleted also when clearing the scene
2018-01-22 16:12:11 +01:00
ChrisTerBeke
e17fbb0db2
Remove copying 1st extruder value to all extruders as that breaks re-loading from files
2018-01-22 16:05:43 +01:00
Jaime van Kessel
1f8d7dfacb
Merge branch 'master' of github.com:Ultimaker/Cura
2018-01-22 15:48:07 +01:00
Jaime van Kessel
dcfab2f923
Failed state in printjobs is now handled correctly
2018-01-22 15:47:37 +01:00
Diego Prado Gesto
26d77778c1
Merge branch '3.2' of https://github.com/Ultimaker/Cura into 3.2
2018-01-22 15:40:59 +01:00
Ghostkeeper
292556b4b3
Merge branch '3.2'
2018-01-22 15:38:23 +01:00
Ghostkeeper
50ccf101d8
Don't write Octoprint keys to workspace projects
...
They should not be shared since they are private keys, so let's protect the user from accidentally sharing it via a project file.
2018-01-22 15:37:51 +01:00
Simon Edwards
172b4e57a4
Fix problem with very slow gcode sending
...
CURA-4850
2018-01-22 15:08:54 +01:00
Diego Prado Gesto
619a8ccce5
CURA-4839 Fix single extrusing for overrite the extruder stack.
2018-01-22 15:04:24 +01:00
Ian Paschal
f27dc4473e
Possible to remove plugins
...
Note that this required adding an `uninstallPlugin()` method to the `PluginRegistry` class of Uranium.
2018-01-22 14:25:34 +01:00
Diego Prado Gesto
20ab6265c8
CURA-4821 Delete also the GCode SceneNode when clearing the buildplate
2018-01-22 13:58:35 +01:00
Diego Prado Gesto
e2bc14cc58
Change layer thickness colormap to parula-like ( https://es.mathworks.com/help/matlab/ref/parula.html )
2018-01-22 13:41:37 +01:00
Diego Prado Gesto
20da35ec5c
Check when the containers are empty instead of None. Contributes to CURA-4845
2018-01-22 13:12:22 +01:00
Diego Prado Gesto
5c8a47275e
CURA-4845 Revert changes when accessing the quality changes at the time
...
of creating the global ProfileTab in the preferences.
2018-01-22 13:08:30 +01:00
Ian Paschal
628314af9e
Basic style ready for PR
...
- Temporarily removed remove/disable button as it's non-functional for now
2018-01-22 13:00:22 +01:00
Jack Ha
4c474c9619
Merge branch '3.2'
2018-01-22 12:58:16 +01:00
Jack Ha
1a8735ad33
Merge branch '3.2' of github.com:Ultimaker/Cura into 3.2
2018-01-22 12:58:01 +01:00
Jack Ha
8d8fa0269a
CURA-4821 loading gcode will now delete all existing models from all build plates and delete existing layer data to be processed
2018-01-22 12:57:50 +01:00
Ghostkeeper
23bfa798b1
Merge branch '3.2'
2018-01-22 12:51:39 +01:00
Ghostkeeper
3f81347ef8
Add warning that tree support increases slicing time
...
It's much slower than the normal support generation.
2018-01-22 12:51:26 +01:00
Ghostkeeper
ec0fca30a4
Merge branch '3.2'
2018-01-22 12:48:54 +01:00
Ghostkeeper
71cea55bda
Move untested settings to experimental category
...
These settings are just some of the settings that were not tested by our materials and processing team.
2018-01-22 12:48:29 +01:00
Lipu Fei
ed939d31fa
Add hardware_type = nozzle for nozzle variants
...
CURA-4461
2018-01-22 12:20:10 +01:00
ChrisTerBeke
f589ce9570
Copy first extruder values when they are available when upgrading - CURA-4835
2018-01-22 11:25:23 +01:00
Jack Ha
93dbf93ee0
Merge branch '3.2' of github.com:Ultimaker/Cura into 3.2
2018-01-22 11:07:50 +01:00
Jack Ha
ba29d64592
CURA-4821 Fix one at a time slicing for builtiplexer
2018-01-22 11:07:38 +01:00
Diego Prado Gesto
fe6019988c
CURA-4839 Create variable before asignment
2018-01-22 10:53:52 +01:00
ChrisTerBeke
48c369f3e3
Merge pull request #3156 from gordo3di/gmax-configurations-cura-3.1
...
gMax 1.5+ Configurations
2018-01-22 09:05:16 +01:00
Diego Prado Gesto
a1aebf809f
Merge branch 'master' of https://github.com/Ultimaker/Cura
2018-01-21 17:16:40 +01:00
Diego Prado Gesto
0328050548
Change layer thickness colormap to parula-like ( https://es.mathworks.com/help/matlab/ref/parula.html )
2018-01-21 17:16:18 +01:00
ChrisTerBeke
9397d9d4e0
Move translation guide to Wiki
...
More consistency with other detailed documentation, keep README file clean.
2018-01-21 16:04:52 +01:00
gordo3di
3f4e381620
Removed desktop.ini file
...
Removed desktop.ini file
2018-01-19 11:13:11 -05:00
gordo3di
d10ea0a564
Removed desktop.ini files
...
Removed desktop.ini files
2018-01-19 11:09:35 -05:00
gordo3di
b48edbab8e
gMax 1.5+ Configurations
...
gMax 1.5+ Single and Dual extruder configurations
2018-01-19 10:52:52 -05:00
Lipu Fei
b92ebadfd0
Fix quality_changes for single-extrusion machines
...
CURA-4839
- Add newly created quality_changes container to ContainerRegistry
- If an extruder is created by CuraContainerRegistry, in project
loading, do not try to override extruder's quality changes.
2018-01-19 15:05:05 +01:00
Lipu Fei
e7a19bcce5
Fix has_machine_quality value parsing
...
CURA-4837
2018-01-19 14:34:25 +01:00
Lipu Fei
79e79dd84c
Only import profiles that match with the active machine
...
CURA-4837
2018-01-19 14:08:52 +01:00
Diego Prado Gesto
0fbcd2d2ec
Merge branch '3.2'
2018-01-19 13:50:30 +01:00
ChrisTerBeke
d035ace40d
Add method to set active extruder count to machine manager so other plugins can use it, add empty definitions container template
2018-01-19 13:32:25 +01:00