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-07-19Merge pull request #12442 from amweiss/patch-1Jaime van Kessel
Rename Ender-3 profile to include v2
2022-07-19Merge branch 'master' of github.com:heed818/CuraJaime van Kessel
2022-07-19Update anycubic_i3_mega_s.def.json (#11715)NilsRo
Added nozzle size Dynamic wall thickness by nozzle diameter Added filament costs to standard First layer speed inheritance Added maximum temp warnings Updated FAN Optimized initial purge of filament
2022-07-19Merge branch 'master' of github.com:3d-hctech/CuraJaime van Kessel
2022-07-19Merge branch 'master' of github.com:ANYCUBIC-3D/CuraJaime van Kessel
2022-07-19Merge branch 'feat/ender3s1-profile' of github.com:Sebazzz/CuraJaime van Kessel
2022-07-15Correct grammar of this sentenceGhostkeeper
It should really end in a period. Discovered during work on CURA-9420.
2022-07-14Merge branch '5.1'Jelle Spijker
# Conflicts: # .github/workflows/conan-package.yml # .github/workflows/cura-installer.yml
2022-07-12Enable Alternate Wall Dirs for end-users too.Remco Burema
It's a little bit unclear, but the initial reason we set this to false was because we wanted to make sure most of the 'metal print' releated features dropped in 5.1, not 5.0? still CURA-8097 .. sort of
2022-07-08Merge branch 'main' into CURA-9365jspijker
# Conflicts: # .github/workflows/ci.yml # .github/workflows/cura-installer.yml # .github/workflows/requirements-conan-package.txt # resources/definitions/Mark2_for_Ultimaker2.def.json # resources/definitions/elegoo_neptune_2.def.json # resources/definitions/elegoo_neptune_2D.def.json
2022-07-08Change default_value to value for elegoo_neptune for infill_patternJaime van Kessel
2022-07-08Change default_value to valueJaime van Kessel
2022-07-08Remove unnedeeded default_value overideJaime van Kessel
2022-07-05Fix incorrect z_hop speed for alfawiseJaime van Kessel
Fixes #12641
2022-07-04Set default for 3rd-party printers to Inside-OutGhostkeeper
Overwhelmingly in our community it seems that the overhang and seam quality is better when printing inside-out. Ultimaker found that the quality is better (in particular the dimensional accuracy) when printing outside-in. So let them have it outside-in and the rest inside-out. Made after experimental evidence on Reddit (and in the past on Github).
2022-06-30Add resolve value for Raft Base Wall CountGhostkeeper
It's also a global setting and there is no particular reason for this to not be settable by a material profile or anything. Done as a 5 minute fix.
2022-06-29reduce minimum support xy distanceRijk van Manen
Setting this value smaller could cause scarring when the nozzle offset calibration is not performed. A higher value causes a too big gap between the model and support, resulting in support not being attached to the model on sloped surfaces. PP-185
2022-06-29increase support horizontal expansionRijk van Manen
A bigger horizontal expansion is improving the stability of the support structure. Setting the Support Horizontal Expansion > Support X/Y distance causes the support folding around the object, making it way harder to remove and introducing a lot of additional stringing. PP-185
2022-06-29default ultimaker values result in warningsRijk van Manen
With the updated support settings of PP-108 some settings results in warnings. The warning limits are changed to avoid this. PP-185.
2022-06-29Merge pull request #12636 from Ultimaker/PP-185-improve-support-reliabilityJaime van Kessel
PP-185_improve-support-reliability
2022-06-28Merge branch '5.1'Ghostkeeper
2022-06-28Add resolve function to Remove Raft Inside CornersGhostkeeper
That way, an extruder profile can say that they want this. If any extruder needs this setting enabled, it will be enabled for the whole print. Done as a 5 minute fix.
2022-06-28default ultimaker values result in warningsPP-185-improve-support-reliabilityRijk van Manen
With the updated support settings of PP-108 some settings results in warnings. The warning limits are changed to avoid this. PP-185.
2022-06-28increase support horizontal expansionRijk van Manen
A bigger horizontal expansion is improving the stability of the support structure. Setting the Support Horizontal Expansion > Support X/Y distance causes the support folding around the object, making it way harder to remove and introducing a lot of additional stringing. PP-185
2022-06-28reduce minimum support xy distanceRijk van Manen
Setting this value smaller could cause scarring when the nozzle offset calibration is not performed. A higher value causes a too big gap between the model and support, resulting in support not being attached to the model on sloped surfaces. PP-185
2022-06-17Fix multiple issues with profilesJaime van Kessel
That's what you get from not having tests running remote.
2022-06-17Remove filter_out_tiny_gaps from definitionsJaime van Kessel
This setting doesn't exist anymore.
2022-06-15Revert "disable travel_avoid_supports"j.delarago
This reverts commit 8f2dff712ec18046bf76211fa3a8dd7d20647d30.
2022-06-15Merge pull request #11721 from Haxk20/patch-1Jaime van Kessel
voron2_base.def.json: Do not limit travel speeds to 300mm/s
2022-06-15Merge pull request #12488 from Ultimaker/PP-108_Improved_support_settingsRemco Burema
PP-108 improved support settings
2022-06-15Correct description for Enable Travel JerkGhostkeeper
Done as a 5 minute fix.
2022-06-13Processed review comments of Rijk van Manen + cleanup redundant support_z ↵p.kuiper
related settings Relates to PP-108
2022-06-10Remove incorrect maximum_value for bridge_skin_densityJaime van Kessel
Whoops. That should have already been removed. Fixes #12455
2022-06-09Update configurations for these 3 printers of HCTECH3d-hctech
Update configurations for these 3 printers of HCTECH
2022-06-09Merge branch 'Ultimaker:main' into master3d-hctech
2022-06-08Bug fix for tree support. Wall count should switch to 1 for tree support.p.kuiper
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-08Made xy support distance to the wall 1mm iso support_offset (support_offset ↵p.kuiper
was 0mm when no support interface was used). Restored the default 0.1mm z distance for the UM2 familie. 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-08Fixed typo in minium_support_area formulap.kuiper
Relates to PP-108
2022-06-04Rename Ender-3 profile to include v2Adam Weiss
2022-06-03Add zigzag support pattern to ultimaker.def.json.p.kuiper
Relates to PP-108
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-03Bug fixes in ultimaker.def.json file. Formulas do not require '=' and ↵p.kuiper
strings must be double quoted. Relates to PP-108
2022-06-03Cleaned up of the support settings for the S5 quality modes.p.kuiper
Relates to PP-108
2022-06-02Forgot a comma, fixed json.p.kuiper
Relates to PP-108
2022-06-02Merged in changes in from main.p.kuiper
Relates to PP-108
2022-06-02Merge branch 'main' into PP-108_Large_speed_up_in_PVA_support_printingp.kuiper
# Conflicts: # resources/definitions/ultimaker.def.json
2022-06-02Merge pull request #12394 from Ultimaker/PP-15-enable-skin-edge-supportJaime van Kessel
PP-15-enable-skin-edge-support