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 315efae53b68c9530bc2a2c15f46b876081cfd30.
2017-12-08 21:49:00 +01:00
Thomas Karl Pietrowski
9210d38412
Revert "CuraApplication: Getting argparser from Uranium"
...
This reverts commit 8c74092f48d3b9322dbca3b9abf1c7bdbaf816a2.
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
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
Thomas Karl Pietrowski
11cf642a6e
COM: Prevent splash screen, when Embedding is set.
...
So when dispatching our service we won't see any splash screen. Just like we want for headless applications.
2017-12-08 15:43:28 +01:00
Thomas Karl Pietrowski
83d8c693bc
CuraApplication: Removing superflous check
...
Imagine that there was no "single_instance" in parsed_command_line, then the second half of the if-clause would automatically crash.
Also we defined single_instance to be False, whenever not set. Therefore it is always there.
Also since no issues ever happened here, let's remove this check.
2017-12-08 15:23:35 +01:00
Thomas Karl Pietrowski
00a77da9d4
COM: Adding missing argument for DCOM
2017-12-08 15:19:28 +01:00
ChrisTerBeke
9bf954643c
Use new method of setting active stage when needing to switch to monitor
2017-12-07 11:56:52 +01:00
Jack Ha
79d5282b36
Added quality_changes to ContainerRegistry, rename saveStack to saveContainer.
...
Contributes to issue CURA-4243.
2017-12-07 10:39:13 +01:00
ChrisTerBeke
ee643610e5
Fix sidebar loading and unloading depending on active stage
2017-12-06 17:46:18 +01:00
Jack Ha
4245847dab
Moved saveSettings and saveStack to Uraniums ContainerRegistry.
...
Contributes to issue CURA-4342.
2017-12-06 16:39:59 +01:00
ChrisTerBeke
a57a5aab6b
Make sidebar view working for active stage
2017-12-06 12:23:41 +01:00
Ghostkeeper
3e2e133682
Add type hinting for getMachineManager
...
I like it when my IDE can give me hints, so return types are important.
Contributes to issue CURA-4243.
2017-12-06 10:37:06 +01:00
ChrisTerBeke
0e1c9146cf
Implement stage model in top bar
2017-12-06 09:58:50 +01:00
ChrisTerBeke
f1b9a17611
Remove sidebar controller implementation in favor of stages
2017-12-06 09:44:30 +01:00
ChrisTerBeke
e33288b7c8
Move sidebar target for plugins to only middle section
2017-12-05 10:56:59 +01:00
ChrisTerBeke
caf56587fe
Implement switching sidebar views
2017-12-04 19:37:03 +01:00
Jack Ha
3b25191949
Undo a fix that causes Cura to crash when starting up clean.
...
Contributes to issue CURA-4243.
2017-12-04 17:00:43 +01:00
Jack Ha
90e8256f46
Fix that renaming a custom material also updates the selected material.
...
The namechanged signal was not connected at startup, so the update would only work if you change material first before renaming.
Contributes to CURA-4243.
2017-12-04 16:30:21 +01:00
ChrisTerBeke
3c863fc388
Get default settings view to work as sidebar component
2017-12-04 16:28:35 +01:00
ChrisTerBeke
5eeb98bbcf
Move sidebar controller init
2017-12-04 13:20:16 +01:00
ChrisTerBeke
4ef39ca313
Add sidebar views menu item and expose model to QML
2017-12-04 12:47:08 +01:00
ChrisTerBeke
f2b4cbe182
Register sidebar controller in application, start with default sidebar view
2017-12-04 11:37:49 +01:00
Lipu Fei
320330b788
Take DebugMode flag from CuraVersion
...
CURA-4539
2017-11-29 14:36:00 +01:00
Lipu Fei
b7fed81fc1
Pass "is_debug_mode" flag to Application
...
CURA-4539
2017-11-29 14:01:19 +01:00
Ghostkeeper
dad99f5292
Merge branch 'master' into feature_local_container_server
...
Contributes to issue CURA-4243.
2017-11-29 13:06:08 +01:00
Ghostkeeper
4189f8dfa3
Use new findDirtyContainers function
...
This prevents all instance containers from being loaded every time we auto-save.
Contributes to issue CURA-4243.
2017-11-27 11:59:37 +01:00
Ghostkeeper
9938678347
Fix setting IDs of empty containers
...
The _id hasn't been used for a very long time.
Contributes to issue CURA-4243.
2017-11-27 09:16:27 +01:00
Ghostkeeper
37935a8a90
Load only metadata on start-up
...
Contributes to issue CURA-4243.
2017-11-23 16:47:55 +01:00
Thomas Karl Pietrowski
269b52487e
CuraApplication/UM.MeshBuilder: Removing _reloadMeshFinished
...
If this commit gets merged into Uranium, then _reloadMeshFinished is not needed anymore.
31bff5b9b9
The function has been moved, so reloading a mesh after a file has been modified is possible.
2017-11-22 17:15:47 +01:00
Lipu Fei
f18cb951fc
Use workspaceLoaded signal instead of projectFileLoaded
...
CURA-4581
2017-11-21 13:49:25 +01:00
Diego Prado Gesto
b6e997c88d
CURA-4526 Delete LayerView plugin because it will be replaced with the
...
SimulationView.
This commit also adapts the code in order to accept the messages coming
from the engine, with information about feedrates and line thicknesses.
Add also some changes in the GCodeReader that reads feedrates and
line thickness from the gcode file.
2017-11-21 10:47:29 +01:00
ChrisTerBeke
657a91c525
Merge pull request #2685 from Ultimaker/container_stack_improvements
...
Container stack improvements
2017-11-20 17:42:26 +01:00
Jack Ha
e2a663992c
CURA-4525 Added an option to turn on the UI elements of multi build plate
2017-11-15 17:00:19 +01:00
Jack Ha
be6561b575
CURA-4525 fixed material info per build plate, bugfix arrange on load
2017-11-15 10:28:34 +01:00
Thomas Karl Pietrowski
b2da4894b1
CuraApplication: Rename file --> file_name
...
'file' is a built-in function!
2017-11-15 01:21:08 +01:00
Jack Ha
4a893c048e
CURA-4525 made PrintInformation multi buildplate-aware
2017-11-14 16:35:37 +01:00
Jack Ha
f6c7ffac11
CURA-4525 some cleanup and comments
2017-11-14 14:48:51 +01:00
Jack Ha
bd8aa8d989
CURA-4525 automatic build plate menu items using BuildPlateModel
2017-11-14 14:27:46 +01:00
Jack Ha
97f61366a8
CURA-4525 fix accidently remove all scenenodes when deleteAll
2017-11-13 16:51:07 +01:00
Jack Ha
8e5e555344
CURA-4525 Send all build plate gcodes to printer at one press of the button :-)
2017-11-13 16:27:15 +01:00
Jack Ha
e21acd1a07
CURA-4525 first multi slice + multi layer data, added filter on build plate, added option arrange on load, visuals like convex hull are now correct
2017-11-09 17:03:20 +01:00
Jack Ha
41d5ec86a3
CURA-4525 updated scene node menu and added multi buildplate arrange
2017-11-08 14:07:40 +01:00
Jack Ha
38670171f5
CURA-4525 party working objects list and build plates
2017-11-07 14:52:22 +01:00
Jack Ha
5050124699
CURA-4525 wip objects menu
2017-11-06 14:03:39 +01:00