fieldOfView
8c2f556616
Switch to an appropriate material when changing the material diameter
...
If we don't do this, the material will always override the setting in Machine Settings
2017-07-09 16:41:24 +02:00
fieldOfView
ddc94e9bec
Improve readability
2017-07-09 15:44:01 +02:00
fieldOfView
b8ea762242
Override some tooltips for clarity in the context of Machine Settings
2017-07-09 14:57:51 +02:00
fieldOfView
cb7b845a32
Add tooltips to the head polygon fields
2017-07-09 14:39:55 +02:00
fieldOfView
4705ada6ef
Add tooltip to gcode areas
2017-07-09 13:35:50 +02:00
fieldOfView
1eeb953072
Restructure propertyProviders to be part of setting components
2017-07-09 13:12:25 +02:00
fieldOfView
a2332ae304
Add tooltips to most fields
2017-07-09 12:32:16 +02:00
fieldOfView
de0ac5ccff
Use CuraContainerStack API
2017-07-09 11:28:14 +02:00
14bitVoid
73a99c5eba
Update description of initial layer line width
2017-07-09 04:52:52 +02:00
14bitVoid
ea35fdfd30
Merge branch 'master' of https://github.com/Ultimaker/Cura into first_layer_line_width
2017-07-09 00:54:00 +02:00
PCDotFan
e7170b19f1
Update Chinese translation
2017-07-08 20:03:01 +08:00
PCDotFan
2b18883e1a
Update chinese translation
2017-07-08 19:55:47 +08:00
PCDotFan
526aa2cfd3
Update chinese translation
2017-07-08 19:50:22 +08:00
PCDotFan
bca7c75cd2
Merge remote-tracking branch 'Ultimaker/master'
2017-07-08 09:47:49 +08:00
Tim Kuipers
dcdc1a1f63
feat: print thin walls setting (CURA-4023)
2017-07-07 16:06:31 +02:00
Ghostkeeper
d9c6fc63f2
Clarify description of skin overlap percentage setting
...
It's unclear what this was a percentage of.
Contributes to issue CURA-3892.
2017-07-07 14:59:35 +02:00
Jaime van Kessel
4275555f44
Merge branch 'CURA-3858' of github.com:Ultimaker/Cura
2017-07-07 13:44:00 +02:00
Jaime van Kessel
ab467a65a2
Merge branch 'master' of github.com:Ultimaker/Cura
2017-07-07 13:42:36 +02:00
Ghostkeeper
4edd91de23
Fig passing signals to topbar
...
Topbar is now in the lead on whether the print monitor should be shown or not. As it should be.
Contributes to issue CURA-4010.
2017-07-07 13:37:31 +02:00
Ghostkeeper
d277b16807
Capitalise '3D'
...
3d looks ugly to me.
2017-07-07 13:37:30 +02:00
Jaime van Kessel
4afc422d5d
Merge branch 'spaghetti_infill_correction' of github.com:Ultimaker/Cura
2017-07-07 13:29:38 +02:00
Tim Kuipers
e7eaeb41bd
setting: spaghetti_infill_extra_volume (CURA-3987)
2017-07-07 12:53:49 +02:00
fieldOfView
6503b87a3a
Add a way to cancel a download
...
and cancel download when closing the window
2017-07-07 12:30:58 +02:00
fieldOfView
6b05bd21fb
Show why the download button is disabled
2017-07-07 12:11:54 +02:00
fieldOfView
0a163439a4
Use system-style progress bar.
2017-07-07 12:03:05 +02:00
Lipu Fei
89c5fb2d15
Merge pull request #2037 from Ultimaker/feature_zoom_to_mouse
...
Added zoom to mouse preference
2017-07-07 11:40:26 +02:00
Lipu Fei
8827b02020
Create persistent temporary file on Windows for plugins
...
CURA-3856
2017-07-07 10:49:06 +02:00
Jaime van Kessel
44a22cbd3a
Removed binding loops
...
CURA-3856
2017-07-07 10:41:44 +02:00
Jaime van Kessel
fc70715cd1
Fixed plugin installing for windows
...
CURA-3856
2017-07-07 10:31:26 +02:00
Jaime van Kessel
12d8c7f4d7
Merge branch 'master' of https://github.com/maukcc/Cura
2017-07-07 09:19:47 +02:00
Ghostkeeper
ef89fab126
Fix spaces after comma according to code style
...
Contributes to issue CURA-3587.
2017-07-06 16:13:42 +02:00
Tim Kuipers
574ae4b52a
Merge branch 'smartavionics-mb-support-real-reprap-gcode'
2017-07-06 15:15:58 +02:00
Ghostkeeper
b346dd7893
Merge branch 'master' of github.com:Ultimaker/Cura
2017-07-06 15:03:58 +02:00
Ghostkeeper
1b3750caae
Merge branch 'spaghetti_infill_total_volume'
2017-07-06 15:03:48 +02:00
Tim Kuipers
23a98dd959
Merge branch 'mb-support-real-reprap-gcode' of https://github.com/smartavionics/Cura into smartavionics-mb-support-real-reprap-gcode
2017-07-06 15:00:38 +02:00
tsaaristo
ad87f154f3
Speed up sidebar-settings scrolling
...
Scroll three rows in one scroll event instead of one
2017-07-06 15:58:32 +03:00
Lipu Fei
071005541c
Use XMLMaterialProfile version tag to determine its version
...
CURA-2724
2017-07-06 14:47:59 +02:00
Lipu Fei
b95426bee3
Add setting_version for Preferences
...
CURA-3975
2017-07-06 14:33:01 +02:00
Lipu Fei
b4949a164c
WIP: Add temporary fix to make materials work with 2.7 version upgrade
...
CURA-3975
This is a temporary fix to make materials work with 2.7 version upgrade
because of the setting_version change from 1 to 2. This MUST be fixed
after we have decided on how to determine the versions of an
XMLMaterialProfile.
2017-07-06 14:19:30 +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
3983da30aa
Update setting_version to 2 for qualities
...
CURA-3975
2017-07-06 14:19:20 +02:00
Lipu Fei
72afefbfd4
Update setting_version to 2 for variants
...
CURA-3975
2017-07-06 14:19:20 +02:00
Ghostkeeper
bd75102ee5
Fix saving g-code if no quality profile is set
...
If the quality profile was 'empty', then the container type wasn't properly set, so you can't find any quality profile. This gets the quality profile from the stacks, so you will find the empty profile (which has the wrong type but at least you can try to request metadata from it).
2017-07-06 13:52:54 +02:00
Lipu Fei
eb88ad5a3d
Change mode to 0644 for all quality files
...
CURA-3975
2017-07-06 13:38:39 +02:00
Lipu Fei
4727e4aa95
Remove unused imports
...
CURA-3975
2017-07-06 12:13:30 +02:00
Lipu Fei
4e3ff1b770
Fix version upgrade for 2.5 to 2.6
...
CURA-3975
- Preferences version is not set correctly
- The upgrade script should use a standalone version string because the
CuraApplication.SettingVersion can change
2017-07-06 12:11:28 +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
Jaime van Kessel
cd7c8bb753
Merge branch 'master' of github.com:Ultimaker/Cura
2017-07-06 10:46:59 +02:00
Jaime van Kessel
95cacb8300
Added missing translate to topbar
2017-07-06 10:46:29 +02:00
Lipu Fei
c196a4bf00
Fix stack file version number in VersionUpgrade26to27
...
CURA-3975
2017-07-06 10:42:26 +02:00