Commit graph

8170 commits

Author SHA1 Message Date
ChrisTerBeke
8e86c49c81
Merge pull request #3176 from fieldOfView/fix_dark_sidebar
Fix sidebar theming (for Ultimaker Dark theme)
2018-02-02 14:31:43 +01:00
Unknown
5688a99ece update fdmprinter.def.json.po for cura 3.2 2018-02-01 21:00:28 +08:00
Lipu Fei
367e50669d Refactor code
CURA-3710
2018-02-01 13:56:49 +01:00
Lipu Fei
25713a6e64 Merge remote-tracking branch 'origin/3.2' 2018-02-01 11:23:20 +01:00
Lipu Fei
1801f1f27c Update advanced and export presets with some settings moved to exp.
CURA-3710

Some settings have been moved to experimental.
2018-02-01 11:17:57 +01:00
Lipu Fei
0e5c67a38f Merge remote-tracking branch 'origin/master' into CURA-3710_setting_visibility_preset 2018-02-01 11:00:13 +01:00
Orel
f9a0b1db50 Enhance Dagoma DiscoEasy200 profile and add Dagoma Neva stuff (profile and mesh). 2018-02-01 09:40:43 +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
Aleksei S
f065a08c82 Added visible settings
CURA-3710
2018-01-30 15:26:15 +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
Mark Burton
15a0ec1ef1 Make the default value of bridge_wall_max_air_gap 100% so that partial overhangs do not use bridging.
Full overhangs (no support at all) will still use the wall bridge settings.
2018-01-30 09:24:23 +00:00
krios-fabteam
c83f983440 added speed print to fabtotum qualities 2018-01-30 09:49:17 +01:00
angelo-fabteam
0f48bf03a5
Added speed print definition 2018-01-30 09:30:39 +01:00
angelo-fabteam
64f0f5db42
Added speed print definition 2018-01-30 09:24:11 +01:00
Mark Burton
35600fddd7 By default, bridging is disabled when support is enabled but the user can override that. 2018-01-29 15:53:52 +00:00
krios-fabteam
5386de3182 fixed setting version 2018-01-29 16:45:35 +01:00
krios-fabteam
abe9c204a9 added tpu qualities
default fan value for abs set to false

changed M728 with M300 in start and end gcode
2018-01-29 16:41:21 +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
Mark Burton
8d69e84563 Refactor bridge settings.
Added bridge_wall_max_air_gap, bridge_wall_material_flow and bridge_skin_material_flow.

Removed bridge_skin_line_width and bridge_material_flow.
2018-01-29 08:58:47 +00:00
Ghostkeeper
a40d13b50e
Update translation templates for Cura 3.2
Contributes to issue CURA-4883.
2018-01-29 09:50:12 +01:00
fieldOfView
2703474861 Only select all text when tabbing through fields, not when clicking a field 2018-01-27 21:56:39 +01:00
fieldOfView
ed9943c732 Merge branch 'master' into feature_preheat_extruder
# Conflicts:
#	plugins/USBPrinting/USBPrinterOutputController.py
#	plugins/USBPrinting/USBPrinterOutputDevice.py
2018-01-27 16:35:55 +01:00
ChrisTerBeke
bd46515382
Make custom commands functional, fix UI layout, typos 2018-01-26 22:10:44 +01:00
ChrisTerBeke
866e99bcbb
More QML for sending custom commands, not styled or tested yet 2018-01-25 23:02:46 +01:00
ChrisTerBeke
d7254ff8d0
Start UI elements for custom command input 2018-01-25 22:56:46 +01:00
Mark Burton
2ae7b48850 Added bridge_skin_support_threshold setting. 2018-01-25 18:23:25 +00:00
fieldOfView
a1adce298e Add color to "recommended"/"custom" button texts 2018-01-24 16:56:53 +01:00
fieldOfView
1a56eae186 Bring SettingOptionalExtruder up to speed 2018-01-24 16:46:53 +01:00
fieldOfView
6480926869 Add swatches in extruder dropdown 2018-01-24 16:44:15 +01:00
fieldOfView
19e74a2d45 Add extruder combobox popup styling 2018-01-24 16:29:36 +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
fieldOfView
428dfeaed7 Add combobox popup styling 2018-01-24 16:08:56 +01:00
Mark Burton
860169cfe5 Add bridge settings to experimental category. 2018-01-24 14:31:00 +00: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
Ghostkeeper
2f61c4436f
Merge branch 'master' of https://github.com/pouncingiguana/Cura into pouncingiguana-master 2018-01-23 16:37:43 +01:00