Commit graph

6388 commits

Author SHA1 Message Date
Ghostkeeper
3614da0f9d
Replace infill_hollow by infill_support_enabled
It's not the exact same functionality, but very similar and equally expert.

Contributes to issue CURA-5108.
2018-05-29 13:22:59 +02:00
Ian Paschal
47bd94608a
Merge pull request #3413 from BagelOrb/infill_support
settings for infill support
2018-05-29 13:13:35 +02:00
Ghostkeeper
ab2503834b
Remove Hollow Out Objects setting
It has been replaced by Infill Support.

Contributes to issue CURA-5108.
2018-05-29 12:51:21 +02:00
Tim Kuipers
373555fa4a
settings for infill support 2018-05-29 12:50:51 +02:00
Ghostkeeper
504889b472
Remove Alternate Cross 3D Pockets setting
It is no longer used in the new implementation of cross infill.
2018-05-29 07:31:59 +02:00
Lipu Fei
3b0b6d300b Only set user-specified job name when the editting is finished
CURA-5280
2018-05-28 17:35:22 +02:00
Ian Paschal
8a35d52ddd Rename "cura_version" to "sdk_version" 2018-05-28 17:21:08 +02:00
Aleksei S
6a3eec07e2 Message stack shows properly messages
CURA-4952
2018-05-28 16:03:05 +02:00
Lipu Fei
689b88a024 Do not change prefix for user-specified job names
CURA-5280
2018-05-28 09:53:49 +02:00
fieldOfView
94813d9e0d Fix untranslatable text 2018-05-25 21:40:57 +02:00
fieldOfView
87555a38c4 Fix text rendering in the ConfigurationMenu 2018-05-25 21:40:30 +02:00
Ghostkeeper
d6e7b96437
Set machine preset to be equal to Replicator 1 Dual
This was in the original Cura 15.06 plug-in.
2018-05-25 10:49:16 +02:00
Ghostkeeper
945429195e
Move getCuraPackageManager to Uranium and initialize package manager there 2018-05-24 20:47:09 +02:00
Ian Paschal
220c99cf3b
Merge pull request #3613 from maximkulkin/avoid-printed-supports
Add travel_avoid_supports setting support
2018-05-24 15:36:40 +02:00
ChrisTerBeke
25d9b875ea
Merge pull request #3593 from fieldOfView/feature_separate_stage_qml
Separate qml files for Prepare and Monitor stages
2018-05-24 10:37:02 +02:00
ChrisTerBeke
809cab4ea5
Cleanup for cfd1b7b813 2018-05-23 19:18:11 +02:00
fieldOfView
fb8f735566 Make selecting objects on load optional and opt-in 2018-05-23 10:05:08 +02:00
Aleksei S
403129e2d6 Merge branch 'master' of github.com:Ultimaker/cura 2018-05-22 17:33:41 +02:00
Aleksei S
36c2e80121 Adds release notes link in version upgrade messagebox
CURA-5348
2018-05-22 17:32:38 +02:00
Ian Paschal
0a395a7305 CURA-5385 Project summary should use scroll view 2018-05-22 16:29:04 +02:00
Ian Paschal
7861840886 CURA-5296 Small QML bug fix 2018-05-22 16:04:38 +02:00
Lipu Fei
eecbe20830 Enabled drag-n-drop for curapackages 2018-05-22 15:06:27 +02:00
Ian Paschal
95a4edb8de CURA-5296 Improve button styling 2018-05-22 11:34:41 +02:00
Mark
74a7452333
Merge pull request #3811 from ngraziano/monitor-no-heating-bed
Correct the test to hide bed temperature when no heated bed is present.
2018-05-19 08:24:47 +02:00
Mark
cbf34d64e1
Merge pull request #3813 from fieldOfView/fix_depth_picking_legacy_gl
Fix support blocker on older (legacy) opengl
2018-05-19 08:20:56 +02:00
Ghostkeeper
a74b6047e7
Merge branch 'cross_fractal_infill_reimplementation' 2018-05-16 16:25:38 +02:00
jack
4a816d5cd2
Merge pull request #3817 from Ultimaker/settings-search-keystroke-timeout
Only trigger settings filter on enter or after 500ms timeout
2018-05-16 13:27:50 +02:00
Ghostkeeper
1174f0fa3b
Merge branch 'master' of github.com:Ultimaker/Cura 2018-05-16 10:46:42 +02:00
Ghostkeeper
a59d57d01d
Merge branch 'master' of https://github.com/jbkim/Cura into jbkim-master 2018-05-16 10:46:08 +02:00
Jack Ha
60a21b3d7d 3DMaker Starter definition: Set the preferred quality to draft (0.2mm) and remove default layer_height so normal profile is back to 0.1. CURA-5217 2018-05-16 09:42:34 +02:00
Jack Ha
e53d4aaab6 101Hero definition: Set the preferred quality to draft (0.2mm) and remove default layer_height so normal profile is back to 0.1. CURA-5217 2018-05-16 09:35:03 +02:00
Aleksei S
27c8b43133 Added setting "support_wall_count" to the expert setting's visibility list 2018-05-15 16:43:02 +02:00
alekseisasin
1756a952ae
Merge pull request #3412 from BagelOrb/support_wall_count
support_wall_count setting
2018-05-15 16:35:40 +02:00
ChrisTerBeke
409b905045 Only trigger settings filter on enter or after 500ms timeout 2018-05-15 15:43:02 +02:00
Ian Paschal
d30bbd48fb CURA-5296
- Changed API to not use staging
- Fixed crash when pressing cancel
- Added loading icon
2018-05-15 12:53:05 +02:00
Diego Prado Gesto
de36be0546 Merge branch 'master' of github.com:Ultimaker/Cura 2018-05-15 11:44:34 +02:00
Diego Prado Gesto
5d7976c302 Add the aluminum build plate variant to avoid crashes when synching to
a S5 with that build plate selected.
2018-05-15 11:41:58 +02:00
Ghostkeeper
0a9f389396
Search for bundled packages file in all search paths
For this we need to rename bundled_packages to disambiguate between that and the other packages.json file for user-installed packages.

Contributes to issue CURA-5364.
2018-05-15 11:14:17 +02:00
Maxim Kulkin
9cb3960690 Add travel_avoid_supports setting support 2018-05-14 23:43:05 -07:00
fieldOfView
7a25841816 Fix support blocker on older (legacy) opengl 2018-05-14 14:29:41 +02:00
Diego Prado Gesto
4e4dc800a7
Merge pull request #3762 from Ultimaker/Optimization
PP formula based temperature fixes S5
2018-05-14 13:39:19 +02:00
Nicolas Graziano
9080e75634 Correct the test to hide bed temperature when no heated bed is present. 2018-05-14 12:13:23 +02:00
Kristel88
1dadc7d1b2 S5 global settings fixes
Fixes as suggested by Diego
2018-05-14 12:09:40 +02:00
Kristel88
cf84adfb73 S5 dimensions were incorrect
See Jira: CURA-5331
2018-05-14 11:25:55 +02:00
Aleksei S
83482c0826 remove Malyan printer's quality files, they are duplicated
CURA-5217
2018-05-14 11:20:43 +02:00
Diego Prado Gesto
1ecc52e920 Merge branch 'master' of github.com:Ultimaker/Cura 2018-05-11 14:10:20 +02:00
Diego Prado Gesto
806b1f707f Change layout of the installed plugins tab.
- There were some alignment problems when there were more than 2 buttons
in a column (disable, uninstall and update)
- Now the progress bar shows on top of the "Update" button.
2018-05-11 14:03:28 +02:00
Ghostkeeper
16c9c4a388
Don't correct bed origin any more
It's not needed with current versions of the Printrbot Simple version of Marlin, or even the version that the printers are shipped with. Thanks to tenten8401 for the debugging.

Fixes #3711.
2018-05-11 11:47:35 +02:00
Ghostkeeper
8e3e5f50b4
Improve translation of short time format
It wasn't short enough.

Fixes #3692.
2018-05-11 09:32:52 +02:00
ChrisTerBeke
6f402c9ea9 Fix pre-installed Ultimaker PC material 2018-05-11 09:00:24 +02:00