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-03-29Increment setting_version to 20Ghostkeeper
We've removed a bunch of settings and transformed others. To allow profiles to be checked for these and edited if necessary, we now need to increment this version number. Contributes to issue CURA-8466.
2021-09-15Change the setting version to 19Konstantinos Karmas
Since the setting version 18 is used in the arachne beta build, we decided to make the the setting version to 19 in the normal releases, so that we make sure that projects made in arachne beta won't use any version upgrade scripts if a user attempts to open them in 4.12. CURA-8510
2021-09-14Increment setting_version to 18Ghostkeeper
We now have version 18, where Flsun Super Racer has customised profiles. Nothing changes in the built-in profiles. It only needs a change in the machine instances. Contributes to issue CURA-8510.
2021-06-28Unrevert new icon set for all of Cura's interfaceGhostkeeper
We created a new set of icons for Cura. These icons had to be reverted though because they weren't working out in the interface for the last release yet. This unreverts them, basically adding them back hoping that we'll get them fixed in time for the next release. Contributes to issue CURA-8342. Revert "Revert "Fix merge conflict"" This reverts commit bb20e3307f43edc1ff53cb154d2351ddfe39e158. Revert "Revert "Merge pull request #9716 from Ultimaker/CURA-8010_new_icons"" This reverts commit 70e4e9640e561e18a12870f30c905203ce8ccee7. Revert "Revert "Fix typo in icon name"" This reverts commit 38ce22ba7c3f40b971bc6e1e0a8e776ca9d51512. Revert "Revert "Add list for deprecated icons"" This reverts commit 119a957e7f978dbf1ddbcb3b0005bf38e8fed943. Revert "Revert "Add Function icon"" This reverts commit 760726cf0bb953bb1b0fc277b448f419d4bd2544. Revert "Revert "Switch out inherit icon"" This reverts commit 26afff609381e2004d194c280f504b6226859bd3. Revert "Revert "Merge branch 'CURA-8205_Introduce_new_icons_in_Cura' of github.com:Ultimaker/Cura"" This reverts commit 6483db3d47ee052c1a966cdee3af7190577a5769. Revert "Fix incorrect icons" This reverts commit 02a4ade2a50a943ff36fd4895bdc9261cf2133eb.
2021-05-27Revert "Merge pull request #9716 from Ultimaker/CURA-8010_new_icons"Jaime van Kessel
This reverts commit 6120d8a054b8c04bf90b8b3d3cb219d691bece2f, reversing changes made to 95652556fef90f70adbf25bfa9bd3b8af7220d4a.
2021-05-10Update setting version to 17 for 4.10Kostas Karmas
CURA-8212
2021-04-26Update Iconsjelle Spijker
Subdivided the new icons in 3 size categories. As requested by UX Used the company naming scheme for uniformity and easy recognition. Known issues: - Top/Bottom category wasn't taken into account by UX at the time. Since this is a recent addition. Both the Walls and Top/Bottom will be updated. - Cloud/Network connection icons 12px don't render correctly. Due to the theme-ing. - Extruder Icons do not render correctly. CURA-8010_new_icons
2020-09-02Don't forget to also upgrade fdmextruderGhostkeeper
This one doesn't inherit from fdmprinter so it doesn't get the updated version number. Contributes to issue CURA-7118.
2020-05-08Increment setting version to 15Ghostkeeper
Once more into the fray. Contributes to issue CURA-7420.
2020-05-04Up the setting version to 14 in all the resoursesKostas Karmas
CURA-7421
2020-04-01Forgot to increment setting version in definitionsGhostkeeper
Contributes to issue CURA-7282.
2020-03-30Increment setting version to 12Ghostkeeper
This is necessary for the version upgrade to run. Contributes to issue CURA-7328.
2019-11-20Also bump up the version nr of FDMExtruder & FDMPrinterJaime van Kessel
CURA-6522
2019-09-24Update setting_versionLipu Fei
CURA-6799
2019-07-23Added upgrader for 4.3Jaime van Kessel
2019-06-12Increment setting_version to 8Ghostkeeper
This is required for the version upgrade. Contributes to issue CURA-6311.
2019-03-11Update setting_version to 7Ghostkeeper
For these profiles it was somehow outdated.
2019-03-08Correct setting version for definition filesGhostkeeper
Otherwise the container provider actually rejects loading it completely. Contributes to issue CURA-6270.
2018-11-22Fix typoJaime van Kessel
2018-11-16Improve grammar and do similar fix for extruder end g-codeGhostkeeper
Contributes to issue CURA-5906.
2018-11-16Clarify some setting descriptionsJaime van Kessel
2018-08-21Add machine_extruder_cooling_fan_number setting to specify print cooling fan ↵Mark Burton
for each extruder.
2018-01-31Fix material_diameter handling in ExtruderStacksLipu Fei
CURA-4898
2018-01-16Correct default material diameter value for single-extrusion machinesLipu Fei
CURA-4812
2018-01-02Add material_diameter to fdmextruder definitionLipu Fei
CURA-4708
2017-11-29Merge branch 'master' into feature_local_container_serverGhostkeeper
Contributes to issue CURA-4243.
2017-11-02Remove ID from definition filesGhostkeeper
Sometimes it's out of sync. Sometimes even missing. Let's just not use that any more. Contributes to issue CURA-4243.
2017-10-31Add default position to fdm extruder definition - CURA-4482ChrisTerBeke
2017-08-11Make manufacturer for base fdm- definitions unknownGhostkeeper
They are always overwritten, but if it isn't overwritten we don't know the manufacturer for the printer. Contributes to issue CURA-4159.
2017-08-11Change Ultimaker manufacturer to Ultimaker B.V.Ghostkeeper
The material profiles are sent to UM3 with a manufacturer that's obtained from the printer definition rather than the material definition. The printer definition was 'Ultimaker' rather than 'Ultimaker B.V.' and the printer checked against this. Contributes to issue CURA-4159.
2017-06-22Change to use machine_nozzle_idLipu Fei
CURA-3872 We cannot assume that all nozzles will have IDs like "<type> <size>" such as "AA 0.4", so we should use a complete string as the nozzle IDs.
2017-06-22Add machine_nozzle_type and set them in UM3 and UM3XL variantsLipu Fei
CURA-3872 We add a new setting "machine_nozzle_type" to give the engine information about the nozzle type, such as "AA" and "BB". This is applicable to UM3 and UM3XL.
2017-05-12Also add setting_version to fdmextruderGhostkeeper
Since it obviously doesn't inherit from fdmprinter. Contributes to issue CURA-3427.
2017-05-08Make extruder_nr settable per extruderGhostkeeper
It is actually being set per extruder right now, since this is where the definition gets its extruder number from. If the setting is not settable per extruder, the ExtruderStack skips the setting entirely and defers to the global stack, which doesn't have the setting and so None is returned. This was giving errors. Contributes to issue CURA-3772.
2017-04-10Allow setting the nozzle size through the extruder definitionfieldOfView
2016-10-04JSON fix: disable prime position by default for each machine (CURA-2521)Tim Kuipers
2016-08-17Re-enabled prime positionJaime van Kessel
CURA-2130
2016-08-10Change "Bed"/"Platform" to "Build Plate"fieldOfView
UXD-76
2016-07-20Changed some warnings into errorsJaime van Kessel
CURA-1706
2016-07-15JSON fix: disabled prime location by default (CURA-1816)Tim Kuipers
2016-07-15JSON fix: moved prime location to category platform_adhesion (CURA-1816)Tim Kuipers
2016-07-14Better warning values for extruder prime posGhostkeeper
Based on the machine dimensions and nozzle position. Contributes to issue CURA-1816.
2016-07-11Define extruder_prime_pos_* in fdmextruder tooGhostkeeper
We need to have it in both, because it needs to be changed by the inheriting definitions (so it needs to be defined in fdmextruder) but it also needs to be defined for single-extrusion printers (so it needs to be in fdmprinter). I copied these definitions from fdmprinter. Contributes to issue CURA-1816.
2016-06-15Make extruder_nr a string valueGhostkeeper
It's an enum after all, and the front-end doesn't work well with enums that are ints. The code for the back-end should remain the same. Contributes to issue CURA-1716.
2016-06-07JSON feat: replaced global_only with four properties ↵Tim Kuipers
settable_per_[mesh|extruder|meshgroup] and settable_globally for fdmextruder settings (CURA-1558)
2016-06-02Change setting type for extruder_nr settingsGhostkeeper
This way it can determine the difference between an integer and an index in the extruder list. Contributes to issues CURA-1278.
2016-05-27Remove reference to machine_extruder_countGhostkeeper
This setting is not defined in this definition so it can't find the value of it here. I've re-introduced the maximum_value statically in the Jedi implementations of this setting. Contributes to issue CURA-1278 and CURA-351.
2016-05-27JSON lil fix: superflious comma (CURA-1616)Tim Kuipers
2016-05-26fix: moved extruder definition settings to a new file fdmextruder.def.json ↵Tim Kuipers
(CURA-1616)