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-06-15Revert "disable travel_avoid_supports"j.delarago
This reverts commit 8f2dff712ec18046bf76211fa3a8dd7d20647d30.
2022-06-03Switching on support gradual infill and support offset to 2*line width when ↵p.kuiper
support interface layer is enabled. Relates to PP-108
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 pull request #12418 from Ultimaker/PP-172-dont-avoid-supportsJaime van Kessel
PP-172 disable travel_avoid_supports
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-01disable travel_avoid_supportsRijk van Manen
While CURA-9337 is not implemented this a mitigation to avoid unnecessary combing. PP-172
2022-06-01remove setting, follow the defaultRijk van Manen
PP-170
2022-06-01Also changed the jerk setting for support material to 20mm/s to prevent flow ↵p.kuiper
ringing in the support material and increase productivity. Relates to PP-19
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-15remove all wall_thickness statementsRijk van Manen
All print profiles are following the global rules, no print profile specific exceptions. PP-115
2022-02-22update definitions of ultimaker2+C, S3 and S5Rijk van Manen
These printers have the same feeder and therefore share the same retract settings. The retract speed is set high by default and the unretract speed low by default. This is a safe and good default. PP-96
2021-11-15change infill pattern to zigzag for >80% infillRijk van Manen
This is done for all ultimaker profiles (PP-25).
2021-11-10PP-60: Remove thin wall settings from the S5 profilep.kuiper
2021-11-09PP-60: Major clean up. Moved all common (libArachne + 4.12) settings to ↵p.kuiper
ultimaker.def.json from which all Ultimaker machines inherit their values
2021-11-09PP-60: Iteration 3 settings + 4.12 settings changes applied to the S5 machinep.kuiper
2021-10-21Fixes bug in top bottom pattern settingsTHeijmans
As discussed in CCB, mistake was made which led to no skin being printed. This fixes it. PP-44
2021-10-21Removes missed line width settingsTHeijmans
As discussed in CCB, now every line width setting will inherit from the right place
2021-10-20Merge branch 'master' into merge_main_20211019Remco Burema
2021-10-12Bug fixes.p.kuiper
- Removed default value when value is already set. - Make sure UM3 and UM3 extended variants are the same
2021-10-11- Bug fix error due to string overrides.p.kuiper
- "Minimum_value" changed to "minimum_warning_value" - PVA (BB0.4 and BB0.8) require low support jerk settings for good adhesion - Support roof does follow print_jer and no warning levels set
2021-10-11- Reverted the print profiles to changes agreed by the Print Profile CCB ↵p.kuiper
from 06-10-2021 14:00-15:00
2021-09-29Merge branch 'master' into PP-1-Improved_print_profilesp.kuiper
# Conflicts: # resources/definitions/ultimaker_s3.def.json # resources/definitions/ultimaker_s5.def.json
2021-09-29- Only use monotonic order in top layer (increase print speed).p.kuiper
- Explicitly set combing mode to the new 'no_outer_surfaces' strategy - Adjusted the engineering profiles to use 100% wall flow and triangle infill pattern
2021-09-29Remove the value of retraction combing in S3 and S5Konstantinos Karmas
So that they can inherit the formula of calculating the retraction combing from the fdmprinter. This way, the combing will be changed according to whether the monotonic top/bottom order and ironing are used. CURA-7976
2021-09-29Print profile improvements:p.kuiper
- Infill pattern: from triangles to lines => less strong but better visual appearance on large horizontal surfaces - Infill before walls: from true to false => prevent infill push out walls and show artefacts - skin_monotonic:from false to true => low reduction in print time vs large quality increase Note: this switch also sets: retraction_combing from 'all' to 'noskin' The 'noskin' options prevents scarring in top surfaces and gloss streaking in large horizontal surfaces See: CURA-7976 for details - wall_material_flow: from 100% to 90% => reduces line width variations due to overextrusion in walls. Less gloss streaking and more uniform horizontal walls - top_bottom_pattern: from lines to zigzag => prevent the short jerky travel moves of the lines pattern around the walls. Results in a nicer top surface - meshfix_maximum_resolution from (speed_wall_0 + speed_wall_x) / 60 to (speed_wall_0 + speed_wall_x) / 150 => reduce visibility of line segments due to rounding. This will create a higher change of a buffer underrun = surface blobs
2021-09-28Remove "default_value" since the "value" overrides itKonstantinos Karmas
CURA-7976
2021-09-28Remove deleted settings from machine definitionsJaime van Kessel
2021-09-16Increase maximum extrusion deviationTHeijmans
See LibArachneBeta slides
2021-09-16Turns on print thin wallsTHeijmans
For Arachne profile iteration 2, PP-2
2021-09-16Turn on back pressure compensationTHeijmans
Initial setpoint at 50%, as in PP-2
2021-09-16Removes accidental commaTHeijmans
2021-09-16Set line widths equal to nozzle diameterTHeijmans
and remove line width lines from profiles (PP-13)
2021-09-15Updates wall order and top surface qualityTHeijmans
For PP-5, PP-27, PP-29
2021-09-15Updates acceleration settings to a max of 3500mmps2THeijmans
And increases minimum to 1000mmps2.
2021-09-15Updates Jerk settings to a minimum of 20mmpsTHeijmans
For PP-1
2021-09-07Minimal jerk of 20mm/s for all profiles.p.kuiper
2021-08-12Merge branch 'master' into libArachne_rebasedJelle Spijker
2021-08-06Also remove not-existing-anymore settings from definitions and the like.Remco Burema
CURA-7279
2021-08-02Merge branch 'master' into CURA-7689_beta_release_notificationsKonstantinos Karmas
2021-07-29Update the update_url's for firmware updatesJaime van Kessel
CURA-7689
2021-06-24Revert "Revert CURA-8055 in the 4.10 branch. This should not have been ↵Ghostkeeper
merged in there." This reverts commit 4d29de45796dc42f76c774a216a0601bb57cf790. Effectively this re-applies the changes for CURA-8055 / #9957.
2021-06-24Revert CURA-8055 in the 4.10 branch. This should not have been merged in there.Ghostkeeper
Revert "Change file extension to .umm" This reverts commit 56db7f7144083df4bca77746d7ee30f2a54fda36. Revert "Re-enable compression" This reverts commit 62bc9be22bbc5595dbfce69893163c3a0ebc4415. Revert "Add documentation" This reverts commit e9031f1aff5d40f3c69ac625edf11963a3253eb8. Revert "Fix writing bytes to string-stream" This reverts commit 66b2825a667f9aa9618005d2a5875383a3658f4f. Revert "Hide button entirely if no export is available" This reverts commit ec727e1068c3ac2cab7f95fb88c5d4d101e28e17. Revert "Basic implementation of exporting all materials in a .zip archive" This reverts commit bdcaef134f556f455f352786123476ec40e3ae4c. Revert "Implement default path for exporting all materials" This reverts commit e66783664bf73dd9b1e3c6af6f01321763470d2e. Revert "Implement a sync button and file dialogue to export all materials" This reverts commit abba3bdd10a994a1b38bcb426a27ba379febeac7. Revert "Add notion of whether printers support the material export archive" This reverts commit f436cb8e7b879a8913b25f2a049413ec0721f1c5.
2021-06-08Add notion of whether printers support the material export archiveGhostkeeper
Contributes to issue CURA-8055.
2021-04-21Reduce gantry height of UMS5 and UMS3Ghostkeeper
One of our engineers found experimentally that his 60mm model was crashing into the gantry. And indeed it is confirmed with the designs of the UM3/S5 print head that the space between the nozzle tip and bottom of the gantry is 57mm. Allowing for some play in the dimensions of the print head and the positioning of the nozzle in the print head, 55mm is agreed as a safe distance. Fixes issue CURA-8182.
2020-05-08Apply version upgrade maximum deviation change to built-in profilesGhostkeeper
For some this is not exactly restored as their original since this setting is limited to micron precision as well. Contributes to issue CURA-7420.
2020-05-08Merge branch '4.6'Ghostkeeper
Conflicts: plugins/VersionUpgrade/VersionUpgrade460to462/VersionUpgrade460to462.py -> On master we removed the getCfgVersion function, while we moved the entire plug-in to a different folder in 4.6. resources/definitions/skriware_2.def.json -> On master we merged a PR that changes more or less all settings, while on 4.6 we doubled the maximum deviation.
2020-05-04Double the meshfix_maximum_deviationKostas Karmas
CURA-7421
2020-04-28Remove old 'category' metadataGhostkeeper
Most of it was incorrect and very inconsistent too. These are not used by our code any more.
2020-04-01Halve the defaults in Cura's built-in profile for maximum deviation tooGhostkeeper
Apply the version upgrade to these profiles too, essentially. Contributes to issue CURA-7282.
2019-10-22Remove ID metadata fields from definition filesGhostkeeper
They are not being used any more. For some reason people thought that an exception was made for extruders or something. And people keep adding them for the definition files too. I'll add a test to prevent that.