Remco Burema
81a34d1d18
Merge pull request #12692 from Ultimaker/PP-187_move_shrinkage_compensation_values_to_fdm_materials
...
Removed shrinkage compensation from the quality profiles. They have b…
2022-08-06 11:07:35 +02:00
p.kuiper
32eefbb404
Removed the 'support_infill_sparse_thickness' setting from the global quality files and only added them to the PVA and BAM quality files.
...
This prevents infill layer skipping during self support.
Relates to PP-193
2022-07-13 16:29:18 +02:00
Rijk van Manen
55375a22d4
increase printing temperature BAM 0.1 layerheight
...
reduced printing temperature for BAM 0.1mm layer height profile causes extrusion issues. No drawback for increasing to the default printing temperature are found. PP-190
2022-07-07 15:35:54 +02:00
p.kuiper
c7d947ae5a
Removed shrinkage compensation from the quality profiles. They have been moved to the material profiles in the fdm_material repo.
...
Relates to PP-187
2022-07-04 20:01:34 +02:00
p.kuiper
bfc25b8350
Processed review comments of Rijk van Manen + cleanup redundant support_z related settings
...
Relates to PP-108
2022-06-13 21:41:46 +02:00
p.kuiper
ba275c546e
Renoved settings that already have a good default value in fdmprinter.def.json. Added support_use_towers to the PVA quality files.
...
Removed support_use_towers for AA and CC cores, they do not add anything to self support structures.
Relates to PP-108
2022-06-08 21:33:14 +02:00
p.kuiper
8e3ec5655a
Added PVA robustness improvements. Turn of fan when used as support material, will improve strength. Dump extra material in the skirt to purge the hotend with fresh PVA.
...
Relates to PP-108
2022-06-08 15:10:41 +02:00
p.kuiper
8ef3444b4a
Enable interface layer for BAM (also for PVA, but this was already enabled via the BB core variant).
...
Relates to PP-108
2022-06-08 12:40:28 +02:00
p.kuiper
d293a7ae29
Moved support infill thickness to the global quality classes of the dual extrusion machines.
...
Relates to PP-108
2022-06-07 17:09:35 +02:00
p.kuiper
ea93d2a2e9
Cleaned up of the support settings for quality modes.
...
Relates to PP-108
2022-06-03 10:29:27 +02:00
p.kuiper
126c95b1da
Cleaned up of the support settings for the S3 quality modes.
...
Relates to PP-108
2022-06-03 09:36:43 +02:00
Jaime van Kessel
afd7f5507d
Merge pull request #12394 from Ultimaker/PP-15-enable-skin-edge-support
...
PP-15-enable-skin-edge-support
2022-06-02 17:06:53 +02:00
Jaime van Kessel
952da63230
Merge pull request #12415 from Ultimaker/PP-170-clean-up-retraction_count_max
...
Pp 170 clean up retraction limits
2022-06-02 17:05:57 +02:00
Rijk van Manen
a970e455d4
Merge branch 'main' into PP-15-enable-skin-edge-support
2022-06-02 17:01:29 +02:00
p.kuiper
a103d377f7
Further cleanup of the jerk settings. UM2 based machine have no jerk settings, removed them. Set first layer jerk equal to print jerk and removed all jerk settings (except for jerk_print) in the quality and variant files.
...
Relates to PP-19
2022-06-02 11:33:22 +02:00
p.kuiper
fec4888989
Clean up of jerk settings. Moved the jerk setting up to ultimaker.def.json. Removed duplicate entries in quality profiles and removed a number of strange jerk entries in the quality profiles.
...
Relates to PP-19
2022-06-02 09:04:13 +02:00
Rijk van Manen
0779cbbbdd
set material specific settings
...
TPU, PP and PVA have a lower retraction count then default. PP-170
2022-06-01 15:18:25 +02:00
Rijk van Manen
3a2a58f546
remove setting, follow the default
...
PP-170
2022-06-01 15:16:23 +02:00
Rijk van Manen
adf83f002f
remove redundant statements
...
These values are now default for all ultimaker profiles. PP-15
2022-05-30 11:03:52 +02:00
j.delarago
b7ad18d149
Merge branch 'master' into PP-54_decrease-resolution
...
# Conflicts:
# resources/definitions/ultimaker.def.json
# resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Superdraft_Print.inst.cfg
# resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Superdraft_Print.inst.cfg
# resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Superdraft_Print.inst.cfg
# resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Superdraft_Print.inst.cfg
2022-04-07 11:14:30 +02:00
Jaime van Kessel
706c32706b
Merge pull request #11767 from Ultimaker/PP-115_improve-default-linewidths
...
Pp 115 improve default linewidths
2022-04-07 11:09:55 +02:00
Rijk van Manen
86d9afe96c
increase outer wall linewidth when spiralize
...
This is mainly benefitting the AA04 0.3mm profiles. PP-115
2022-04-04 16:10:47 +02:00
Rijk van Manen
44a33e0fed
follow the defaults set in ultimaker.def.json
...
Only UM2+C keeps his on resolution settings, since this printer has a lower segments per second performance, and we are not going to work on it. PP-54
2022-04-04 14:29:40 +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
Ghostkeeper
af454600a2
Merge branch 'PP-104_respect-maximum-flow-AA08'
2022-03-30 13:44:45 +02:00
Rijk van Manen
7452f8703c
reduce speed to match maximum flow in CURA413
...
With the increase in linewidth to the nozzle size, the material flow for especially the infill (but also inner walls) is increased. The speeds are reduced for the superdraft profiles to match the maximum material flow in CURA413. In the future we want to clean this up in a nice way, but for now this at least fixes some serious extrusion problems. PP-104
2022-03-30 09:15:42 +02:00
Rijk van Manen
80d87cb57e
increase infill density for good top layer quality
...
With increasing the infill linewidth, the infill line distance is increased as well. The infill density of the AA0.8 profiles is increased by 5% to the default of 20%. PP-104
2022-03-29 15:28:34 +02:00
Ghostkeeper
d9d90ab4b6
Increment setting_version to 20
...
We've removed a bunch of settings and transformed others. To allow profiles to be checked for these and edited if necessary, we now need to increment this version number.
Contributes to issue CURA-8466.
2022-03-29 15:03:48 +02:00
Rijk van Manen
bf131f539e
remove all wall_thickness statements
...
All print profiles are following the global rules, no print profile specific exceptions. PP-115
2022-03-15 13:48:41 +01:00
Rijk van Manen
9b35dc18b5
material specific exceptions on the defaults
...
Some materials can handle higher unretract speeds. Also some unnecessary overwrites of the defaults are removed. PP-96
2022-02-22 14:24:47 +01:00
Rijk van Manen
3aaff952bd
Merge branch 'master' into PP-99_Line-width-fix-for-.3mm-profiles_master
2022-01-27 15:25:57 +01:00
Jaime van Kessel
81dfb7942f
Merge pull request #11206 from Ultimaker/PP-98_extra-skin-wall-count-fix
...
remove skin outline count overwrite
2022-01-27 14:57:32 +01:00
Ghostkeeper
58c9522d78
Merge branch '4.13'
2021-12-31 15:01:30 +01:00
Ghostkeeper
e6830f0241
Merge branch 'PP-95_reduce-top/bottom-speed-for-TPU' into 4.13
2021-12-31 15:01:12 +01:00
Ghostkeeper
fb41993e5a
Merge branch 'PP-99_Line-width-fix-for-0.3mm-profiles'
2021-12-31 14:52:42 +01:00
Rijk van Manen
accdfd7671
default linewidth = nozzle size
...
For arachne we have set all linewidths to nozzle size (in stead of a little smaller). the 0.3 profiles missed this refactor. PP-99
2021-12-23 14:57:52 +01:00
Rijk van Manen
19821d8d68
increase linewidth to machine nozzle size
...
0.3 profiles benefit from larger line width. PP-99
2021-12-23 14:48:31 +01:00
Rijk van Manen
5870e56d16
remove skin outline count overwrite
...
The fdmprinters definitions contains the right default of one line. It is not set anywhere in the ultimaker profiles, appart from here. PP-98
2021-12-22 16:53:17 +01:00
Rijk van Manen
a8fbba3c25
reduce top/bottom speed by 80%
...
The top/bottom speed is reduced by 80% to allow for better cooling of the top layers. This reduces pillowing. The line width is increased by 80% to maintain the flow equalization. PP-95
2021-12-20 12:10:55 +01:00
Ghostkeeper
9140b71b19
Merge branch 'libArachne_rebased'
...
Conflicts:
plugins/SimulationView/SimulationPass.py -> Reverted layer view optimisation in Master while some whitespace changed in Arachne.
resources/definitions -> Bunch of conflicts with profile updates.
resources/quality -> Bunch of conflicts with profile updates.
resources/texts/change_log.txt -> Removed the Arachne change log (as they are internal versions). It'll have to be re-added when we release this version as stable.
2021-12-14 11:48:58 +01:00
Ghostkeeper
1ca5290d71
Remove comments from profiles
...
Our FastConfigParser doesn't deal with these safely. It's best to disallow comments altogether. They affect the line afterwards.
Contributes to issue CURA-8746.
2021-12-10 10:25:06 +01:00
p.kuiper
e78caa10c6
Marked 0.3mm profiles as experimental
...
Relates to PP-50
2021-12-09 09:15:25 +01:00
p.kuiper
dc72c29d07
Updated settings version number for BAM and PVA
...
Relates to PP-50
2021-12-09 08:48:15 +01:00
p.kuiper
7b4bc6958c
Added the new high density infill pattern change
...
Relates to PP-50
2021-12-09 08:16:16 +01:00
p.kuiper
763a7dd4f3
Included the T-PLA 0.3mm profiles for the S3 and S5
...
Relates to PP-50
2021-12-08 10:08:36 +01:00
p.kuiper
8af2a743c8
Included the profiles for the S3
...
Relates to PP-50
2021-12-07 16:51:48 +01:00
Rijk van Manen
fc594bcb4a
no infill overlap for high density infill
...
To avoid over extrusion for high density infill in overlap needs to be set to zero. (see PP-25)
2021-11-16 10:04:21 +01:00
Rijk van Manen
304599326d
no infill overlap for high density infill
...
To avoid over extrusion for high density infill in overlap needs to be set to zero. (see PP-25)
2021-11-16 09:59:02 +01:00
Rijk van Manen
78aec480e7
change infill pattern to zigzag for >80% infill
...
This is done for all ultimaker profiles (PP-25).
2021-11-15 16:07:05 +01:00
Rijk van Manen
d3951a1a59
change infill pattern to zigzag for >80% infill
...
This is done for all ultimaker profiles (PP-25).
2021-11-15 15:29:40 +01:00