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
2020-03-26Reduce retraction at the end of all Anet g-codeGhostkeeper
Multiple people have found this to work better. Fixes #7275.
2020-02-07Don't use spaces in definition IDsGhostkeeper
Use underscores. Spaces are encoded differently with the quote_plus function and also the translation system borks on these. Contributes to issue CURA-7201.