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-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
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-02Disable travel acceleration/jerkRijk van Manen
This slightly improves visual quality (mainly the seam) and reduces gcodes per second. PP-9
2022-06-02Merge branch 'main' into PP-15-enable-skin-edge-supportRijk van Manen
2022-06-02Implementation of various support structure improvements as explained in ↵p.kuiper
ticket PP-108. Relates to PP-108
2022-06-02Merge pull request #12356 from p3d-dev/mainJaime van Kessel
deletion of duplicated json entries
2022-06-02Merge pull request #12418 from Ultimaker/PP-172-dont-avoid-supportsJaime van Kessel
PP-172 disable travel_avoid_supports
2022-06-02Merge pull request #12416 from Ultimaker/PP-46-print-infill-before-wallsJaime van Kessel
revert PP-37
2022-06-02Merge pull request #12412 from Ultimaker/PP-19_also_increase_jerk_for_supportJaime van Kessel
PP-19 - Also increase jerk for support
2022-06-02Merge pull request #12398 from Ultimaker/PP-93-enable-top-surface-skin-layersJaime van Kessel
reduce top/bottom flow by enabling top surface skin layers
2022-06-02Removed duplicate entry bridge fan speed 3.p.kuiper
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-01disable travel_avoid_supportsRijk van Manen
While CURA-9337 is not implemented this a mitigation to avoid unnecessary combing. PP-172
2022-06-01revert PP-37PP-46-print-infill-before-wallsRijk van Manen
PP-37 is not needed anymore because of PP-27. This solves the problem of PP-46 as well. For more details see PP-46
2022-06-01remove setting, follow the defaultRijk van Manen
PP-170
2022-06-01default retraction limit settingsRijk van Manen
most ultimaker profiles use this setting as a default. 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-05-30reduce support interface flowPP-86-reduce-support-interface-flowRijk van Manen
The reasoning of PP-86 also holds for the support interface layers, however we forgot about support when we implemented PP-86. When doing PP-108 we found this improvement.
2022-05-30reduce top/bottom flow by enabling top surface skin layersPP-93-enable-top-surface-skin-layersRijk van Manen
PP-93
2022-05-30enable skin edge supportRijk van Manen
For all ultimaker printers AND low infill density the skin edge support feature is used. PP-15
2022-05-30this if else statement is doing nothingRijk van Manen
2022-05-30Merge remote-tracking branch 'origin/main' into ↵p.kuiper
PP-3_improved_experimental_bridge_settings # Conflicts: # resources/definitions/ultimaker.def.json
2022-05-26remove duplicated machine_heated_bedp3d-dev
2022-05-26remove duplicated machine_heated_bedp3d-dev
2022-05-26remove duplicated machine_heated_bedp3d-dev
2022-05-24Merge branch 'Ultimaker:master' into master3d-hctech
2022-05-20Merge pull request #11623 from cbc02009/fix-voron-retractionJaime van Kessel
fix retraction speed and amount for direct drive afterburner.
2022-05-18Merge pull request #12188 from ↵9296Jaime van Kessel
Ultimaker/CURA-8708_remove_travel_acceleration_jerk Add setting to no longer use different jerk/acc for travels
2022-05-16voron2_base.def.json: Do not limit travel speeds to 300mm/sMartin Botka
VORON V2.4 is an fast machine. There is no reason to limit the user to 300mm/s. Unlock these speeds by removing maximum_value which makes cura fallback to machine_max_feedrate_x/y which are set to the C (299,792,458). Warning stays at 501 after Fulg talked with some VORON team members they have come to the conclusion that 501 is fine as people start hitting issues on the machine around the 500-600 range Signed-off-by: Martin Botka <martin.botka@somainline.org>
2022-05-16Merge branch '5.0'Ghostkeeper
Conflicts: plugins/Marketplace/resources/qml/PackageCardHeader.qml -> An improvement for future translations was made at the same time as a change to the label here.
2022-05-13Add setting to no longer use different jerk/acc for travelsCURA-8708_remove_travel_acceleration_jerkGhostkeeper
Enabling this adds more control, possibly improving the productivity of the printer by allowing higher acceleration and jerk rates during travel moves where they have less of an impact. Disabling this reduces the size of the g-code and the CPU requirements of the printer. Contributes to issue CURA-8708.
2022-05-13Add brackets for increased readability.Remco Burema
I had to try out what this actually did, fortunately, the result was the same as the without brackets version in all cases, otherwise we'd have a pretty weird problem. relates to PP-168 and in 5.0 becasue of CURA-9293
2022-05-13After more research it was observered that this change decreased the print ↵p.kuiper
quality of normal prints and only improved the quality in the spiral mode. Therefore the higher deviation settings is only enabled for the in spiralize mode. Relates to PP-168
2022-05-13This setting change results in a reduction of the bufferunderrun blobs that ↵p.kuiper
were observered when switching from Cura 4.13 to 5.0. Increasing the deviation results in less small segments and reduces the segments per second. Stijn Antz observered that the blob artefacts disappeared when applying this change. Relates to PP-168
2022-05-12Merge branch 'patch-1' of https://github.com/xDazld/Cura into xDazld-patch-1Ghostkeeper
2022-05-06Merge pull request #11278 from Eryone/masterRemco Burema
Add eryone_thinker_directdrive profile
2022-05-06Merge pull request #11255 from Toylerrr/masterRemco Burema
Elegoo Neptune 2 Printer Configuration
2022-05-04Merge branch 'master' of https://github.com/wanders78746/Cura into ↵Ghostkeeper
wanders78746-master
2022-04-29Fix JSON syntax errorGhostkeeper
JSON doesn't support the extra comma at the end there. It's marked as a syntax error. Contributes to issue CURA-9226.
2022-04-29Merge branch 'master' of https://github.com/MatiGabaglio/Cura into ↵Ghostkeeper
MatiGabaglio-master
2022-04-13Update xyzprinting_da_vinci_pro_evo.def.jsonAnnaKang0219
update machine_start_gcode
2022-04-07Merge branch 'master' into PP-129_increase-filter-distancePP-129_increase-filter-distanceCasper Lamboo
2022-04-07Merge pull request #11725 from Ultimaker/feat_transition_filter_limitCasper Lamboo
Feat/Fix: transition filter limit
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-07Merge pull request #11776 from Ultimaker/PP-154_adjust_horizontal_expansionJaime van Kessel
Reduced horizontal expansion offset to the theoretically correct valu…
2022-04-06Reduced horizontal expansion offset to the theoretically correct value of ↵p.kuiper
0.1*layer_height if the correction is performed on both sides of the wall (then totals 0.2*layer_height). Relates to PP-154
2022-04-06Removed the rather hacky implementation of the shrinkage factor averaging. ↵p.kuiper
Issues with dual extrusion were the second extruder is not used should solved in a different way. Relates to PP-77
2022-04-05disable wall_transition_filter_distancefeat_transition_filter_limitTim Kuipers
We don't want to filter based on the length of the filtered region, but based on the induced extra line width variation. This diables the setting for the frontend, but doesn't fully remove it yet. TODO