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
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-11-24Increase top distance by 1 layer for profiles using tree supportGhostkeeper
We changed tree support to have a correct top distance now. If you ask for 0 top distance, you get 0 top distance. If you ask for 0.2mm top distance, you get 0.2mm top distance (rounded to layers). Previously the top distance was too high. Yet it seems that people were happy with how easily Tree Support was removed from the print. So this is a best-effort attempt to keep the final result similar to what it was originally. It won't work for everything, I fear. But it's about as good as we can make it. Contributes to issue CURA-7624.
2021-06-16Merge branch 'master' into libArachne_rebasedGhostkeeper
Conflicts: cura/CuraApplication.py: Setting version fdmprinter and fdmextruder: Setting version intents, qualities and variants: Setting version Changelog: 4.9.1 was added, should be below Arachne changes
2021-06-11Standardise capitalisation of printer namesGhostkeeper
Some contributors seem to have a shift key stuck here or there. Many 'stylised' capitalisations weren't reflected even on the manufacturer's websites, or were also stylising words like 'pro' and 'dual' or even actual chemical names like 'nylon'. Normalising the caps makes it more fair for everyone, since all of these are written in the same font. As discussed with the Cura team.
2020-12-10Partial revert: Don't remove 'Print Thin Walls'.Remco Burema
It still makes sense, even in a libArachne/Variable Line Width sense. CURA-7148
2020-12-09... also of course delete them from definitions.Remco Burema
Context: Print Thin Walls and Fill Perimeter Gaps are old settings that aren't needed any more since we switched to libArachne (Varianble Line Widths). CURA-7148
2020-12-08Merge branch 'master' into libArachne_rebasedGhostkeeper
2020-11-28Fixed typo: positionning -> positioningOr Bin
2020-11-13Merge remote-tracking branch 'origin/master' into libArachne_rebasedJelle Spijker
# Conflicts: # resources/definitions/flyingbear_base.def.json
2020-11-03Change maximum resolution from 0.05mm to 0.25mmGhostkeeper
This was found to be better in https://github.com/Ultimaker/Cura/issues/8321 due to changes to the simplification function. Other printers are assumed to have a similar effect, or have their original value copied from Creality printers.
2020-10-25Merge branch 'master' into libArachne_rebasedGhostkeeper
2020-09-28Add support for Creality CR-6 SE (#8407)Mathieu
* Add Creality CR-6 SE definition Also did a few changes in the creality base. * Add Creality CR-6 SE Nozzle variants * Update creality_base.def.json Reverted back to the 4.7 base file * Update creality_cr6se.def.json * Update creality_cr6se_0.8.inst.cfg * Update creality_cr6se_0.6.inst.cfg Updated to version 16 * Updated to version 16 * Updated to version 16 * Update to version 16 * Update to version 16 * Update to version 16
2020-08-17Merge pull request #8106 from ↵Jaime van Kessel
Ultimaker/CURA-7559_remove_wall_overlap_compensation_in_arachne CURA-7559: Remove all references to Wall Compensation from the resources/ in arachne
2020-07-24Remove all references to Wall Compensation from the resources/Kostas Karmas
CURA-7559
2020-07-23Remove references to support_tree_enable in 3rd-party printersKostas Karmas
CURA-6711
2020-01-08Minimum support area was always supposed to be small.Remco Burema
2019-10-14Fix typos in g-code commentsGhostkeeper
2019-09-03Apply proposed Creality changesGhostkeeper
These are the changes currently confirmed by multiple people in this comment: https://github.com/Ultimaker/Cura/issues/6106#issuecomment-524241165 Contributes to issue #6106.
2019-08-22Don't remove skirt when printing with supportGhostkeeper
According to tests by theWaldschrat and Liger0, the skirt is still necessary when support is enabled. Fixes #6229.
2019-08-12Add formulas to the definition file so they get notified of updatesJaime van Kessel
This is a work around for a rather fundamental issue with the current setting system; The relationships are only created based on the definitions. So if a definition doesn't have a formula, but a profile does, it doesn't get updated in the interface. CURA-6708
2019-08-07Remove has_machine_materials and has_variant_materialsLipu Fei
They are not used.
2019-07-31Creality machines - lower Z-hop speed to 5trouch
2019-07-31Increase maximum Z speed to 10Ghostkeeper
The default for the Z hop speed is 10, so otherwise it wouldn't slice if Z hops are applied. Contributes to issue CURA-6679.
2019-07-03Make corrections to manufacturer fieldsGhostkeeper
When it's categorised by manufacturer these mistakes become more apparent. Contributes to issue CURA-6635.
2019-07-03Really don't make creality_base a visible printerGhostkeeper
It's not a printer. It's a base profile. Every printer in the list of printers should coincide with a physical printer, with the one exception of Custom FFF Printer. If we find settings that work for all printers we should apply it to fdmprinter so that we do apply it to every printer. Contributes to issue CURA-6554.
2019-07-03Merge branch 'trouch-fix/creawsomemod' of github.com:trouch/Cura into ↵Ghostkeeper
trouch-fix/creawsomemod
2019-07-03Fix profilesLipu Fei
2019-07-02Change creality_base name to "Creawsome Custom"trouch
2019-07-02Update creality_base def with last Creawsome onetrouch
2019-07-02Make base Creality profile invisible (but the rest visible)Ghostkeeper
This makes it more logical to the user who just has a certain printer model. Contributes to issue CURA-6554.
2019-07-02Rename creawsome to crealityGhostkeeper
These are now meant to be the one-and-only Creality profiles, replacing the old profiles originally in Cura. Contributes to issue CURA-6554.