Commit graph

16653 commits

Author SHA1 Message Date
Ghostkeeper
f3aeb01af0
Only enable Connect Infill Lines by default for Cross
We don't want to change the default behaviour yet.

Contributes to issue CURA-4017.
2018-02-21 08:50:49 +01:00
Ghostkeeper
31ad0dd56c
Allow zig-zaggifying infill for patterns other than Cross as well
It is now supported for any linear-based infill except zigzag (which has its own algorithm; that's a TODO).

Contributes to issue CURA-4017.
2018-02-21 08:50:49 +01:00
Ian Paschal
03265cb90a
CURA-4790 Removed "bold" property 2018-02-21 08:49:27 +01:00
Ian Paschal
767539b80b
CURA-4790 Changed light weights back to normal 2018-02-21 08:49:27 +01:00
maukcc
c323bac306 extruder change update
extruder change update:
- wiping nozzles
- temperature updates
2018-02-20 17:15:21 +01:00
Jack Ha
b96d49c010 CURA-4606 ensure startup order for machine manager before build volume to prevent errors there 2018-02-20 16:04:41 +01:00
Jack Ha
c56b3bc7bd CURA-4606 add the discard or keep changes screen 2018-02-20 15:35:17 +01:00
Jack Ha
4ba7ce0890 CURA-4606 fix pyqt cleaning up by setting extruder stack parent 2018-02-20 15:26:20 +01:00
Jack Ha
9e9d981acd CURA-4606 ensure that setting a new machine ends with correct quality (changes) group 2018-02-20 15:17:19 +01:00
Diego Prado Gesto
f27685e6ac CURA-4017 Enable the setting zig_zagiffy_infill for the grid and triangular patterns 2018-02-20 13:56:30 +01:00
Jack Ha
b9e7ee18a6 CURA-4606 fixed menu setting nozzle 2018-02-20 13:06:54 +01:00
Jack Ha
b2ca8565c9 CURA-4606 fix startup crash 2018-02-20 13:02:39 +01:00
Jack Ha
3619f5aef3 CURA-4606 update initial materials menu 2018-02-20 11:57:05 +01:00
Jack Ha
c76995c926 CURA-4606 update quality profiles model with field LayerHeightWithoutUnitRole 2018-02-20 11:39:59 +01:00
Jack Ha
a2f3cdc0be Merge branch 'refactoring_machine_manager' of github.com:Ultimaker/Cura into refactoring_machine_manager 2018-02-20 11:36:59 +01:00
Jack Ha
605043235a CURA-4606 fixed create profile from profile context menu 2018-02-20 11:36:51 +01:00
Ian Paschal
f6ff6fdcba
Merge pull request #3364 from Ultimaker/CURA-4790-lighter-weights
Cura 4790 lighter weights
2018-02-20 11:27:08 +01:00
Lipu Fei
fa37a48caa WIP: Fix default buildplate lookup 2018-02-20 11:25:42 +01:00
Lipu Fei
c432d4ffbb WIP: Simplify global stack and extruder stack activation and fixes 2018-02-20 11:16:51 +01:00
Diego Prado Gesto
6b34f080ad Merge branch 'master' of https://github.com/Ultimaker/Cura 2018-02-20 11:12:21 +01:00
Diego Prado Gesto
6af5a5d4bc CURA-4946 When storing the gcode profile, the definition must be the
quality definition if the printer has_machine_quality. Otherwise the
fdmprinter definition must be used as a fallback. If there is no
quality_definition then the printer definition is use.
2018-02-20 11:11:21 +01:00
Ian Paschal
1bdd50e17f CURA-4790 Removed "bold" property 2018-02-20 11:04:23 +01:00
Ian Paschal
c7f8044a32 CURA-4790 Changed light weights back to normal 2018-02-20 10:46:01 +01:00
Jack Ha
21c4753443 CURA-4606 fallback value for layer height must come from definition 2018-02-20 09:54:22 +01:00
Ian Paschal
481858c1b4
Merge pull request #3360 from Ultimaker/CURA-4790-lighter-weights
CURA-4790 Added weight properties to theme
2018-02-20 09:40:37 +01:00
Diego Prado Gesto
6a4f519238 Revert "CURA-4946 Add the quality_definition metadata entry to the gcode so when"
This reverts commit 744313af27.
2018-02-20 09:30:05 +01:00
fieldOfView
c3bf0b834d Fix location of post processing scripts on Linux
On Windows and OSX, resources and preferences are stored in the same folder. On Linux, preferences are in ~/.config, resources are in ~/.local/shared. Postprocessing scripts belong in the latter, along with all the other resources (definitions, plugins, themes).

Fixes #3356
2018-02-20 09:20:01 +01:00
Lipu Fei
6cc65e97f2 WIP: Cleanup MaterialsModel 2018-02-20 09:13:11 +01:00
Lipu Fei
62c31c2f6c WIP: Remove old QualityManager 2018-02-19 22:11:47 +01:00
Lipu Fei
27f7d16a57 WIP: Make import/export profile work 2018-02-19 21:47:12 +01:00
Lipu Fei
5bb6efcb3e WIP: Cleanup MachineManager 2018-02-19 21:20:10 +01:00
Lipu Fei
0c3ac090c9 WIP: Cleanup 2018-02-19 21:11:01 +01:00
Lipu Fei
7e84e7570f WIP: Cleanup ContainerManager 2018-02-19 21:02:33 +01:00
Lipu Fei
2cd9891000 WIP: Fix material QVariant type 2018-02-19 21:00:49 +01:00
MaukCC
106178bf98
Merge pull request #9 from Ultimaker/master
update
2018-02-19 20:59:32 +01:00
Lipu Fei
3fffc2c621 WIP: Cleanup old QualityManager 2018-02-19 20:50:14 +01:00
Lipu Fei
d4db41503f WIP: Cleanup ContainerManager 2018-02-19 20:43:05 +01:00
Lipu Fei
5b37de8adb WIP: Fix quality renaming 2018-02-19 20:33:36 +01:00
Lipu Fei
486bcae677 WIP: Fix remove quality 2018-02-19 20:21:02 +01:00
Lipu Fei
65e01d6203 WIP: Refactor Profile management code 2018-02-19 20:01:51 +01:00
Lipu Fei
c29f3130a7 WIP: Fix QualitySettingsModel 2018-02-19 19:55:09 +01:00
Lipu Fei
251fe8a3a6 WIP: Remove ContainerSettingModel 2018-02-19 17:03:30 +01:00
Lipu Fei
3546e54c95 WIP: Cleanup 2018-02-19 17:01:26 +01:00
Ian Paschal
1d4d592d45 CURA-4790 Added weight properties to theme 2018-02-19 16:52:32 +01:00
Lipu Fei
faf02424a7 WIP: Cleanup MachineManager 2018-02-19 16:50:18 +01:00
Jack Ha
bd10f23311 CURA-4606 reimplemented duplicate profile 2018-02-19 16:47:04 +01:00
Jack Ha
7a78f9821f CURA-4606 fixed Create profile 2018-02-19 16:15:35 +01:00
Jaime van Kessel
7e8ee00e06 Merge branch 'master' of github.com:Ultimaker/Cura 2018-02-19 15:38:06 +01:00
Jaime van Kessel
3cf16fd34b Removed sending of material profiles.
It takes a godawfull long time and the machine ignores most of them anyway.
2018-02-19 15:37:08 +01:00
fieldOfView
51062a4784 Add a button to open the configuration folder. 2018-02-19 15:30:39 +01:00