Lipu Fei
b59b245bff
Merge branch 'master' into CURA-4333_Notification_icon_for_recommended_mode
2017-10-12 10:20:35 +02:00
A.Sasin
b318dc7087
Added notification icon in recomended mode. The notification icon is only
...
active if one of custom settings is changed
CURA-4333
2017-10-12 08:57:26 +02:00
Lipu Fei
052ea7d90a
Force use and update the job name with the loaded project file
...
CURA-4348
- If no project is loaded beforehand and then a model file is loaded,
the job name should be determined with the current machine name and
the first loaded model name.
- If a project is loaded, the job name should be the same as the project
name, and it should not change until another project is loaded.
2017-10-12 07:59:43 +02:00
ChrisTerBeke
bc59d421de
Add message when model could not be loaded because of small size - CURA-4431
2017-10-10 16:44:25 +02:00
ChrisTerBeke
216dcd33e0
Make sure we do not have a crash when model is very small - CURA-4431
2017-10-10 16:27:14 +02:00
A.Sasin
7f88741395
Fixed: Very small objects less then 0.1mm creates critical issues
...
CURA-4431
2017-10-10 15:47:18 +02:00
ChrisTerBeke
ea9d389f99
CURA-4390 make plugin browser a required plugin
2017-10-04 12:05:02 +02:00
ChrisTerBeke
b0fa87231c
CURA-4390 add new menu item for plugins
2017-10-03 17:33:24 +02:00
Mark
9a193ad5c5
Changing AGPLv3 to LGPLv3
2017-09-28 13:00:43 +02:00
fieldOfView
7c1de0c0d2
Make Solid View a required plugin.
...
There is no plugin with the id "MeshView"
2017-09-25 11:28:08 +02:00
alekseisasin
d0997f7f7e
Merge branch 'master' of github.com:Ultimaker/cura
2017-09-13 13:58:39 +02:00
alekseisasin
204019702d
Added Title for messages
...
CURA-4203
2017-09-13 13:58:08 +02:00
Diego Prado Gesto
fd1c76ac80
Merged branch - CURA-4270
2017-09-13 13:25:00 +02:00
Eloi Pardo
1aa46045af
add ConvexHullDecorator when grouping
2017-09-12 08:42:17 +02:00
Ruben D
1e3cfc56be
Revert "CuraApplication: Minor pep8 fix"
...
This reverts commit ee1ba30d0eec849f78a710ee5f270b2c756402fc.
2017-09-10 16:55:24 +02:00
Lipu Fei
fc7207e77e
Remove "Sync" button
...
CURA-4211
2017-09-06 12:17:40 +02:00
Lipu Fei
e15a96263d
Update extruder button styles
...
CURA-4211
2017-09-06 12:00:53 +02:00
Lipu Fei
e9551d2173
Add upgrade script for 2.7 to 3.0
...
CURA-4270
Changes for the Skin Pre-shrink settings requires upgrade.
2017-09-04 15:39:10 +02:00
Vivek Anand
ee1ba30d0e
CuraApplication: Minor pep8 fix
2017-09-02 12:01:38 +00:00
Ghostkeeper
b677a81d9b
Change default theme
...
This new field is now read by Uranium that indicates the default theme to load first before there are any changed preferences.
Contributes to issue CURA-4148.
2017-08-30 16:08:49 +02:00
Lipu Fei
67f820af04
Pass tray_icon_name to QtApplication
...
CURA-4032
2017-08-14 15:26:17 +02:00
alekseisasin
153d1f2d0c
Added method to close the application (after clicking quit button) to prevent loss of custom material
...
CURA-3298
2017-08-02 16:32:09 +02:00
Ghostkeeper
927ba20401
Disable centre on select by default
...
Apparently that was chosen or the user experience because the workflow for working with a lot of small objects becomes easier.
2017-07-31 17:23:58 +02:00
Lipu Fei
9c1d23fe5b
Make sure MachineManager initializes after ContainerRegistry does
...
CURA-4084
When MachineManager gets created, it will find and set the current
active machine. This requires the ContainerRegistry to be initialized
first.
2017-07-26 14:09:18 +02:00
Ghostkeeper
3c545ba7c9
Clarify context of print info bounding box size translation
...
Lots of translators did this wrong.
Contributes to issue CURA-3998.
2017-07-18 13:10:16 +02:00
Ghostkeeper
8822307e02
Cache preferences instance during start-up
...
Perhaps a bit faster and less code duplication.
Contributes to issue CURA-4024.
2017-07-10 11:54:27 +02:00
Ghostkeeper
9bfe18393f
Make sure the preferences file doesn't always get upgraded
...
When the setting is equal to the default the setting_version won't get written to the preferences file. In that case the version upgrade system assumes that the setting_version was 0 or 1 and upgrades it.
This makes sure that the setting is never equal to the default so that it always gets written.
Found while working on CURA-4024.
2017-07-10 11:45:03 +02:00
Lipu Fei
b95426bee3
Add setting_version for Preferences
...
CURA-3975
2017-07-06 14:33:01 +02:00
Lipu Fei
5bf080950f
Fix upgrade from 2.5 to 2.6 to 2.7
...
CURA-3975
- Set Preferences setting_version in CuraApplication so Preferences can
get upgraded correctly
- Fix upgrade script for 2.5 to 2.6
- Fix upgrade script for 2.6 to 2.7 which relies on the upgrade of 2.5
to 2.6
2017-07-06 14:19:26 +02:00
Lipu Fei
ead94a8456
Cura should register actual stack MIME types instead of the generic Uranium stack type
...
CURA-3975
When the ContainerRegister loads all container files, it decides which
actual class to use based on the registered MIME type of that file.
Because Cura registers the GlobalStack and ExtruderStack files as the
generic Uranium MIME type, the register loads them as Uranium
ContainerStacks. This commit solves this problem.
2017-07-06 11:30:05 +02:00
Lipu Fei
16a078b9a6
Update SettingVersion to 2 for renaming the quality profiles
...
CURA-3975
Update SettingVersion to 2 so we can create an upgrade to rename the
quality profiles.
2017-07-06 10:25:51 +02:00
Lipu Fei
afb923401e
Set versions correctly for container stacks and preferences
...
CURA-3975
The upgrade for machine and extruder stacks and the preferences files
don't work because the current version registering doesn't take into
account the 1000000 multiplier and the settings_version.
2017-07-06 10:25:50 +02:00
Ghostkeeper
bc219a06fe
Add MaterialsModel to make material list update upon metadata change
...
This new model inherits from InstanceContainersModel. The only change is that it updates when the metadata of a material container changes. This is needed to make the list of materials update when the material diameter changes.
Contributes to issue CURA-2822.
2017-06-22 18:17:16 +02:00
Ghostkeeper
b37fa6f718
Implement warning message when you change material diameter
...
The undo functionality currently gives an error though. Investigating...
Contributes to issue CURA-2822.
2017-06-22 18:17:15 +02:00
Ghostkeeper
29b90d26b8
Re-enable centre camera on selection
...
With Qt 5.8 it works again on Windows.
2017-06-15 16:16:56 +02:00
Mark
0153ba6947
Remove support_interface_density from default visible settings. Changing it will usually mess up your print
2017-06-08 11:38:57 +02:00
Jaime van Kessel
c76a91fbb4
added curaplugin to list of plugin extensions
...
CURA-3712
2017-05-31 13:21:44 +02:00
Jaime van Kessel
20cb3ea01f
Added "optional_extruder" setting type
...
CURA-3814
2017-05-22 13:24:41 +02:00
Jaime van Kessel
c43a71084c
Merge branch 'master' of github.com:Ultimaker/Cura
2017-05-19 10:40:09 +02:00
Jaime van Kessel
475455d473
Definition changes are now also upgraded
...
CURA-3837
2017-05-19 10:39:37 +02:00
Lipu Fei
593697e0ed
Fix XML material upgrade
...
CURA-3756
2017-05-19 10:18:13 +02:00
Arjen Hiemstra
89adc46142
Make limit_to_extruder update properly when value changes happen
...
Contributes to CURA-3738
2017-05-18 12:46:06 +02:00
Ghostkeeper
7827222aa2
Merge branch 'feature_extend_zoomrange' of https://github.com/fieldOfView/Cura into fieldOfView-feature_extend_zoomrange
2017-05-17 15:27:18 +02:00
Lipu Fei
40d70b5f39
Fix version upgrade for project loading
...
CURA-3756
2017-05-16 14:38:27 +02:00
Ghostkeeper
31684da9a6
Add Gradual Infill Steps to default advanced settings
...
It's visible by default now.
Contributes to issue CURA-3732.
2017-05-12 10:01:29 +02:00
fieldOfView
f23d969c23
Extend the zoomrange to cater for smaller and larger buildvolumes
2017-05-11 10:55:56 +02:00
Jaime van Kessel
eb677f5625
Merge branch 'feature_cutting_mesh' of github.com:Ultimaker/Cura
2017-05-09 10:20:27 +02:00
Ghostkeeper
945486ade9
Merge branch 'cura_containerstack'
...
Contributes to issue CURA-3497.
2017-05-03 17:11:55 +02:00
Ghostkeeper
c42d092b0f
Merge branch 'master' into cura_containerstack
2017-05-03 15:21:01 +02:00
Lipu Fei
155f01356a
Set job name when opening a file from CLI
...
CURA-3711
2017-05-03 13:30:52 +02:00