Remco Burema
1608adde00
Change of wording Skin Overlap (Percentage). [CURA-6140]
2019-02-20 09:57:48 +01:00
Simon Edwards
43b1c86920
Use QUrl.fromLocalFile() to create the file:// URLs for the images
2019-02-20 09:31:51 +01:00
Wilmer Gaona
b60cfaab64
Update mendel90.def.json
...
The main modification is to set absolute extrusion and machine center in the start gcode
2019-02-19 15:32:23 -06:00
Jaime van Kessel
3f18b0b974
Increase agressiveness of short circuit logic; Just check if the node is slicable
...
That should also filter out platform, buildVolume and convexHulLNodes
2019-02-19 18:00:20 +01:00
Jaime van Kessel
b61bf3df4d
Only emit signal if the properties actually changed
2019-02-19 17:46:29 +01:00
Jaime van Kessel
aef89e2bd3
Add few more cases where Camera changes caused un-needed updates
2019-02-19 17:40:44 +01:00
Simon Edwards
3ad916b565
Fix the path to the pop up images in the monitor tab.
2019-02-19 17:07:09 +01:00
Jaime van Kessel
22b70e1a34
Ignore sceneChange signals if the camera triggered them in some places
...
These places weren't interested in all changes. They can probably be more
strict, but the camera is a really safe bet (and already greatly decreases
the number of updates, especially when just moving the camera)
2019-02-19 17:06:48 +01:00
Ghostkeeper
6143906fa4
Add type for message saying it's unable to connect
...
Contributes to issue CURA-6231.
2019-02-19 15:57:09 +01:00
Jaime van Kessel
3c9f630ddd
Merge branch '4.0' of github.com:Ultimaker/Cura into 4.0
2019-02-19 15:43:40 +01:00
Jaime van Kessel
d53bac6eb8
Simplify the expensive call to the validation state
...
Since the support angle needs to be between 0 and 90, we don't have to rely on the (expensive)
validator. We can just check that ourselves.
2019-02-19 15:42:51 +01:00
Simon Edwards
3628941ec0
Merge pull request #5326 from Ultimaker/CL-1222_improve_cloud_flow_toggle
...
Improve "don't ask me again" checkbox
2019-02-19 15:32:12 +01:00
Simon Edwards
ebc3537537
Merge pull request #5325 from Ultimaker/CL-1222_improve_cloud_flow_toggle
...
Improve "don't ask me again" checkbox
2019-02-19 15:31:38 +01:00
Jaime van Kessel
80c83617bc
Merge branch '4.0' of github.com:Ultimaker/Cura into 4.0
2019-02-19 13:35:10 +01:00
Jaime van Kessel
c35aabd2c4
Add message to indicate that Cura was unable to connect with account server
...
This happens when you were logged previously, but currently don't have internet acces.
CURA-6231
2019-02-19 13:34:04 +01:00
Ian Paschal
7b3420653e
Actually, just hide manage queue on cloud
...
Contributes to CL-1247
2019-02-19 12:27:41 +01:00
Ian Paschal
0ef014a542
Don't show "Review Connection" unless you're on the LAN
...
Contributes to CL-1247
2019-02-19 12:24:04 +01:00
Ian Paschal
b6b7f8cfce
Disable queue link when connected to cloud
...
Contributes to CL-1247
2019-02-19 12:23:48 +01:00
Ian Paschal
e23dd2dd6b
Grey-out buttons when using cloud connection
...
Contributes to CL-1247
(includes some boyscoutin')
2019-02-19 12:23:33 +01:00
Ian Paschal
c14aa3686c
Add some new colors to theme
...
Contributes to CL-1247
2019-02-19 12:23:03 +01:00
Ghostkeeper
fe9d106332
Remove debug prints
2019-02-19 11:48:10 +01:00
Remco Burema
70cd7518ed
Adjust description of Skin Overlap (Percentage). [CURA-6140]
2019-02-19 10:47:21 +01:00
Ian Paschal
05b5dfa05f
Improve "don't ask me again" checkbox
...
Contributes to CL-1222
2019-02-19 10:13:05 +01:00
Ghostkeeper
275989d193
Merge branch 'fix_prime_tower_brim_for_raft'
2019-02-18 15:17:48 +01:00
Lipu Fei
64150cc7cf
Merge remote-tracking branch 'origin/4.0'
2019-02-18 13:52:27 +01:00
Ian Paschal
0cfc258b8d
Merge pull request #5316 from Ultimaker/fix-cloud-printer-properties
...
CL-1255 Manually create printer properties for cloud output device
2019-02-18 13:33:44 +01:00
Ghostkeeper
8d263e11b1
Merge branch 'mb-enable-gyroid-support' of https://github.com/smartavionics/Cura into smartavionics-mb-enable-gyroid-support
2019-02-18 11:30:49 +01:00
Jaime van Kessel
222f8e6cdb
Prevent crash for backup plugin if there is no internet connection
2019-02-18 10:38:39 +01:00
Jaime van Kessel
efeba48ffb
Move initializeSettingDefinitions and setting functions to their own function
...
This means we don't have to instantiate CuraApplication in the tests anymore
2019-02-18 09:45:30 +01:00
ChrisTerBeke
f25fefdbcb
Add expected mesh back to test
2019-02-15 17:24:03 +01:00
ChrisTerBeke
11cf409d71
Fix codestyle
2019-02-15 17:07:45 +01:00
ChrisTerBeke
3f11cb911d
Add filesize back to expected result
2019-02-15 17:06:32 +01:00
ChrisTerBeke
897c932e80
Fix test for cloud output device ufp uploading
2019-02-15 17:03:38 +01:00
ChrisTerBeke
119c868650
Add a test for the device properties
2019-02-15 16:52:11 +01:00
ChrisTerBeke
e80eccaea3
Manually create printer properties for cloud output device
2019-02-15 16:46:47 +01:00
Jaime van Kessel
75b185d462
Add test for duration messages for printInformation
2019-02-15 16:43:08 +01:00
Jaime van Kessel
f4a0b742cb
Added some tests for printerOutputDevice
2019-02-15 15:39:18 +01:00
Jaime van Kessel
4acc480544
Also add tests for configurationModel
2019-02-15 15:27:57 +01:00
Jaime van Kessel
369c64e1b6
Add tests for PrintJobOutputModel & PrinterOutputModel
2019-02-15 15:19:19 +01:00
Lipu Fei
3e819f56fc
Remove debug code
...
CURA-6225
2019-02-15 15:14:12 +01:00
Lipu Fei
f521fae152
Fix call_on_qt_thread decorator
...
CURA-6225
Do thread check in the wrapper function, not outside.
2019-02-15 15:11:11 +01:00
Jaime van Kessel
338f9c0052
Add check for platform mesh & texture
...
It simply checks if the file exists
2019-02-15 14:42:50 +01:00
Diego Prado Gesto
ace638ec81
Merge branch '4.0' of github.com:Ultimaker/Cura into 4.0
2019-02-15 14:37:56 +01:00
Diego Prado Gesto
ef73453874
Fix height in the about dialog to show the logo correctly
2019-02-15 14:36:58 +01:00
Jaime van Kessel
c3b447cd89
Also check if the variants are correct
2019-02-15 14:20:13 +01:00
Jaime van Kessel
2820bc2e8f
Merge branch 'master' of github.com:Ultimaker/Cura
2019-02-15 14:08:22 +01:00
Jaime van Kessel
48b4f0ae2b
Removed last few incorrect values from nwa3d profiles
2019-02-15 14:07:57 +01:00
Jaime van Kessel
b7bbe8e321
Merge branch 'master' of https://github.com/DragonJe/Cura
2019-02-15 14:07:09 +01:00
Jaime van Kessel
c0d75b38b7
Added test to check if a key in the profile is defined in the definition
2019-02-15 14:06:46 +01:00
Ghostkeeper
d42ba9dda0
Merge branch '4.0'
...
Conflicts:
resources/quality/ultimaker2_plus/um2p_pp_0.8_draft.inst.cfg -> Weights being changed while a whole slew of fixes were being done on 4.0
resources/quality/ultimaker2_plus/um2p_pp_0.8_verydraft.inst.cfg -> Ditto
2019-02-15 13:58:47 +01:00