Jaime van Kessel
339d7ca4c9
Cluster shows default controlItem again when a specific printer is selected
...
CL-541
2017-11-30 14:36:53 +01:00
Jaime van Kessel
d8c4834362
Aborting & pausing prints is now possible again from the Cluster output device
...
CL-541
2017-11-30 13:20:58 +01:00
Jaime van Kessel
dea13899b3
Cluster can now "target" one of it's printers for display
...
CL-541
2017-11-30 13:07:01 +01:00
Jaime van Kessel
a49d3dbd8e
Added missing time/date completed
...
CL-541
2017-11-30 11:57:14 +01:00
Jaime van Kessel
70cfbf0180
PostPrintjobFinished now hides messages & resets state
...
CL-541
2017-11-30 11:44:18 +01:00
Jaime van Kessel
f30f0a7194
Mismatched configuration is now shown correctly again
...
CL-541
2017-11-30 11:04:13 +01:00
Jaime van Kessel
3d3b140526
Times are correctly displayed for Cluster again
...
CL-541
2017-11-30 10:53:38 +01:00
Jaime van Kessel
e841896090
PrintJobs are now assigned if they are not queued
...
It used to just do it if it was printing, but jobs can also be in other states such as
paused, pre_print, etc
CL-541
2017-11-28 13:04:58 +01:00
Jaime van Kessel
9084dfd6bd
It's now possible to send print jobs to cluster again
...
CL-541
2017-11-28 12:59:54 +01:00
Jaime van Kessel
cfc6a3ad48
Added some convenience functions to NetworkedPrinterOutputdevice
...
This also moves the getUser from legacy to networked printer
CL-541
2017-11-28 12:43:49 +01:00
Jaime van Kessel
c1c59925de
Removed duplicated code
...
CL-541
2017-11-27 17:14:30 +01:00
Jaime van Kessel
83b13546fb
Moved compressing of GCode to one class higher
...
CL-541
2017-11-27 17:12:36 +01:00
Jaime van Kessel
c6f2e167e2
Renamed some missed properties
...
CL-541
2017-11-27 16:02:55 +01:00
Jaime van Kessel
6f495f2d8b
Cluster monitor now uses material name
...
This matches better with what Cura does.
CL-541
2017-11-27 16:00:57 +01:00
Jaime van Kessel
5d3779da26
Update cluster view components
...
CL-541
2017-11-27 15:54:44 +01:00
Jaime van Kessel
52a137a68c
Ensured that sidebar has the right properties to show again
...
CL-541
2017-11-27 14:42:45 +01:00
Jaime van Kessel
7d9af8e345
Added Opencontrol panel functions
...
CL-541
2017-11-27 14:13:30 +01:00
Jaime van Kessel
cdfdaec492
ClusterUM3 now uses local material data as first source
...
CL-541
2017-11-27 14:03:53 +01:00
Jaime van Kessel
f791b53ad8
Enabled monitor items for ClusterOutputDevice again
...
CL-541
2017-11-27 13:54:34 +01:00
Jaime van Kessel
083eee2e9d
Merge branch 'master' of github.com:Ultimaker/Cura into network_rewrite
2017-11-27 13:43:39 +01:00
Jaime van Kessel
0613b1e4b7
Creating components is now done with the prefab function
...
CURA-4568
2017-11-27 13:00:49 +01:00
Jaime van Kessel
f570ba046b
Added rudimentary jogging controls for UM3
...
This needs a bit more love; The machine is a bit stupid when it comes to
moving outside of build area.
CL-541
2017-11-27 11:02:56 +01:00
Jaime van Kessel
00eeb835ac
ManualPrinterControl uses correct functions again
...
CL-541
2017-11-27 10:22:30 +01:00
Jaime van Kessel
5036eccd32
Moved multiple components to their own files
...
CL-541
2017-11-27 10:15:28 +01:00
Ruben D
ffef26097d
Merge branch '3.1'
2017-11-26 18:48:42 +01:00
Ruben D
0d0bcb8aea
Clip text that exceeds the width of the text box.
...
For #2802 .
2017-11-26 18:48:27 +01:00
Ruben D
8847325cf8
Remove limit on length for integer arrays
...
The integer arrays were limited because the text in the text field is not properly clipped. I found a fix for that.
Fixes #2802 .
2017-11-26 18:47:58 +01:00
Aleksei S
bb2be70dac
Finds candidate quality profile for fdmextruder
...
CURA-4620
2017-11-25 02:25:36 +01:00
Diego Prado Gesto
d0c1569da6
Merge branch 'fieldOfView-feature_simulation_ux_tweaks'
2017-11-24 15:48:39 +01:00
Ghostkeeper
a0ae7489f8
Less technical term for X/Y offset of infill
...
Just in the description. It's good to describe a setting using different words than the setting name.
Contributes to issue CURA-4601.
2017-11-24 13:16:14 +01:00
Ghostkeeper
4a8dacbe06
Make crash handler easier to translate
...
All that formatting doesn't need to be translated along. It's only confusing, especially because of those variable names. They always need to be in that position anyway.
Contributes to issue CURA-4601.
2017-11-24 13:16:14 +01:00
Ghostkeeper
147cbdf592
Clarify translations of 'unknown'
...
For some languages, the gender matters.
Contributes to issue CURA-4601.
2017-11-24 13:16:14 +01:00
Diego Prado Gesto
1ea9379913
CURA-4609 Fix qml rectangle background in feedrate color scheme.
2017-11-24 13:02:11 +01:00
Aleksei S
6cea9c59e8
Prevent crash handler exception
2017-11-24 11:59:09 +01:00
Jaime van Kessel
57de028608
re-implemented abort & pause for legacy um3
...
CL-541
2017-11-24 11:26:30 +01:00
Jaime van Kessel
57406100ef
Fixed status icon in monitor tab
...
CL-541
2017-11-24 10:55:24 +01:00
Diego Prado Gesto
bf1ecba641
Add the layer thickness back to the color options in Simulation View
2017-11-24 10:54:20 +01:00
Diego Prado Gesto
1e12258f10
Merge branch 'master' of https://github.com/Ultimaker/Cura
2017-11-24 10:52:51 +01:00
Diego Prado Gesto
c8c2129b7e
CURA-4552 Minor changes
2017-11-24 10:51:34 +01:00
Ghostkeeper
9ecfd5510a
Clarify description for when bed temperature is 0
...
Fixes #2674 .
2017-11-24 10:42:09 +01:00
Diego Prado Gesto
0b434978dd
CURA-4561 Add tooltip also to the Cancel button.
2017-11-24 10:34:38 +01:00
ChrisTerBeke
46a575b84f
Merge branch 'master' of https://github.com/Ultimaker/Cura
2017-11-24 10:31:30 +01:00
ChrisTerBeke
7d1db1b165
Merge branch '3.1'
2017-11-24 10:31:22 +01:00
Lipu Fei
c7667b56e2
Multiple fixes for stacks
...
CURA-4617
2017-11-24 09:45:59 +01:00
Jaime van Kessel
9d7cd72691
JobData is now shown in monitor screen again
...
CL-541
2017-11-24 09:38:10 +01:00
Jaime van Kessel
219e285b20
Merge branch 'master' of github.com:Ultimaker/Cura into network_rewrite
2017-11-24 09:23:21 +01:00
Jaime van Kessel
c523a6ddf6
Progress is now shown for LegacyPrinter while printing
...
CL-541
2017-11-24 09:22:50 +01:00
Jaime van Kessel
4597bb09ed
Added (short) description & priority to legacy output device.
...
CL-541
2017-11-23 17:08:22 +01:00
Jaime van Kessel
1c2c4d4163
Added property to indicate if output device accepts commands
...
Instead of how this was previously done, it's now tied to the auth state.
CL-541
2017-11-23 17:07:24 +01:00
Diego Prado Gesto
7bb82cf56f
CURA-4605 Fix render issues when importing a GCode that has empty
...
layers. Also fix gaps between raft and the model.
2017-11-23 16:47:34 +01:00