Commit graph

5557 commits

Author SHA1 Message Date
Lipu Fei
25713a6e64 Merge remote-tracking branch 'origin/3.2' 2018-02-01 11:23:20 +01:00
Diego Prado Gesto
701ac7f91e Merge branch 'master' of https://github.com/Ultimaker/Cura 2018-02-01 09:05:32 +01:00
alekseisasin
e5c72cfdc5 Validate material profile
CURA-4851
2018-01-31 14:58:44 +01:00
Lipu Fei
3927c70625 Fix material_diameter handling in ExtruderStacks
CURA-4898
2018-01-31 13:32:45 +01:00
Diego Prado Gesto
81488e0bbc Merge branch '3.2' 2018-01-31 09:13:29 +01:00
Diego Prado Gesto
36eded925c Merge branch 'master' of https://github.com/Ultimaker/Cura 2018-01-30 14:43:00 +01:00
Ghostkeeper
c403d52972
Only limit retraction speed if retraction is enabled
For some printers the feedrate might be too low for the defaults.
2018-01-30 13:44:18 +01:00
Diego Prado Gesto
3981b717a8 CURA-4881 Remove the automatic option for buildplates 2018-01-30 13:31:14 +01:00
Diego Prado Gesto
e227ab5a23 CURA-4881 Remove the automatic option for buildplates if there is no information about them 2018-01-30 13:29:28 +01:00
Diego Prado Gesto
b7093e8b57 Make the menu separator only show if there are quality changes profiles 2018-01-30 11:26:01 +01:00
Ghostkeeper
fc23787c1c
Merge branch '3.2' 2018-01-29 10:37:59 +01:00
Ghostkeeper
58dc6e2b0f
Add new strings to each translation
This merges the updated translation templates (.pot) into the existing translations (.po).

Contributes to issue CURA-4883.
2018-01-29 10:37:47 +01:00
Ghostkeeper
650ca4e5e8
Merge branch '3.2' 2018-01-29 10:25:29 +01:00
Ghostkeeper
a40d13b50e
Update translation templates for Cura 3.2
Contributes to issue CURA-4883.
2018-01-29 09:50:12 +01:00
Ghostkeeper
4f72f52447
Reduce minimum value for flow to 0.0001%
CuraEngine can handle that. It's not going to extrude anything, but neither is 5% really.

Contributes to issue CURA-4506.
2018-01-24 16:29:24 +01:00
Ghostkeeper
b9fe0046f2
Merge branch 'initial_layer_flow' of https://github.com/BagelOrb/Cura into BagelOrb-initial_layer_flow
Contributes to issue CURA-4506.
2018-01-24 16:20:48 +01:00
Ghostkeeper
ae40071ffd
Merge branch '3.2' 2018-01-24 16:17:49 +01:00
Ghostkeeper
3f7eaaae94
Move HTML tags out of translated text
We always want the same HTML tag around it. There's no need to allow the translator to change that.

Discovered during issue CURA-4692.
2018-01-24 13:52:31 +01:00
Ghostkeeper
d6182c8c49
Fix extra space in translation
The only mistake I found, really.

Contributes to issue CURA-4692.
2018-01-24 13:52:31 +01:00
Ghostkeeper
5b90bb3c5a
Update Portuguese translations by Utópica3D
These people did a pass on the Portuguese translations and made a lot of improvements.

Contributes to issue CURA-4692.
2018-01-24 13:52:31 +01:00
ChrisTerBeke
b41d8eb0dd Merge branch '3.2' 2018-01-24 13:29:30 +01:00
Lipu Fei
a6f5f8ea68 Revert "Revert "Rename Enable Travel Optimization to Infill Travel Optimization""
This reverts commit 3ec4cc6a0b.
2018-01-23 20:37:24 +01:00
Jack Ha
b0d0b75662 Merge branch '3.2' 2018-01-23 14:25:11 +01:00
Lipu Fei
3ec4cc6a0b Revert "Rename Enable Travel Optimization to Infill Travel Optimization"
This reverts commit a31d65786b.
2018-01-23 12:38:51 +01:00
Ghostkeeper
f5e40c2281
Merge branch '3.2'
Contributes to issue CURA-4797.
2018-01-23 11:27:17 +01:00
Ghostkeeper
a31d65786b
Rename Enable Travel Optimization to Infill Travel Optimization
Because it's now no longer in the Infill category this is unclear.
2018-01-23 11:24:43 +01:00
Diego Prado Gesto
5c8a47275e CURA-4845 Revert changes when accessing the quality changes at the time
of creating the global ProfileTab in the preferences.
2018-01-22 13:08:30 +01:00
Ghostkeeper
23bfa798b1
Merge branch '3.2' 2018-01-22 12:51:39 +01:00
Ghostkeeper
3f81347ef8
Add warning that tree support increases slicing time
It's much slower than the normal support generation.
2018-01-22 12:51:26 +01:00
Ghostkeeper
ec0fca30a4
Merge branch '3.2' 2018-01-22 12:48:54 +01:00
Ghostkeeper
71cea55bda
Move untested settings to experimental category
These settings are just some of the settings that were not tested by our materials and processing team.
2018-01-22 12:48:29 +01:00
Lipu Fei
ed939d31fa Add hardware_type = nozzle for nozzle variants
CURA-4461
2018-01-22 12:20:10 +01:00
gordo3di
3f4e381620 Removed desktop.ini file
Removed desktop.ini file
2018-01-19 11:13:11 -05:00
gordo3di
d10ea0a564 Removed desktop.ini files
Removed desktop.ini files
2018-01-19 11:09:35 -05:00
gordo3di
b48edbab8e gMax 1.5+ Configurations
gMax 1.5+ Single and Dual extruder configurations
2018-01-19 10:52:52 -05:00
Diego Prado Gesto
0fbcd2d2ec Merge branch '3.2' 2018-01-19 13:50:30 +01:00
ChrisTerBeke
98f738e3d9
Merge pull request #3149 from thetobby/master
Small tweaks on printer profile for two printers
2018-01-19 12:50:15 +01:00
ChrisTerBeke
99c40d09e9 Hitting enter on project loading dialog now loads the project instead of just closing the dialog - CURA-4735 2018-01-19 11:32:55 +01:00
Torbjørn
8b00bafb8b . 2018-01-19 06:57:39 +01:00
Mark
00cf47a941 Merge branch '3.2' 2018-01-18 16:29:44 +01:00
Mark
74e9bf051c Merge branch '3.2' of github.com:Ultimaker/Cura into 3.2 2018-01-18 16:28:51 +01:00
Mark
a774012bd2 Default objectlist to collapsed CURA-4525 2018-01-18 16:28:46 +01:00
Ghostkeeper
d1d566bfc0
Merge branch '3.2' 2018-01-18 13:29:36 +01:00
Ghostkeeper
dc08e7f043
Merge branch 'mb-move-wall-order-opt-setting' of https://github.com/smartavionics/Cura into smartavionics-mb-move-wall-order-opt-setting 2018-01-18 13:23:16 +01:00
Torbjørn
53cc4efb23 last minute tweaks
Decreased jerk and acceleration
2018-01-18 09:42:36 +01:00
Torbjørn
66805f83fd Small tweaks for default quality
To better match printers after some testing
2018-01-18 08:46:27 +01:00
fieldOfView
259b1091f6 Fix QML errors building the material and nozzle menus
Since the network rewrite, outputdevices no longer have hotends and materials. This functionality may return, but until that time this does a better job at checking if the properties exist, preventing QML errors.
2018-01-17 19:36:20 +01:00
Lipu Fei
cb0ac9b0c8
Merge pull request #3137 from Ultimaker/feature_multiple_BP
Feature: Printers with different build plates
2018-01-17 10:55:46 +01:00
Lipu Fei
4bc488ca79 Change wording to "Aluminium"
CURA-4461
2018-01-17 10:50:48 +01:00
Jack Ha
07f0906b1c Merge branch '3.2' 2018-01-16 16:05:38 +01:00