Aleksei S
|
fb91edd7eb
|
Solve arrange and multiply models issue
CURA-4703
|
2017-12-12 10:43:19 +01:00 |
|
Jaime van Kessel
|
b61832bc03
|
Added manual entry to prevent jogging for UM3
I've not had the time to properly build it yet, so disabling it for now
CL-541
|
2017-12-12 10:41:27 +01:00 |
|
Jaime van Kessel
|
8bc9663294
|
Removed old & unused code
CL-541
|
2017-12-12 10:28:55 +01:00 |
|
Ghostkeeper
|
948301c531
|
Remove duplicate setting definition
I think this was a merge conflict.
Contributes to issue CURA-4523.
|
2017-12-12 09:28:42 +01:00 |
|
Ghostkeeper
|
9a94e73b63
|
Merge branch 'master' into feature_tree_support
|
2017-12-12 08:40:57 +01:00 |
|
Aleksei S
|
00529f37d9
|
After sidebar expanding the builplate stays in center of the screen
CURA-4234
|
2017-12-11 18:51:53 +01:00 |
|
Ghostkeeper
|
75df653d47
|
Merge branch 'feature_local_container_server'
|
2017-12-11 15:51:17 +01:00 |
|
Aleksei S
|
300f29e11b
|
Add expand button to menu
CURA-4234
|
2017-12-11 15:30:13 +01:00 |
|
Lipu Fei
|
c6cdc1d1db
|
Container cfg files need to be parsed without interpolation
CURA-4701
|
2017-12-11 14:35:27 +01:00 |
|
Brecht Nuyttens
|
e43c658280
|
Merge branch 'master' of https://github.com/Velleman/Cura
|
2017-12-11 13:37:42 +01:00 |
|
Brecht Nuyttens
|
9174406df2
|
Merge remote-tracking branch 'refs/remotes/Ultimaker/master'
|
2017-12-11 13:37:22 +01:00 |
|
Aleksei S
|
a5cb4cd316
|
Expand/Collapse sidebar
CURA-4234
|
2017-12-11 10:53:48 +01:00 |
|
Ghostkeeper
|
097cc72d89
|
Document why we're only returning full profiles
It's a limitation of the quality manager that would require major refactoring there to fix.
Contributes to issue CURA-4243.
|
2017-12-11 09:44:56 +01:00 |
|
Thomas Karl Pietrowski
|
79cb1a1293
|
closeAllWindows seems to take no effect - use exit instead
Looks like it does not work, because there was never a window or any other window on top of QApplication.
.exit() should let us out of the main loop.
|
2017-12-10 01:08:06 +01:00 |
|
Thomas Karl Pietrowski
|
1cd107965c
|
Close all windows, if there is no main window
|
2017-12-10 00:39:20 +01:00 |
|
Thomas Karl Pietrowski
|
f1d5bc38dc
|
Adding help arguments manually
.. and also print and exit as it normally does, when enabled.
|
2017-12-09 23:01:26 +01:00 |
|
Thomas Karl Pietrowski
|
b4aed1da22
|
Simplify getting known args
|
2017-12-09 22:27:15 +01:00 |
|
Thomas Karl Pietrowski
|
bcc31fb19b
|
Tell early parser not to add help
|
2017-12-09 22:26:52 +01:00 |
|
Thomas Karl Pietrowski
|
8e89c1b361
|
No comment on this..
|
2017-12-09 17:40:06 +01:00 |
|
Thomas Karl Pietrowski
|
7e7303a7e3
|
Code style
|
2017-12-09 16:00:56 +01:00 |
|
Thomas Karl Pietrowski
|
904f7c53cc
|
Code style
|
2017-12-09 16:00:34 +01:00 |
|
Thomas Karl Pietrowski
|
37cf78487e
|
headless+invidible: It is all about being hidden
So don't show any gui.
|
2017-12-09 15:56:52 +01:00 |
|
Thomas Karl Pietrowski
|
4b8d05092d
|
Adding preRun and move last commandline argument check to it.
|
2017-12-09 15:56:06 +01:00 |
|
Thomas Karl Pietrowski
|
c62b04089f
|
Moving setActiveStage("PrepareStage") to initializeEngine() in UM
|
2017-12-09 15:43:05 +01:00 |
|
Thomas Karl Pietrowski
|
3e775f71fd
|
Typo
|
2017-12-09 13:00:41 +01:00 |
|
Thomas Karl Pietrowski
|
bae6f2cfb5
|
Typo
|
2017-12-09 12:43:41 +01:00 |
|
Thomas Karl Pietrowski
|
97196190d6
|
cura_app: Adding help text for debug
|
2017-12-09 12:04:53 +01:00 |
|
Thomas Karl Pietrowski
|
f9554475be
|
CuraApplication: Allow getting kwargs and pass them to super().__init__()
|
2017-12-09 11:47:23 +01:00 |
|
Thomas Karl Pietrowski
|
74be22e682
|
Adding the application name
Maybe it is possible to set this value later. Eg. in Uranium, so we can get the name from .getApplicationName().
|
2017-12-09 11:26:04 +01:00 |
|
Thomas Karl Pietrowski
|
e578014a2e
|
Passing the already parsed args
|
2017-12-09 11:25:01 +01:00 |
|
Thomas Karl Pietrowski
|
63acaed0a5
|
Correcting if clause
We don't want logs, when debugging.
|
2017-12-09 02:52:51 +01:00 |
|
Thomas Karl Pietrowski
|
2614c8a623
|
Don't hook to CrashHandler, if we are debugging
Getting an early crash here. Hope that one helps.
|
2017-12-09 02:40:46 +01:00 |
|
Thomas Karl Pietrowski
|
bc7cb1491d
|
Removing "Embedding" option again
|
2017-12-09 02:13:47 +01:00 |
|
Thomas Karl Pietrowski
|
ab6508657d
|
Creating an argparser early and add a "debug" option
Makes sure we don't log anything at the moment, when debug is passed. Otherwise early errors are not displayed and passed to log files.
|
2017-12-09 02:13:31 +01:00 |
|
Thomas Karl Pietrowski
|
61b6831e62
|
CuraApplication: Making it one line again
Don't know why the pylint marker is here..
|
2017-12-09 01:21:58 +01:00 |
|
Thomas Karl Pietrowski
|
1a9c152041
|
CuraApplication: Don't parse -h or --help before last check
|
2017-12-09 00:08:13 +01:00 |
|
Thomas Karl Pietrowski
|
b098b167e5
|
Fixing name
|
2017-12-08 22:31:04 +01:00 |
|
Thomas Karl Pietrowski
|
044c538887
|
CuraApplication: Allow unknown arguments
|
2017-12-08 22:09:49 +01:00 |
|
Thomas Karl Pietrowski
|
35ed042a72
|
Revert "CuraApplication: Making use of Uranium commandline tools"
This reverts commit 315efae53b .
|
2017-12-08 21:49:00 +01:00 |
|
Thomas Karl Pietrowski
|
9210d38412
|
Revert "CuraApplication: Getting argparser from Uranium"
This reverts commit 8c74092f48 .
|
2017-12-08 21:31:41 +01:00 |
|
Thomas Karl Pietrowski
|
0967651a49
|
CuraApplication: Adding last check for unknown arguments into _onEngineCreated
So after everything is loaded, we can blame the user about wrong arguments.
|
2017-12-08 20:28:46 +01:00 |
|
Thomas Karl Pietrowski
|
315efae53b
|
CuraApplication: Making use of Uranium commandline tools
|
2017-12-08 20:27:25 +01:00 |
|
Thomas Karl Pietrowski
|
8c74092f48
|
CuraApplication: Getting argparser from Uranium
|
2017-12-08 20:18:38 +01:00 |
|
Thomas Karl Pietrowski
|
abc2cdb701
|
CuraApplication: Adding important note about the argparser
|
2017-12-08 20:18:11 +01:00 |
|
Jaime van Kessel
|
6ad82ee1b0
|
Added missing name & description for ClusterOutputDevice
CL-541
|
2017-12-08 17:32:22 +01:00 |
|
Jaime van Kessel
|
1719a7b2fe
|
Fixed preheating for Legacy UM3
CL-541
|
2017-12-08 17:16:59 +01:00 |
|
Ghostkeeper
|
430f3dad27
|
Use GlobalContainerStack.definition instead of .getBottom
If we know it's a CuraContainerStack we can use .definition safely.
Contributes to issue CURA-4243.
|
2017-12-08 16:57:48 +01:00 |
|
Thomas Karl Pietrowski
|
b22981d089
|
It is cls not self!
|
2017-12-08 16:12:56 +01:00 |
|
Ghostkeeper
|
1029d4509c
|
Merge branch 'master' into feature_local_container_server
|
2017-12-08 16:03:05 +01:00 |
|
ChrisTerBeke
|
2986a17c1d
|
Fix for showing printer connect button on component load, use newer CuraApplication as target
|
2017-12-08 16:02:22 +01:00 |
|