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-04-01Removed the settings: "material_shrinkage_percentage" and update code that ↵PP-77_shrinkage_compensation_for_PLA_TPLA_PETGp.kuiper
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-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-31Set visibility of shrinkage settings to true. Enable visibility in advanced ↵p.kuiper
(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-31Set Top Surface Layers to 0 and adjust flow to compensateGhostkeeper
It doesn't really work well with the monotonic order here. Contributes to issue CURA-9065.
2022-03-31Should be false by default.Remco Burema
Otherwise it'll mess up for most existing printers. part of CURA-9078
2022-03-30Merge branch 'PP-104_respect-maximum-flow-AA08'Ghostkeeper
2022-03-30Merge branch 'PP-93_improve-top-bottom-flow'PP-115_improve-default-linewidthsGhostkeeper
2022-03-30Merge branch 'CURA-8466_version_upgrade_50' of github.com:Ultimaker/CuraJaime van Kessel
2022-03-30Prevent crash on setConnectionState when no global stack is setJaime van Kessel
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-29Merge branch 'master' into CURA-8466_version_upgrade_50Ghostkeeper
Conflicts: resources/definitions/fdmprinter.def.json -> Removed a setting while on master it was made hidden. Conflicting CURA-8466 with CURA-9069.
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-29Remove Variable Line StrategyGhostkeeper
We will only support the Inwards Distributed strategy type from here on out. You can achieve a similar result as that one by adjusting the Wall Distribution Count setting (1 is Center Deviation, 2 is Inwards Distributed, 999999 approximates Distributed). Contributes to issue CURA-8466.
2022-03-29Correct new preferences versionGhostkeeper
Apparently this was also incremented since we made the original version of this upgrade for 4.9. Works now. Contributes to issue CURA-8466.
2022-03-29Remove filter_out_tiny_gaps from prepackaged profiles tooGhostkeeper
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-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-29Upgrade 19 to 20, not 17 to 19Ghostkeeper
I was mixing up the versions there. The new version needs to be 20, since 19 was already used for 4.13. We can't use 18 since that was reserved by the betas from which we can never upgrade. Contributes to issue CURA-8466.
2022-03-29Don't disable fuzzy skin any moreGhostkeeper
It's added back in for the stable release. Contributes to issue CURA-8466.
2022-03-29Replace Equalize Filament Flow with equivalent settingGhostkeeper
Instead of removing it, let's replace it with something that performs the same sort of functionality. Contributes to issue CURA-8466.
2022-03-29Remove Filter Out Tiny Gaps settingGhostkeeper
It is no longer used since we've removed the Fill Gaps Between Walls setting. This setting is no longer referred to from CuraEngine. Contributes to issue CURA-8466.
2022-03-29Upgrade correct setting_versionsGhostkeeper
Also removed this mistake from Arachne Beta 1. Cura 4.13 already had stack version 5, so it's no longer necessary to have both. Contributes to issue CURA-8466.
2022-03-29Merge branch 'center_last_setting' of github.com:Ultimaker/CuraJaime van Kessel
2022-03-29Disable the variable line strategy option in the UI CURA-9069 (#11705)pkuiper-ultimaker
* Disable the variable line strategy option in the UI Relates to PP-143 CURA-9069 Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2022-03-29Rename VersionUpgrade49to50 to VersionUpgrade413to50Ghostkeeper
It's going to upgrade from 4.13 to 5.0. We will not support an upgrade path from the alpha/preview-betas to the stable release. Contributes to issue CURA-8466.
2022-03-25Merge pull request #11345 from Ultimaker/scale_fan_speedRemco Burema
Add 'Scale Fan Speed From 0 to 1' Setting.
2022-03-25Merge pull request #11706 from Ultimaker/CURA-7810_remove_deprecated_functionsJoey de l'Arago
Remove deprecated functions
2022-03-25Merge branch 'master' into scale_fan_speedRemco Burema
2022-03-25Remove area_deviation from ultimaker.def.jsonJaime van Kessel
CURA-9036
2022-03-25Merge branch 'CURA-9036_fix_average_width_simplify' of github.com:Ultimaker/CuraJaime van Kessel
2022-03-25Merge branch 'new-splashscreen' of github.com:Ultimaker/CuraJaime van Kessel
2022-03-25removed wrong enterprise image10r3n20
2022-03-25Remove unrecognised properties from fdmprinterJaime van Kessel
No idea how they got there, but it caused a warning spam
2022-03-25Fix errors in workspace dialogJaime van Kessel
2022-03-25updated payoff10r3n20
2022-03-25remove wall_order_center_lastcenter_last_settingTim Kuipers
We decided this setting had no real use to the user
2022-03-25fix default for inset_directionTim Kuipers
2022-03-24Revert "Set the default value of the Maximum Extrusion Area Deviation to ↵Remco Burema
50.000um2 and remove the warning levels." This reverts commit 3c4c91947e4eed82babe58550316789ffcde2444.
2022-03-24Remove Extruders property from global stackCURA-7810_remove_deprecated_functionsJaime van Kessel
CURA-7810
2022-03-24Remove "cornerSide", "shadowColor" and "shadowEnabled" from ActionButtonJaime van Kessel
CURA-7810
2022-03-24Remove printeroutput modelJaime van Kessel
CURA-7810
2022-03-24Remove old arranger codeJaime van Kessel
Major vesion upgrade, time to clean some stuff up! CURA-7810
2022-03-24Remove cura.PrinterOutputDeviceJaime van Kessel
Since we are moving up a major version, time to clean up deprecation warnings CURA-7810
2022-03-24Fix textfield height for entering project name in DLc.lamboo
from eccb @fvrmr
2022-03-23Merge pull request #11589 from Ultimaker/spiralize_bottom_fixJaime van Kessel
disable 100% infill bottom layers trick for spiralize
2022-03-23Add security policyJaime van Kessel
As suggested by artem-smotrakov
2022-03-22Merge branch 'fix_scrollview_scrollbars' of https://github.com/fieldOfView/CuraJaime van Kessel
2022-03-22Merge branch 'fix_disallowed_brim_gap_distance' of github.com:Ultimaker/CuraJaime van Kessel
2022-03-22Fix "double"/non-functional scrollbars on ScrollViewsfieldOfView
2022-03-22Fix Transitioning angle description with what it's actually for (#11335)Tim Kuipers
* Fix Transitioning angle description with what it's actually for * Transitioning Angle Spelling and grammar. --author=Ruben Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com> * Simpler description for Wall Transitioning Threshold Angle * lil typo Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2022-03-22Don't check on type equality to check if `material` is setcasper
As suggested by code review CURA-9044