24841 Commits

Author SHA1 Message Date
Remco Burema
77c39247f9
... also of course delete them from definitions.
Context: Print Thin Walls and Fill Perimeter Gaps are old settings that aren't needed any more since we switched to libArachne (Varianble Line Widths).

CURA-7148
2020-12-09 21:20:08 +01:00
Remco Burema
df8a716ac3
Remove old 'Print Thin Walls' and 'Fill Gsps'.
In favour of new variable line width processing (Arachne).

CURA-7148
2020-12-09 20:55:37 +01:00
Ghostkeeper
87f1a953f3
Merge branch 'CURA-7678_remove_inset_usage' into libArachne_rebased 2020-12-09 17:31:32 +01:00
Ghostkeeper
2fbbd79789
Merge branch 'CURA-7683_VersionUpgrader_for_libArachne_5.0' into libArachne_rebased 2020-12-08 15:33:07 +01:00
Ghostkeeper
66a0b4b5a5
Merge branch 'master' into libArachne_rebased 2020-12-08 09:28:40 +01:00
Jaime van Kessel
7096f64ca2
Fix crash when extruder could not be found
Fixes #8891
2020-12-07 16:45:28 +01:00
Ghostkeeper
19d432e50f
Merge branch 'master' into fix_grouping_below_build_plate 2020-12-07 14:27:06 +01:00
Ghostkeeper
5107c0deea
Merge branch 'libArachne_rebased' into CURA-7678_remove_inset_usage 2020-12-04 16:04:33 +01:00
Remco Burema
44a2ab3d0d
Merge pull request #8861 from Ultimaker/CURA-7686_sensible_defaults_libarachne
Add new specialised settings for variable line width
2020-12-02 17:09:37 +01:00
Kostas Karmas
f18c274825 Remove duplicate settings from quality profiles
After https://github.com/Ultimaker/Cura/pull/8684 raft_airgap and speed_layer_0 existed twice in some of the quality profiles.
This commit fixes that by removing the old (calculated) values.
2020-12-02 16:30:16 +01:00
Kostas Karmas
1416466f05 Enable the setting version update to 18 in VersionUpgrade49to50
Contributes to CURA-7683 and CURA-7656
2020-12-02 15:32:26 +01:00
Kostas Karmas
5bca31e37a Update setting version to 18 for libArachne release
Although it is not entirely sure yet, we are fairly certain that libArachne release will have
a setting version of 18, so it is changed by this commit. With this change, the VersionUpgrader
will be properly triggered.

Contributes to CURA-7683 and CURA-7656
2020-12-02 15:29:25 +01:00
Kostas Karmas
696844f1cf Add VersionUpgrader for libArachne 5.0
Things to note:

* Since there is no VersionUpgrader from 4.8 to 4.9, this versionUpgrader attempts to upgrade
  files made in 4.8. This means that it touches files with setting_version = 16.
* The upgrade of the setting_version to 18 is currently commented out because we are not entirely
  sure that 18 will be the setting_version in 5.0.
* This versionUpgrader removes the following three settings that were removed in libArachne
	* "Compensate Wall Overlaps"
	* "Compensate Outer Wall Overlaps"
	* "Compensate Inner Wall Overlaps"
* The VersionUpgrader also disabled Fuzzy Skin from any profiles that may have it enabled, as fuzzy
  skin currently doesn't work in libArachne.
* The printer definitions have NOT been updated to the new setting_version to avoid having to deal
  with an enormous merge conflict in case the setting_version of 5.0 is something other than 18.
* Since the VersionUpgrader does not alter the setting_version, it will run every time Cura starts.

In short, this versionUpgrader runs and removes the deleted settings but it does not really change
the setting_version of any files.

Contributes to CURA-7683 and CURA-7656
2020-12-02 12:04:06 +01:00
Kostas Karmas
034144334b Correct the statement for disabling the Fuzzy Skin settings
Contributes to CURA-7678 via CURa7876
2020-12-02 11:19:52 +01:00
Ghostkeeper
3208d032c4
Add Minimum Variable Line Width setting
This is similar to min_bead_width really, but applies to normal walls rather than thin parts.

Contributes to issue CURA-7686.
2020-11-30 18:18:56 +01:00
Ghostkeeper
9ecb951786
Add setting for wall transition filter distance
This is a nice setting, compared to the other libArachne settings. Pretty clear what it does.

Contributes to issue CURA-7686.
2020-11-30 17:15:02 +01:00
Ghostkeeper
32bdd284f9
Add setting to specialise the wall transitioning angle
Similar to the previous setting Wall Transition Length, but this determines how fast lines come together, which can be faster than the Wall Transition Length.

Contributes to issue CURA-7686.
2020-11-30 16:09:36 +01:00
Or Bin
590e46cef3 Fixed typo: positionning -> positioning 2020-11-28 22:45:58 +02:00
Ghostkeeper
847ead2b73
Add description for Variable Line Strategy
This is quite a complex setting. Hopefully this helps a bit to understand it. Needs an extensive article in the Settings Guide I'd say!

Done alongside issue CURA-7686.
2020-11-27 18:54:47 +01:00
Ghostkeeper
47dee0d7c4
Add setting for transition length between different numbers of walls
Contributes to issue CURA-7686.
2020-11-27 18:43:50 +01:00
Ghostkeeper
4df5fbc215
Make skirt/brim line width and flow visible for draft/ooze shields
The draft and ooze shield use the skirt/brim settings to print. So these settings should be adjustable if the draft or ooze shield is enabled. It's a bit weird UX-wise, but it's correct. The UX problem will be tackled later.
Apparently this was already done for the speed/acceleration/jerk settings so no change necessary there.

Contributes to issue #8808.
2020-11-27 12:11:06 +01:00
Jaime van Kessel
00bc1bfcdc
Add extra cast to author model
Contributes to #8817
2020-11-27 10:46:33 +01:00
Ghostkeeper
a4fd701f4b
Correct description of Mesh Processing Rank to indicate correct order
Two problems with this description:
- It claims that meshes with lower rank override meshes with higher rank. It's the other way around.
- It mentions 'rank' in one sentence and then 'order' in the next. I've corrected this to use the term 'rank' in both sentences for clarity. This is also the term used for the setting label, to be consistent.

Found in issue #8821.
2020-11-26 17:29:50 +01:00
Jaime van Kessel
53637fa891
Merge branch 'master' of https://github.com/racerxdl/Cura 2020-11-26 14:25:05 +01:00
Kostas Karmas
18d55de174 Disable Fuzzy skin in libArachne
Fuzzy skin needs to be modified to work with the new libArachne toolpaths. Until then, it will
remain unavailable.

Contributes to CURA-7678 via CURA-7876
2020-11-26 09:55:44 +01:00
Lucas Teske
c4d9edca69
Update plugins/PostProcessingPlugin/scripts/TimeLapse.py
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2020-11-25 19:33:37 -03:00
Lucas Teske
62e4baa746
Update plugins/PostProcessingPlugin/scripts/TimeLapse.py
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2020-11-25 19:33:30 -03:00
Lucas Teske
0a21cff234
Update plugins/PostProcessingPlugin/scripts/TimeLapse.py
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2020-11-25 19:33:24 -03:00
Jaime van Kessel
a5c25846f3
Merge branch 'master' of https://github.com/racerxdl/Cura 2020-11-25 15:54:08 +01:00
Jaime van Kessel
99c12de6b0
Merge branch 'master' of github.com:Ultimaker/Cura into fix_grouping_below_build_plate 2020-11-25 15:42:15 +01:00
Jaime van Kessel
4c7220faa2
Merge pull request #8804 from Ultimaker/CURA-7751_Simplify_arachne_toolpaths
CURA-7751: Simplify arachne toolpaths
2020-11-25 10:46:25 +01:00
Jaime van Kessel
c70fe3c107
Remove a deleted setting from various profiles 2020-11-23 17:26:24 +01:00
Michael Graf
69dc54b763 Makes Anycubic i3 Mega use fan speed from material.
Sets max speed to 100% for small layers as the stock fan is not very strong.
2020-11-20 19:10:30 +01:00
Michael Graf
67b27a53d3 ai3m use material temperatures
Makes Anycubic i3 Mega use bed and print temperature from material.
2020-11-20 18:53:20 +01:00
Kostas Karmas
e3e95d39d5 Adjust maximum value warning to a more appropriate value
CURA-7751
2020-11-20 17:36:25 +01:00
Kostas Karmas
89c5698ad2 Adjust the unit of the "Maximum Extrusion Area Deviation" setting
And along with it, also adjust the default value and minimum/maximum value warnings.

CURA-7751
2020-11-20 17:31:30 +01:00
Kostas Karmas
580a8f0290 Change the description of "Maximum Extrusion Area Deviation" setting
CURA-7751
2020-11-20 14:45:08 +01:00
Kostas Karmas
5e0f9dd5b1 Introduce "Maximum Extrusion Area Deviation" for arachne walls simplification
This setting denotes what is the maximum allowed area lost or gained when the middle junction of a
straight line is removed (due to the simplification). This area deviation exists due to the
difference of width of the colinear segments.

A             B                          C              A                                        C
---------------                                         ************** deviation_error / 2
|             |---------------------------  B removed   ------------------------------------------
|             |                          |  --------->  |            |                           |
|             |---------------------------              ------------------------------------------
---------------             ^                           **************     ^
      ^                    C.w                                            C.w
     B.w

CURA-7751
2020-11-20 14:30:02 +01:00
Ghostkeeper
39acad87d9
Hard-limit the PPA positions to negative or 0 values
The ProBundle rejects materials which have these values a positive number.

Users should not be allowed to set it to a positive number.

Fixes CURA-7856.
2020-11-18 14:54:59 +01:00
Ghostkeeper
eeecd545db
Catch errors for corrupted zip files when reading project files
Fixes Sentry issue CURA-1DG.
2020-11-18 01:57:49 +01:00
Lucas Teske
394fa8f2f2
Add Z-Hop and filament retraction to Timelapse
So less string occurs
2020-11-17 17:05:15 -03:00
Ghostkeeper
1cd5757029
Fix highlighting of item under tooltip area
The parent was no longer the original parent.
2020-11-17 19:41:22 +01:00
Ghostkeeper
371885d826
Remove ideagen3D platform texture
This platform mesh is 3MF (whose texture coordinates we cannot read) and doesn't contain actual texture coordinates either.

Contributes to issue CURA-7852.
2020-11-17 11:14:48 +01:00
Ghostkeeper
0696d6f2e6
Merge branch 'master' of https://github.com/Firedrops/Cura into Firedrops-master 2020-11-17 11:06:10 +01:00
Ghostkeeper
558a789289
Use Cura's own ComboBox element for combo boxes
This one displays a tooltip if the text is too long and gets elided, so that you can still read the printer or profile name.

Fixes #8773.
2020-11-17 10:56:12 +01:00
Ghostkeeper
29258aa5e2
Always display tooltip on combobox items if text gets elided
So if the text is too long to display, there is still a way to display it.
2020-11-17 10:52:25 +01:00
Ghostkeeper
5e383d4f42
Fix documentation
This is a checkbox, not a combobox.
2020-11-17 10:51:30 +01:00
Ghostkeeper
16f457ba08
Expand description of what it means when skin angle is 'horizontal' or 'vertical'
Just something I encountered during work on CURA-7681.
2020-11-17 10:23:31 +01:00
Jaime van Kessel
68bc75e7a2
Merge branch 'CURA-7501_fix_warning_preloaded_plugins' of github.com:Ultimaker/Cura 2020-11-16 15:24:31 +01:00
Firedrops
2923204c2b Fixed Bed Position
Bed Mesh was poking above actual bed plane in Cura, bed shifted down to align properly.
2020-11-16 12:43:20 +10:00