Aleksei S
c764b31e06
Update unit test for 'visibilit_settings' and removed unused settings from expert.cfv
...
CURA-5734
2018-09-18 11:10:24 +02:00
Jaime van Kessel
2d7e41263d
Merge branch '3.5' of github.com:Ultimaker/Cura
2018-09-17 11:39:29 +02:00
Jaime van Kessel
58c7524164
Also rename dagoma_neva_magis profiles to dagoma_magis
2018-09-17 11:38:51 +02:00
Jaime van Kessel
0c9ec8d455
Merge branch '3.5' of github.com:Ultimaker/Cura
2018-09-17 11:35:46 +02:00
Orel
093c5487bf
- Rename Dagoma Magis profile.
...
- Remove machine_gcode_flavor definition as the default value fits the
needs.
2018-09-17 11:30:00 +02:00
Ghostkeeper
2369a10ce1
Disallow setting support wall line count per mesh
...
Because as soon as support is generated it can merge with the polygons of other support areas that are not directly beneath this model. They cannot have a different number of walls any more then because it is the same polygon.
Contributes to issue CURA-5603.
2018-09-14 16:31:40 +02:00
Jaime van Kessel
41860b1e89
Merge branch 'CURA-5689_dont_ignore_small_z_gaps_by_default' of github.com:Ultimaker/Cura
2018-09-14 15:44:37 +02:00
Jaime van Kessel
2590b03540
Merge branch 'master' of github.com:Ultimaker/Cura
2018-09-14 15:42:11 +02:00
Jaime van Kessel
c9d3847fdb
Update description of ignore small_z_gaps
2018-09-14 15:41:51 +02:00
Remco Burema
0ff893c349
[CURA-5689] Make 'Ignore Small Z Gaps' false by default. WARNING: Increases default slicing time!
2018-09-14 13:49:56 +02:00
Lipu Fei
8298f76d91
Add material_diameter into fdmprinter
...
When saving a material to a file, it will save all the settings in that
container, which needs to create SettingInstances for all the cached
ones, and for those instances, their definitions will be retrieved from
the machine definition.
material_diameter is one of the settings, but it only exists in the
extruder definitions, so when it tries to save a material profile, a lot
of warnings/errors will occur due to the missing "material_diameter" in
fdmprinter. Adding it back fixes this problem.
2018-09-14 09:43:26 +02:00
Jaime van Kessel
757c8754b1
Merge branch '3.5' of github.com:Ultimaker/Cura
2018-09-13 16:23:55 +02:00
Jaime van Kessel
9627f216b2
Actually ensure that walls don't get slower than 1 mm/s
...
CURA-5724
2018-09-13 16:22:36 +02:00
Lipu Fei
7ec62315e0
Remove shortcut for About
...
CURA-5642
It has conflict with "&Add Printer".
2018-09-13 10:54:46 +02:00
Lipu Fei
e069e0db99
Fix S5 extruder start and end locations
...
CURA-5672
X coordinate 310 is not at the rightmost position, and this causes the
prime tower to start printing from somewhere in the middle.
2018-09-12 13:18:43 +02:00
Jaime van Kessel
a809575bc8
Add bunch of ID's to qml components so it's easier to test them.
...
CURA-5618
2018-09-11 16:05:53 +02:00
Jaime van Kessel
c84a2213a7
Merge branch '3.5' of github.com:Ultimaker/Cura
2018-09-11 11:01:55 +02:00
Diego Prado Gesto
19eefc71da
Update SDK version for the bundled packages.
2018-09-11 09:38:23 +02:00
Diego Prado Gesto
bacae6c136
Update name of the VersionUpgrade for the version 3.5.
2018-09-11 09:38:23 +02:00
Sacha Telgenhof Oude Koehorst
5ca5aacbee
Removed layer_height override as it isn't needed. Only the initial layer height needs to be overridden.
2018-09-10 21:46:26 +09:00
Sacha Telgenhof Oude Koehorst
42a523cb00
Add single extruder definition for Ender-3.
2018-09-10 21:32:36 +09:00
Jaime van Kessel
c7350ff579
Merge branch 'master' of github.com:Ultimaker/Cura
2018-09-07 15:24:09 +02:00
Jaime van Kessel
4cde6c05ae
Switch most usages of containerStackId to containerStack for settingPropertyProvider
...
This mostly makes the code a bit more logic and also decreases the number of searches in the registry
2018-09-07 15:23:09 +02:00
Ian Paschal
49d72f5855
Merge pull request #4301 from Ultimaker/cura_connect_UI_rework
...
CL-893 CL-894 Cura connect ui rework
2018-09-07 12:45:56 +02:00
Lipu Fei
5a36bc963c
Fix shortcut conflict in French
2018-09-06 16:06:45 +02:00
Aleksei S
27c112d4db
Fix duplicated shortcut keys in all languages
...
CURA-5642
2018-09-06 16:06:45 +02:00
Aleksei S
0f655553bb
Removed shortcut keys from general cura.pot
...
CURA-5642
2018-09-06 16:06:45 +02:00
Aleksei S
e853cdc04d
Removed shortcut from Reset All Model &Transformations
...
CURA-5642
2018-09-06 16:06:45 +02:00
Aleksei S
3a8d023371
Addded test for checking shortcut keys
...
CURA-5642
2018-09-06 16:06:45 +02:00
Jaime van Kessel
53d083e232
Merge branch 'master' of github.com:Ultimaker/Cura into cura_connect_UI_rework
2018-09-06 10:50:51 +02:00
Lipu Fei
9aea0e5109
Fix quality lookup logic for extruders
...
CURA-5694
- Add convenience functions into GlobalStack
- Use "has_variants" and "has_materials" instead of
"has_variant_materials"
- Remove "has_variant_materials"
- For extruder qualities, skip global qualities if the machine has
variants or materials
2018-09-06 08:12:55 +02:00
Remco Burema
d3356cdba6
Merge pull request #4142 from smartavionics/mb-improve-overhanging-walls
...
Improve processing of overhanging walls
2018-09-05 17:38:32 +02:00
Mark
f18d9fed97
Merge pull request #4316 from stelgenhof/master
...
Add Creality Ender-3 machine definition
2018-09-05 14:46:37 +02:00
Ghostkeeper
b02769912f
Don't print slower than 1mm/s
...
If you set the wall printing speed to 10, it would through inheritance result in an outer wall printing speed of 0. No longer.
2018-09-05 09:42:20 +02:00
Aleksei S
149a47e5a7
Remove double keys from right click menu, remove backspaceSelectionAction because not used
...
CURA-5642
2018-09-03 11:15:25 +02:00
Sacha Telgenhof Oude Koehorst
6ddafa00a4
Add Creality Ender-3 machine definition.
2018-09-01 19:37:53 +09:00
Mark
9bcc8ffff6
Merge pull request #4288 from thopiekar/patch-2
...
bq Hephestos2: Getting a rid of custom g-code
2018-09-01 09:25:17 +02:00
Lipu Fei
6cceebb117
Revert "Remove double shortcut buttons"
...
CURA-5642
This breaks translations and doesn't fix the shortcut key problem.
2018-08-31 15:14:12 +02:00
alekseisasin
aa2cb7d415
Merge pull request #4212 from fieldOfView/feature_support_infill_angle
...
Add setting for Support Infill Line Direction
2018-08-31 11:18:03 +02:00
fieldOfView
65f3605d92
Allow the full range of orientations
2018-08-30 14:43:00 +02:00
fieldOfView
ac2125c3a5
Hide setting when support pattern is set to concentric...
...
because it has no influence on the concentric pattern
2018-08-30 14:36:54 +02:00
alekseisasin
0488494537
Merge pull request #4300 from Ultimaker/remove_double_extensions_cura_5650
...
change .curaproject.3mf to just use .3mf
2018-08-30 13:19:47 +02:00
Jaime van Kessel
49aeb60e7d
Merge branch 'master' of github.com:Ultimaker/Cura into cura_connect_UI_rework
2018-08-30 10:35:20 +02:00
Mark
baef0350cd
Cleaned up MIME types
2018-08-29 14:41:38 +02:00
Mark
43676d761c
Merge branch 'master' into master
2018-08-29 14:00:46 +02:00
Mark
17f51ca704
Merge branch 'master' into patch-2
2018-08-29 13:55:42 +02:00
Ghostkeeper
1d8f19f1d1
Don't give error value for infill layer thickness if no infill
...
It won't crash the engine because the entire infill filling routine is skipped.
2018-08-29 11:55:37 +02:00
Ian Paschal
694cc91ae9
Add a "Favorites" heading to materials menu
...
Contributes to CURA-5162
Also fixed some non i18n strings
2018-08-28 11:21:47 +02:00
Aleksei S
3e3f1cb03d
Remove double shortcut buttons
...
CURA-5642
2018-08-28 09:31:05 +02:00
Matteo Spinelli
dd0ddaedac
reduce stress on the galvo by printing infill in straight lines
2018-08-28 08:01:51 +02:00