Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-07these settings are already defaultPP-242-cleanup-retract_at_layer_changeRijk van Manen
PP-242
2022-08-31clean up adhesion_typePP-235-clean-up-adhesion_typeRijk van Manen
S-line printers can follow the machine default. PP-brim will be moved to fdm materials. PP-235
2022-08-29Clean up of standby temperaturesPP-192_clean_up_standby_temperaturesRijk van Manen
Clean up of standby temperatures to printing temperature -100deg. This is a safe default. PP-192
2022-08-06Merge pull request #12692 from ↵Remco Burema
Ultimaker/PP-187_move_shrinkage_compensation_values_to_fdm_materials Removed shrinkage compensation from the quality profiles. They have b…
2022-07-13Removed the 'support_infill_sparse_thickness' setting from the global ↵p.kuiper
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-07increase printing temperature BAM 0.1 layerheightRijk van Manen
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-04Removed shrinkage compensation from the quality profiles. They have been ↵PP-187_move_shrinkage_compensation_values_to_fdm_materialsp.kuiper
moved to the material profiles in the fdm_material repo. Relates to PP-187
2022-06-13Processed review comments of Rijk van Manen + cleanup redundant support_z ↵p.kuiper
related settings Relates to PP-108
2022-06-08Renoved settings that already have a good default value in ↵p.kuiper
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-08Added PVA robustness improvements. Turn of fan when used as support ↵p.kuiper
material, will improve strength. Dump extra material in the skirt to purge the hotend with fresh PVA. Relates to PP-108
2022-06-08Enable interface layer for BAM (also for PVA, but this was already enabled ↵p.kuiper
via the BB core variant). Relates to PP-108
2022-06-07Moved support infill thickness to the global quality classes of the dual ↵p.kuiper
extrusion machines. Relates to PP-108
2022-06-03Cleaned up of the support settings for quality modes.p.kuiper
Relates to PP-108
2022-06-03Cleaned up of the support settings for the S3 quality modes.p.kuiper
Relates to PP-108
2022-06-02Merge pull request #12394 from Ultimaker/PP-15-enable-skin-edge-supportJaime van Kessel
PP-15-enable-skin-edge-support
2022-06-02Merge pull request #12415 from Ultimaker/PP-170-clean-up-retraction_count_maxJaime van Kessel
Pp 170 clean up retraction limits
2022-06-02Merge branch 'main' into PP-15-enable-skin-edge-supportRijk van Manen
2022-06-02Further cleanup of the jerk settings. UM2 based machine have no jerk ↵p.kuiper
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-02Clean up of jerk settings. Moved the jerk setting up to ultimaker.def.json. ↵p.kuiper
Removed duplicate entries in quality profiles and removed a number of strange jerk entries in the quality profiles. Relates to PP-19
2022-06-01set material specific settingsPP-170-clean-up-retraction_count_maxRijk van Manen
TPU, PP and PVA have a lower retraction count then default. PP-170
2022-06-01remove setting, follow the defaultRijk van Manen
PP-170
2022-05-30remove redundant statementsRijk van Manen
These values are now default for all ultimaker profiles. PP-15
2022-04-07Merge branch 'master' into PP-54_decrease-resolutionPP-54_decrease-resolutionj.delarago
# 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-07Merge pull request #11767 from Ultimaker/PP-115_improve-default-linewidthsJaime van Kessel
Pp 115 improve default linewidths
2022-04-04increase outer wall linewidth when spiralizeRijk van Manen
This is mainly benefitting the AA04 0.3mm profiles. PP-115
2022-04-04follow the defaults set in ultimaker.def.jsonRijk van Manen
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-03-31Updated the S3 and S5 PLA, T-PLA and PETG profiles to include the determined ↵p.kuiper
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-30Merge branch 'PP-104_respect-maximum-flow-AA08'Ghostkeeper
2022-03-30reduce speed to match maximum flow in CURA413Rijk van Manen
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-29increase infill density for good top layer qualityRijk van Manen
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-29Increment setting_version to 20Ghostkeeper
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-15remove all wall_thickness statementsRijk van Manen
All print profiles are following the global rules, no print profile specific exceptions. PP-115
2022-02-22material specific exceptions on the defaultsRijk van Manen
Some materials can handle higher unretract speeds. Also some unnecessary overwrites of the defaults are removed. PP-96
2022-01-27Merge branch 'master' into PP-99_Line-width-fix-for-.3mm-profiles_masterRijk van Manen
2022-01-27Merge pull request #11206 from Ultimaker/PP-98_extra-skin-wall-count-fixJaime van Kessel
remove skin outline count overwrite
2021-12-31Merge branch '4.13'Ghostkeeper
2021-12-31Merge branch 'PP-95_reduce-top/bottom-speed-for-TPU' into 4.13Ghostkeeper
2021-12-31Merge branch 'PP-99_Line-width-fix-for-0.3mm-profiles'Ghostkeeper
2021-12-23default linewidth = nozzle sizeRijk van Manen
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-23increase linewidth to machine nozzle sizeRijk van Manen
0.3 profiles benefit from larger line width. PP-99
2021-12-22remove skin outline count overwriteRijk van Manen
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-20reduce top/bottom speed by 80%Rijk van Manen
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-14Merge branch 'libArachne_rebased'Ghostkeeper
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-10Remove comments from profilesGhostkeeper
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-09Marked 0.3mm profiles as experimentalp.kuiper
Relates to PP-50
2021-12-09Updated settings version number for BAM and PVAp.kuiper
Relates to PP-50
2021-12-09Added the new high density infill pattern changep.kuiper
Relates to PP-50
2021-12-08Included the T-PLA 0.3mm profiles for the S3 and S5p.kuiper
Relates to PP-50
2021-12-07Included the profiles for the S3p.kuiper
Relates to PP-50
2021-11-16no infill overlap for high density infillRijk van Manen
To avoid over extrusion for high density infill in overlap needs to be set to zero. (see PP-25)