Ian Paschal
0944bba86b
CURA-5035 Added typings
2018-04-20 16:21:57 +02:00
Ian Paschal
9b556e9c86
CURA-5035 Removed all base units
2018-04-20 14:08:44 +02:00
Ian Paschal
668a92952c
CURA-5035 Review changes
2018-04-20 13:26:23 +02:00
Ian Paschal
7f622eb300
Cura with a capital "C"
2018-04-20 11:27:53 +02:00
Ian Paschal
fbf73176d3
Use UM.Version instead of VersionTools
2018-04-20 11:25:39 +02:00
Ian Paschal
921e8f7602
CURA-5035 Clean-up
2018-04-19 16:07:31 +02:00
Ian Paschal
8f8d709b64
CURA-5035 Removed debug statements
2018-04-18 17:05:01 +02:00
Ian Paschal
d3ba684b15
CURA-5035 Installed plugins instantly move to the installed tab
2018-04-18 17:03:27 +02:00
Ian Paschal
a5a35ef98b
CURA-5035 Added dummy author text
2018-04-18 16:47:28 +02:00
Ian Paschal
f8672ecbc6
CURA-5035 Improved details pages
2018-04-18 16:35:55 +02:00
Ian Paschal
7a0fe74989
CURA-5035 Added material authors + icons
2018-04-17 17:07:06 +02:00
Lipu Fei
b763b2a5a0
Fix gcode.gz double extension problem on Mac
...
CURA-5228
2018-04-17 15:02:29 +02:00
Lipu Fei
7b20ce856e
Fix merge conflicts
2018-04-17 11:30:23 +02:00
Lipu Fei
c0db82e7a3
Merge remote-tracking branch 'origin/3.3'
2018-04-17 11:18:27 +02:00
Lipu Fei
a111dda82e
Revert "Custom qualities are always checkable"
...
CURA-5218
This reverts commit fdd78077697f9e3ff9f0fe654eff8af36a1623d9.
2018-04-17 11:14:14 +02:00
Lipu Fei
0f5f059a7c
Add missing __init__.py
...
CURA-5242
2018-04-17 11:06:30 +02:00
Mark
f61efb8e20
resolve merge conflict
2018-04-17 10:39:35 +02:00
Mark
b78b6b2c01
Change default auto_slice setting to False
...
CURA-5188
2018-04-17 10:37:07 +02:00
Lipu Fei
c381f3707b
Schedule model check for later if a machine change has not done yet
...
CURA-5239
2018-04-16 17:33:14 +02:00
Lipu Fei
e5d795cc0b
Update model checker text
...
CURA-5237
2018-04-16 17:21:12 +02:00
Lipu Fei
4bb6962302
Rename model checker property to hasWarnings
...
CURA-5237
2018-04-16 17:20:40 +02:00
DavidGergely
dd2d365884
Revert "PC top-bottom speed changed to function based"
...
This reverts commit cec7b8691d27e47e322bc430de62854651db7afa.
2018-04-16 16:40:35 +02:00
DavidGergely
cec7b8691d
PC top-bottom speed changed to function based
...
PC top-bottom speed in all layer heights for the 0.4 mm printcore
changed to function based.
2018-04-16 16:39:34 +02:00
Lipu Fei
62521e93db
Make sure that project writer runs on Qt thread
...
CURA-5229
- Move @call_on_qt_thread to a separate module
- Make sure that project writer runs on Qt thread because itself and the
calls it makes can create new QObjects such as InstanceContainers, and
this must happen on the Qt thread.
2018-04-16 15:32:12 +02:00
Lipu Fei
58e18ded18
Remove unneeded code
...
CURA-5202
2018-04-16 15:24:18 +02:00
Ghostkeeper
455abb15bf
Consistently use capital letters for CLI settings too
...
They're not actually visible, but in case they are made visible by modifying the preferences file...
2018-04-16 12:36:17 +02:00
Ian Paschal
85ebe741a8
CURA-5035 Don't show authors with 0 packages
2018-04-13 17:27:57 +02:00
Ian Paschal
523518020c
CURA-5035 Better linking between Toolbox and CuraPluginManager
2018-04-13 16:25:01 +02:00
Ghostkeeper
133f6f43fe
Merge branch '3.3'
2018-04-13 16:14:23 +02:00
Ghostkeeper
db09272b1e
Corrections for Bothof translations
...
These are corrections for the mistakes that we found in Bothof's translations.
Thanks to Vandrasc and Ellecross.
Contributes to issue CURA-5166.
2018-04-13 16:13:17 +02:00
Ghostkeeper
479e260833
Correct formatting of string starting with \n
...
Gettext doesn't accept this, even though it's correct.
Contributes to issue CURA-5166.
2018-04-13 15:28:53 +02:00
Ghostkeeper
1488f965b7
Scale height of slider hover area with screenScaleFactor
...
This way it scales along with the high-resolution screen scaling for high-DPI screens.
2018-04-13 11:43:43 +02:00
Ghostkeeper
776234aaa2
Remove check for preset settings directory
...
This directory is not used any more.
See Uranium's pull request #333 .
2018-04-13 11:16:05 +02:00
Lipu Fei
4b27d036bc
Merge pull request #3659 from Ultimaker/fix_gcode_line_width
...
Adjust filament diameter to calculate line width in the gcode parser
2018-04-13 10:38:47 +02:00
Jaime van Kessel
5d1d426037
Merge branch 'master' of github.com:Ultimaker/Cura
2018-04-12 21:56:13 +02:00
Jaime van Kessel
dc935e2698
Added unit to adaptive layer height settings
2018-04-12 21:55:51 +02:00
Ian Paschal
5d395f549a
CURA-5035 Added already installed plugins
2018-04-12 17:22:50 +02:00
Diego Prado Gesto
1a6a39da93
CURA-5197 Add log output with number of models in the buildplate after
...
slice.
2018-04-12 16:53:00 +02:00
Diego Prado Gesto
f23491377f
CURA-5197 Add Cura booting time to the logs.
2018-04-12 16:52:09 +02:00
Lipu Fei
7eba73adc5
Handle excluded_materials in getAvailableMaterials()
...
CURA-5223
Move the handling of excluded_materials into MaterialManager
getAvailableMaterials().
2018-04-12 16:12:07 +02:00
Lipu Fei
0f966115e6
WIP: Make CuraPackageManager aggregate PluginRegistry data
...
CURA-4644
2018-04-12 15:46:53 +02:00
Ian Paschal
f510603cb5
CURA-5035 Enjoy Lipu
2018-04-12 15:43:25 +02:00
Diego Prado Gesto
e2d6e18ac9
Merge branch '3.3' of github.com:Ultimaker/Cura into 3.3
2018-04-12 14:59:38 +02:00
Diego Prado Gesto
df521dcc93
Change description of a setting.
...
Contributes to CURA-5222.
2018-04-12 14:56:42 +02:00
Ghostkeeper
13f63a7051
Rename 'No Skin' to 'Not in Skin'
...
It's a bit more clear, as discussed in #3115 . To actually change the functionality requires a bit more effort for which I'll need to make a ticket.
2018-04-12 14:39:46 +02:00
Lipu Fei
6d2e49c228
Merge remote-tracking branch 'origin/3.3'
2018-04-12 14:04:29 +02:00
Ian Paschal
e13c45daee
CURA-5035: Clean-up
2018-04-12 14:03:53 +02:00
Lipu Fei
33949c3b71
Update build plate compatibility upon extruder enabled/disabled
...
CURA-5219
2018-04-12 14:02:56 +02:00
Lipu Fei
fdd7807769
Custom qualities are always checkable
...
CURA-5218
2018-04-12 13:58:20 +02:00
Lipu Fei
1c4c3a4a0b
Fix quality changes that are based on no-long-available quality_type
...
CURA-5218
2018-04-12 13:58:20 +02:00