Lipu Fei
83c728c89e
Update job name when pre-sliced flag changes
...
CURA-5246
2018-04-18 10:24:58 +02:00
Ghostkeeper
b8920b290f
Merge branch '3.3'
2018-04-18 09:47:06 +02:00
Ghostkeeper
407b453ba5
Corrections to European Portuguese translation
...
These corrections are necessary to make the text fit better.
2018-04-18 09:41:54 +02:00
Ghostkeeper
d28c94a000
Make corrections from Utopica3D
...
Paulo made a bunch of corrections to our European Portuguese translation. These are his files.
Contributes to issue CURA-5166.
2018-04-18 09:40:23 +02:00
Ian Paschal
7a0fe74989
CURA-5035 Added material authors + icons
2018-04-17 17:07:06 +02:00
Lipu Fei
35e7be1d41
Use pyqtSlot to show more info dialog
...
CURA-5204
2018-04-17 16:43:41 +02:00
Lipu Fei
0d5b21932e
Use "More information" for button
...
CURA-5204
2018-04-17 16:13:13 +02:00
Lipu Fei
4d3acddfa4
Update text and fix qml code styles
...
CURA-5024
2018-04-17 16:08:43 +02:00
Lipu Fei
50153b43a8
Fix license banner for MoreInfoWindow.qml
...
CURA-5204
2018-04-17 16:08:05 +02:00
Lipu Fei
4aab395b71
Update example_data.json
...
CURA-5204
2018-04-17 16:06:44 +02:00
Lipu Fei
fa90fcf18e
Fix gcode.gz double extension problem on Mac
...
CURA-5228
2018-04-17 15:03:17 +02:00
Lipu Fei
b763b2a5a0
Fix gcode.gz double extension problem on Mac
...
CURA-5228
2018-04-17 15:02:29 +02:00
Ghostkeeper
c4b15b02d4
Merge branch '3.3'
2018-04-17 14:32:15 +02:00
Ghostkeeper
1b173e8119
Correct translation of 'Affects'
...
Apparently 'touché' means something more like a human touching it, rather than something affecting something else.
Fixes #3489 .
2018-04-17 14:32:02 +02:00
Ghostkeeper
0f39b36bd6
Correction to French translation of 'Hollow Out Objects'
...
Fixes #3489 .
2018-04-17 14:30:08 +02:00
Ghostkeeper
e43e9ad117
Merge branch '3.3'
2018-04-17 13:56:46 +02:00
Ghostkeeper
b744302557
Merge branch 'M&P-Setting-Optimization' into 3.3
2018-04-17 13:56:11 +02:00
Diego Prado Gesto
94cad851a4
Use the correct filament diameter to calculate line width in the gcode
...
parser.
2018-04-17 13:39:22 +02:00
Diego Prado Gesto
2ebf6e8d51
CURA-5232 Renaming variable since it was on conflict with a new variable
...
introduced in 4cabcb3632fe7a2c987e70197767a6a4bf88349b
2018-04-17 13:07:15 +02:00
Ghostkeeper
d13fa3a6aa
Merge branch '3.3'
2018-04-17 11:40:29 +02:00
Ghostkeeper
4c75d78f26
Merge branch '3.3' of github.com:Ultimaker/Cura into 3.3
2018-04-17 11:36:45 +02:00
Lipu Fei
7b20ce856e
Fix merge conflicts
2018-04-17 11:30:23 +02:00
Diego Prado Gesto
96dcff8ba5
Merge branch '3.3' of github.com:Ultimaker/Cura into 3.3
2018-04-17 11:25:01 +02:00
Diego Prado Gesto
819d1ac4e7
CURA-5202 Add modality to PluginBrowser window
2018-04-17 11:24:11 +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 fdd7807769
.
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
61eba07c50
PC profile adjustment
...
PC top bottom speed for the 0.4 printcore adjusted to have formula
2018-04-16 16:45:42 +02:00
DavidGergely
dd2d365884
Revert "PC top-bottom speed changed to function based"
...
This reverts commit cec7b8691d
.
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
Jinbuhm Kim
23fdd5f1e6
Fix and update Korean Translation
2018-04-16 17:27:33 +09:00
fieldOfView
d9034a6c85
Only respond to left mouse button
2018-04-15 12:08:49 +02:00
Ian Paschal
85ebe741a8
CURA-5035 Don't show authors with 0 packages
2018-04-13 17:27:57 +02:00
Unknown
42d3235e91
refine translation for 'overhang'
2018-04-13 22:27:21 +08:00
Unknown
172a197cbf
update fdmprinter.def.json.po for cura 3.3 (2)
2018-04-13 22:27:12 +08:00
Unknown
6a233ccd41
refine translation of 'visibility'
2018-04-13 22:27:07 +08:00
Unknown
e944d5f78e
update cura.po for cura 3.3 (2)
2018-04-13 22:27:03 +08:00
Unknown
003c4831ea
update cura.po for cura 3.3 (1)
2018-04-13 22:26:51 +08:00
Unknown
929de409ce
update fdmprinter.def.json.po for cura 3.3 (1)
2018-04-13 22:26:46 +08:00
Unknown
b4802fa3a1
update fdmextruder.def.json.po for cura 3.3
2018-04-13 22:26:41 +08:00
Unknown
c5c4ae093a
refine old translation
2018-04-13 22:26:23 +08:00
Ian Paschal
523518020c
CURA-5035 Better linking between Toolbox and CuraPluginManager
2018-04-13 16:25:01 +02:00