76 Commits

Author SHA1 Message Date
Joey de l'Arago
d25fd7a35e Remove references to material_flow_dependant_temperature
CURA-10077
2023-01-30 13:27:51 +01:00
MariMakes
540fca2409 [CURA-10168] Add Interlocking to settings visibility
Have Interlocking visible in Advanced, but the subsettings in Expert Setting Visibility
2023-01-24 11:37:50 +01:00
Remco Burema
bcb88981b7 Add support interface wall count settings.
part of CURA-9350
2022-11-08 18:00:44 +01:00
Vandresc
296175d83b Update_expert_settings_visibility_Cura-9433
Added the new three children settings of Initial Layer Flow to Expert mode to match the parent.
2022-09-22 13:40:08 +02:00
p.kuiper
3e5bacd684 The horizontal expansion can be used to create a more robust support structure when needed. Therefore also expose this setting in the Basic settings view.
Relates to PP-108
2022-06-10 10:29:14 +02:00
Casper Lamboo
c4748ba332
Merge branch 'master' into PP-129_increase-filter-distance 2022-04-07 13:54:27 +02:00
p.kuiper
0a8ef5162e Removed the rather hacky implementation of the shrinkage factor averaging. Issues with dual extrusion were the second extruder is not used should solved in a different way.
Relates to PP-77
2022-04-06 13:28:55 +02:00
p.kuiper
733447a2dd Removed the settings: "material_shrinkage_percentage" and update code that was using this parameter.
material_shrinkage_percentage_xy and material_shrinkage_percentage_z cannot depend on material_shrinkage_percentage otherwise their resolve function will not execute properly.
I noticed that the shrinkage factors do not get the correct value if a wrong nozzle is chosen for a material. However, in that case the slicer will also not slice, so in practice this is not an issue

Relates to PP-77
2022-04-01 13:00:41 +02:00
p.kuiper
4bb79654d4 Updated the S3 and S5 PLA, T-PLA and PETG profiles to include the determined shrinkage compensation factor.
PLA xy 100.2%  z 100.1%
TPLA xy 100.3%  z 100.1%
PETG xy 100.5%  z 100.1%

Relates to PP-77
2022-03-31 16:32:41 +02:00
p.kuiper
d6d4644a31 Set visibility of shrinkage settings to true. Enable visibility in advanced (xyz shrinkage only) and the expert display mode.
New calculations to determine the average shrinkage when two materials are used. By default the material shrinkage is set to null (None). In that case the shrinkage of that material is not taken into account in the new averaging formula. Support materials such as PVA, BAM, Aquasys etc. should keep this setting to null. When two materials are used with a shrinkage percentage the average of these two materials will be used.

Relates to PP-77
2022-03-31 16:07:17 +02:00
Ghostkeeper
d801fdcf94
Remove filter_out_tiny_gaps from prepackaged profiles too
This setting was removed. The version upgrade would remove it (but that's not applied to pre-packaged profiles).

Contributes to issue CURA-8466.
2022-03-29 15:08:46 +02:00
Rijk van Manen
e2ea2ee3f5 increase filter distance
Adding and splitting of lines results in print artefacts and additional travel moves. Avoiding these by sacrificing some additional line width change is better. The linewidth can never very more then 75% - 150%, so this long filter distance cannot cause huge line width changes. PP-129
2022-03-10 14:46:54 +01:00
j.delarago
6ebc51261c Add raft interface/middle layers to expert profile.
CURA-8915
2022-02-08 12:01:20 +01:00
Ghostkeeper
a363bda25e
Add raft top extruder to expert settings
You could want to change that if you're an expert. The skirt/brim extruder is really only relevant for the prime tower brim if you're using a raft. If not using a raft, setting the adhesion extruder is equivalent.

Contributes to issue CURA-8868.
2022-01-12 14:12:06 +01:00
casper
411252bcef Merge branch 'master' into CURA-8081_shrinkage_plate_duplicate
# Conflicts:
#	resources/definitions/fdmprinter.def.json
2021-12-16 23:14:20 +01:00
Remco Burema
53d3ecea8d Forgot to put shrinkage plate in settins visibility.
Is supposed to be in expert for now.

part of CURA-8081
2021-12-16 23:11:02 +01:00
Remco Burema
281b337be6 Add setting for alternating wall directions.
This will be useful for materials that can build up a lot of stress.

part of CURA-8079
2021-12-15 10:33:38 +01:00
Remco Burema
86046a32b3
Merge branch 'master' into merge_main_20211019 2021-10-20 08:38:01 +02:00
Remco Burema
e29edb0cc9
Added lightning infill description and sub-settings level.
part of CURA-8550
2021-10-12 09:17:58 +02:00
Jelle Spijker
4986861727
Merge branch 'master' into libArachne_rebased 2021-08-12 18:50:29 +02:00
Remco Burema
562be41bd0
Also remove not-existing-anymore settings from definitions and the like.
CURA-7279
2021-08-06 18:23:10 +02:00
Ghostkeeper
b78651e45f
Add monotonic settings to advanced and expert visibility
Contributes to issue CURA-7928.
2021-08-05 14:10:52 +02:00
Ghostkeeper
ec8d55f6bf
Merge branch 'libArachne_rebased' into CURA-8109_option_centre_walls_last 2021-06-18 11:06:42 +02:00
Ghostkeeper
0b1d963d86
Perform version upgrade on newer profiles
Should've done this in the merge, but I just increased the setting_version for these.
I also removed a deleted setting from the advanced visibility. We don't have tests that ensure that these visibility presets are good. Lucky I found it then, with a Ctrl+Shift+F search.
2021-06-18 11:06:26 +02:00
Ghostkeeper
3300192abc
Change outer_before_inner setting to an enum
We'll offer the option to print from outside to inside, from inside to outside, or from inside to outside except that the very innermost centre wall is printed last.

Contributes to issue CURA-8109.
2021-06-17 17:57:51 +02:00
Ghostkeeper
b3c03b8771
Merge branch 'master' into libArachne_rebased
Conflicts:
	resources/texts/change_log.txt -> 4.9 got added while we added the Arachne change log as well. I put 4.9 below the Arachne info.
2021-04-08 13:49:52 +02:00
jelle Spijker
0c965b4b20
Add current version to setting_visibility
CURA-8810_version_upgrade
2021-04-01 16:17:01 +02:00
Ghostkeeper
c781391b9b
Merge branch 'master' into libArachne_rebased
To my surprise, it seems fdmprinter has merged perfectly. Nice.

Conflicts:
	resources/setting_visibility/advanced.cfg -> Settings moved to a different category while we added new settings in the same place.
2021-02-10 11:55:37 +01:00
Ghostkeeper
79ec71ca4c
Move top/bottom settings to separate category
Implements CURA-8006.
2021-02-05 14:59:38 +01:00
Remco Burema
db33f67666
Partial revert: Don't remove 'Print Thin Walls'.
It still makes sense, even in a libArachne/Variable Line Width sense.

CURA-7148
2020-12-10 12:49:00 +01:00
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
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
Jaime van Kessel
0c994da4bb
Merge pull request #8106 from Ultimaker/CURA-7559_remove_wall_overlap_compensation_in_arachne
CURA-7559: Remove all references to Wall Compensation from the resources/ in arachne
2020-08-17 14:13:01 +02:00
Ghostkeeper
f6eddc12fd
Fix setting visibility for tree support settings
These have moved. The Support Structure setting was already present in the support category.

Done as a 5 minute fix while working on the Settings Guide.
2020-08-05 01:28:27 +02:00
Kostas Karmas
88cdd34dfe Remove all references to Wall Compensation from the resources/
CURA-7559
2020-07-24 12:03:28 +02:00
Nino van Hooff
59df16cbad Add support structure to advanced and expert visibility presets
CURA-6711
2020-07-17 09:56:20 +02:00
Nino van Hooff
649cc4a881 Replace support_tree_enable by a support_structure enum
CURA-6711
2020-07-09 17:17:40 +02:00
jelle Spijker
7d0a05176f
Removed spaghetti related settings from expert view
Part of CURA-7199
2020-06-29 12:47:16 +02:00
Remco Burema
958f1a855c
Merge pull request #7010 from smartavionics/mb-hole-offset
Added Hole Horizontal Expansion setting.
2020-02-13 09:05:18 +01:00
Ghostkeeper
32d94f76f1
Merge branch 'mb-fuzzy-outside-only' of https://github.com/smartavionics/Cura into smartavionics-mb-fuzzy-outside-only 2020-01-31 13:10:45 +01:00
Mark Burton
856f998e24 Added Hole Horizontal Expansion setting. 2020-01-21 08:35:24 +00:00
Remco Burema
9c0bd00714
Move settings to the right _visibility_ categories as well. 2020-01-07 13:40:24 +01:00
Mark Burton
d388f2463b Add fuzzy skin outside only option. 2020-01-04 09:14:13 +00:00
Mark Burton
678ba61bca Add brim gap setting (#6279)
Added brim_gap setting to space brim away from edge of model.
2019-12-16 13:55:08 +01:00
Remco Burema
2d486b0814
Default behaviour should be the same as previous.
Also added the new setting to 'expert' visibility.
2019-12-11 17:00:02 +01:00
Ghostkeeper
cb9b385a85
Remove Alternate Skin Rotations setting
It's been replaced completely by the Top/Bottom Line Directions setting.
2019-10-22 13:46:42 +02:00
Ellecross
8e37255242 Add Z Seam Position in Expert View
As discussed in CCB, we will add the Z Seam Position setting in expert view so that it's shown together with Z Seam X and Z Seam Y settings.
2019-09-10 13:36:10 +02:00
Remco Burema
d703e48007 Add random infill start setting to expert-visibility.
part of CURA-6463
2019-08-09 14:38:57 +02:00
Remco Burema
ff8a69712f Add new settings (slow for small hole/feature) to expert-visibility.
part of CURA-6464
2019-08-08 18:51:56 +02:00
Ghostkeeper
ce01f960b5
Remove references to start_layers_at_same_position 2019-07-26 17:26:40 +02:00