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-01Add script to fix code signing for qt packages on macc.lamboo
CURA-9365
2022-05-16Update names of function callsj.delarago
CURA-9141
2022-05-16Use startswith for more pythonic code.j.delarago
Swap out while True with for line in f.readlines. This will now termitate without having to catch a StopIteration error. CURA-9141
2022-05-16Code style and typing improvementsJoey de l'Arago
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2022-05-16Added my script for updating one of our po files with a po file from the ↵j.delarago
community. This should save some time next time we get a scrambled po file. CURA-9141
2022-02-02Merge branch 'marketplace_redesign'Ghostkeeper
2022-01-31Add imports for typing, add spacingj.delarago
CURA-7541
2022-01-31Add space around operatorsJoey de l'Arago
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2022-01-31Add TypingJoey de l'Arago
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2022-01-31Add typingJoey de l'Arago
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2022-01-31Fix incorrect commentJoey de l'Arago
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2022-01-31Add obj_trimmer.py script for trimming obj files used for printer base plates.j.delarago
CURA-7541
2021-12-30Delete old 'Toolbox' in favour of new Marketplace.Remco Burema
part of CURA-8588
2021-09-07Fix various typosluz paz
Found via `codespell -q 3 -S *.po,*.pot -L childs,initialy,lod,ned,te,slicable,sur,tutoriels,wont`
2021-09-06Add usage instructions for the next timeGhostkeeper
We keep forgetting. Contributes to issue CURA-8472.
2021-05-18Convert identation to spaces for line_length_checker scriptJaime van Kessel
2021-05-18Add line length checker scriptJaime van Kessel
2020-07-20Correct and consistent spelling of g-codeGhostkeeper
This spelling is in Ultimaker's style guide. We use g-code, and capitalise the G if it's at the start of a sentence or header. Pretty good score, considering there are literally thousands of user- or log-visible strings mentioning g-code across Cura.
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-28Convert doxygen to rst for Cura scriptsNino van Hooff
2020-04-15Fix import script if Uranium is not on your PYTHONPATHGhostkeeper
It was doing an os.path.exists on the relative path which has no context of where we're looking from. So make it absolute first and then check for the existence of the file. Also take the correct parent folder then and improve debug output.
2020-01-20Update invalid imports checker documentationNino van Hooff
Makes it consistent with other checkers we already have
2020-01-20Rewrite invalid imports checker to PythonNino van Hooff
Makes it consistent with other checkers we already have
2019-08-08Fix encoding/decoding issues (Windows) for i18n import script.Remco Burema
part of CURA-6663
2019-07-26Fix warning message appearing for plural formsGhostkeeper
There is no msgstr then so it thinks it's empty. Contributes to issue CURA-6663.
2019-07-26Fix comparisons when source is single-line but dest is multi-lineGhostkeeper
Or vice-versa. It's now agnostic to number of lines. Contributes to issue CURA-6663.
2019-07-26Fix writing files with plural formsGhostkeeper
Contributes to issue CURA-6663.
2019-07-26Write resulting fileGhostkeeper
It seems to fail now for plurals. I didn't think of that yet. Contributes to issue CURA-6663.
2019-07-26Add documentationGhostkeeper
Contributes to issue CURA-6663.
2019-07-26Find translations in source fileGhostkeeper
So it can add the translations to the destination file. Contributes to issue CURA-6663.
2019-07-26Handle iterating over source files and finding correct destination fileGhostkeeper
Contributes to issue CURA-6663.
2019-07-26Also discover Uranium translation directoryGhostkeeper
Contributes to issue CURA-6663.
2019-07-26Add empty script to perform imports from LionbridgeGhostkeeper
I want to automate this or it'll be a lot of work. Contributes to issue CURA-6663.
2018-10-01Removed the old setting check scriptJaime van Kessel
CURA-5734
2018-09-20Fix check_setting_visibility return valueLipu Fei
2018-09-20Remove debugging linesLipu Fei
2018-09-20Rework check_setting_visibility.pyLipu Fei
2018-09-20chmod a+x check_setting_visibility.pyLipu Fei
2018-09-18Updated the script according to the requested changesAleksei S
CURA-5734
2018-09-18Update unit test for 'visibilit_settings' and removed unused settings from ↵Aleksei S
expert.cfv CURA-5734
2018-09-17Created Cura setting visibility testAleksei S
2018-09-13Merge branch '3.5' of github.com:Ultimaker/CuraJaime van Kessel
2018-09-13chmod a+x check_shortcut_keys.pyLipu Fei
CURA-5642
2018-09-13Improve shortcut check scriptLipu Fei
CURA-5642 More information in the output.
2018-09-12Print buffer filling rate rather than time frameGhostkeeper
The filling rate is more interesting. It's our input.
2018-09-06Move shortcut key check into a separate scriptLipu Fei
2018-09-06Rename script to check_gcode_buffer.pyLipu Fei
CURA-5561
2018-09-06Make annotated output gcode optionalLipu Fei
2018-09-06Move the script to scripts dirLipu Fei