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-12Update .gitignoreJelle Spijker
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-06-18Add conan generated files to the .gitignorej.spijker@ultimaker.com
Contributes to CURA-9365
2022-06-13Generate the pyinstaller spec filej.spijker@ultimaker.com
This will be generated if you do a conan install with devtools It assumes that the projects `cura-binary-data`, `fdm_materials`, `uranium`, `libcharon` are installed along side the `cura` project. It will automatically install the fdm_materials when running conan source. The pyinstall dist can be created with: ``` # Windows Powershell conan install . -pr:b cura_build.jinja -pr:h cura_release.jinja --build=missing --update -o cura:devtools=True conan source . .\venv\Scripts\Activate.ps1 pyinstaller Ultimaker-Cura.spec ``` ``` # bash conan install . -pr:b cura_build.jinja -pr:h cura_release.jinja --build=missing --update -o cura:devtools=True conan source . source venv\bin\activate pyinstaller Ultimaker-Cura.spec ``` Contributes to CURA-9365
2022-05-31Added orientiation plugin to gitignoreJaime van Kessel
2022-05-10Add Barbarian plugin to gitignoreJaime van Kessel
2022-01-19Add cura-camera-position plug-in to commonly installed plug-insGhostkeeper
I've had it on for a while to make sure we keep maintaining it.
2022-01-19Add new resources from cura-binary-data to GitignoreGhostkeeper
We shouldn't add these here any more. Add them to cura-binary-data instead.
2021-12-10Add multiprint plugin to gitignoreJaime van Kessel
2021-12-03Add some extra plugins to gitignoreJaime van Kessel
2021-09-14Revert "Merge branch 'master' of https://github.com/Ultimaker/Cura"Konstantinos Karmas
This reverts commit 6caa6576106878e9983b48266201d2e32f40ef18, reversing changes made to 4e89ee0cccabdef3c0ec8209ad9208466eef0633.
2021-09-14Ignore CuraRemoteSupportGhostkeeper
It's something that all Cura developers should be maintaining.
2020-06-29Remove spaghetti settings from 462 visible_settings when upgradingjelle Spijker
Part of CURA-7199
2020-05-11Add correct name of settings guide to ignore listGhostkeeper
2020-03-25Add SVGToolpathReader to gitignoreGhostkeeper
I like to have no untracked files in my list. This is not going to get into our source repository anyway!
2019-09-06Ignore SettingsGuide plug-inGhostkeeper
2019-08-05Add plugins/__init__.py to gitignoreChrisTerBeke
2019-04-17Merge branch 'master' of github.com:Ultimaker/Cura into ↵Jaime van Kessel
CURA-6435_new_style_add_machine
2018-12-10Added CuraDirve plugin to Cura buildAleksei S
CURA-6005
2018-08-28Add KDE .directory file in gitignoreMatteo Spinelli
2018-08-22Remove pytest cacheLipu Fei
2018-05-13Update git ignoreChrisTerBeke
2018-05-04Ignore Mypy cacheGhostkeeper
Don't want to commit that accidentally after running tests. Contributes to issue CURA-5330.
2018-05-01Ignore CuraDrivePluginChrisTerBeke
2018-01-09Stop ignoring post processing pluginChrisTerBeke
2017-12-19Sort list of plugins alphabeticallyGhostkeeper
2017-12-19Add new CAD pluginsGhostkeeper
2017-12-19Ignore new pluginsChrisTerBeke
2017-12-08ignore octoprint pluginChrisTerBeke
2017-12-05Ignore new pluginsChrisTerBeke
2017-11-22Ignore live scripting plug-insGhostkeeper
2017-11-20Merge pull request #2685 from Ultimaker/container_stack_improvementsChrisTerBeke
Container stack improvements
2017-10-16Ignore Siemens NX plug-inGhostkeeper
2017-10-05Revert "Revert "Merge branch 'fix_garbled_fonts_macos' into 3.0""Ghostkeeper
This reverts commit e07e7bc9e714843cf853f0a255ee5a8432696886. Contributes to issue CURA-4414.
2017-10-05Revert "Merge branch 'fix_garbled_fonts_macos' into 3.0"Ghostkeeper
This reverts commit b62c19206f5e494fa27eb0b877197556c559e449, reversing changes made to 104926c6ed1648ec20b4308fdacad4e99c14c8b3. Contributes to issue CURA-4414.
2017-09-28add CuraEngine to gitignoreMark
2017-09-26Ignore SolidWorksPluginGhostkeeper
Please.
2017-09-14Add CuraEngine.exe to git ignoreChrisTerBeke
2017-09-10Change Pirate language to en_7SRuben D
Since it's English from the seven seas. Contributes to issue CURA-4263.
2017-09-10Ignore new en_US localeRuben D
Contributes to issue CURA-4263.
2017-08-10Ignore generated Pirate languageGhostkeeper
This one's auto-generated by 'make extract-messages'.
2017-06-19Remove debian/ from gitignoreGregor Riepl
2017-05-12Add .DS_Store and *.qmlcMark
2017-05-09Added bigflame to gitignoreJaime van Kessel
2017-05-04Ignore default name of ProfileFlattener tooGhostkeeper
It already ignored FlatProfileExporter, but that's just a renamed version of what is now called ProfileFlattener.
2017-04-14Added more files to gitignoreJaime van Kessel
2017-04-14Added build info to gitignoreJaime van Kessel
2017-03-13Ignore .cache directory created by unit testsGhostkeeper
CTest creates this directory for its test results.
2016-11-18Cleanup againThomas Karl Pietrowski
2016-11-17Merge remote-tracking branch 'UM3NPP/master' into UM3NPP_mergeThomas Karl Pietrowski
Contributes to CURA-2862
2016-10-27Ignore externally loaded plug-insGhostkeeper
We include these plug-ins with the build system, but for development it's easy to have them linked or copied into the plug-ins folder. But don't commit them! So here we ignore these plug-ins.