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
2017-01-26initial bed temperature: resolveOrValue to the rescue. CURA-3307Jack Ha
2017-01-24fix: let initial layer bed temp depend on bed temp (CURA-3307)Tim Kuipers
2017-01-23Workspace & load image dialog can now be resizedJaime van Kessel
CURA-3247
2017-01-11JSON fix: prime tower thickness defaulted to zero, rather than defaulting to ↵Tim Kuipers
full prime tower (CURA-3175)
2017-01-08Correction of Russian translation.Ruslan Popov
2017-01-06Add Russian language into select control on General Page.Ruslan Popov
2017-01-06Added Russian translation.Ruslan Popov
2017-01-06Added support mesh and anti overhang mesh to exclude list in settingviewJaime van Kessel
CURA-3177
2016-12-28Update translation templatesGhostkeeper
These are the string changes that have been introduced for version 2.4.
2016-12-19Allow floating point values higher than 9.9999Ghostkeeper
It would allow only one digit before the radix. Contributes to issue CURA-3157.
2016-12-19Fix prime tower position limits w.r.t. the origin of its placementGhostkeeper
The origin of the prime tower's coordinates are on the front-right side of the prime tower. We should adjust the minimum and maximum values of the position of the prime tower to account for that, rather than having the limits be based on the centre of the prime tower.
2016-12-19Merge branch '2.4' of github.com:Ultimaker/Cura into 2.4Jaime van Kessel
2016-12-19Default of don't show again checkobx is now trueJaime van Kessel
CURA-1263
2016-12-16Fix plural form for number of overridesGhostkeeper
Contributes to issue CURA-1263.
2016-12-16Remove commented material names repeaterGhostkeeper
Nallath intended to remove this, he says. Contributes to issue CURA-1263.
2016-12-16Update documentation of this stack description I foundGhostkeeper
Not really related, but doesn't hurt. So... does not contribute to issue CURA-3157.
2016-12-16Tighten regex for floatsGhostkeeper
You're no longer allowed to type multiple radices, for instance. Contributes to issue CURA-3157.
2016-12-16Changed margins on save & load workspace dialogJaime van Kessel
CURA-1263
2016-12-16Order of extruders is now sorted by positionJaime van Kessel
CURA-1263
2016-12-16Added extruder information to workspace summary dialogJaime van Kessel
CURA-1263
2016-12-16Added machine type to workspace summary dialogJaime van Kessel
CURA-1263
2016-12-16Added num user settings to save project dialogJaime van Kessel
2016-12-16Update current item when importing new materialGhostkeeper
Since we select the newly imported material, we need to update the current item so that the window on the right also gets updated. Contributes to issue CURA-3138.
2016-12-16Make translation hint a bit more clear for translatorsGhostkeeper
The old message didn't really say anything useful. Contributes to issue CURA-3138.
2016-12-16Correct Prime Tower Wall Thickness for if prime_tower_size == 0Ghostkeeper
If the prime tower size was too small, it would try to take the root of a negative number. Now we just clamp that computation to 0, which is the correct behaviour for when the minimum volume doesn't fit in the prime tower. Contributes to issue CURA-3148.
2016-12-15Fixed create profile from settings not workingJaime van Kessel
2016-12-14Merge branch 'master' of github.com:Ultimaker/CuraJack Ha
2016-12-14Solved (with an ugly fix) that after loading some projects, 'Slicing...' ↵Jack Ha
appears without doing anything. CURA-1263
2016-12-14Inherit gradual infill steps for line distances below 1mm tooGhostkeeper
A miscalculation on my part: A negative result of the logarithm would result in a more positive final result for the maximum value, not a negative final result. Contributes to issue CURA-3137.
2016-12-14Guard against infill density being 0Ghostkeeper
Otherwise the logarithm is undefined Contributes to issue CURA-3137.
2016-12-14Add label to machine name input fieldfieldOfView
2016-12-14Fix selecting a printer from the current section when switching sectionsfieldOfView
Broken since this change: 42fc25ab09abd044fcd3a12e87586b4edb286460
2016-12-14Increase size of machine sections to include the full section namefieldOfView
2016-12-14Fix bottom of ("other") printer list being overlapped by machine namefieldOfView
2016-12-14Add SIP, make use of capitals more consistentfieldOfView
2016-12-14Add Open Sans creditfieldOfView
2016-12-14Add open source projects to the About dialogfieldOfView
2016-12-14Merge pull request #1240 from fieldOfView/fix_delta_printer_shapesJaime van Kessel
Add machine_shape to delta printer definitions
2016-12-13Add machine_shape to delta printer definitions...fieldOfView
...and fix some z-fighting
2016-12-13Enable Support tooltip translation. CURA-3123Jack Ha
2016-12-13Renamed delta go definition so it uses same "convention" as other definitionsJaime van Kessel
2016-12-13Rename Delta Go to use lowercase in filenameGhostkeeper
This is consistent with the other file names.
2016-12-12Merge pull request #1235 from Ultimaker/project_save_dialogjack
Project save dialog
2016-12-12Merge branch 'master' of https://github.com/ex-nerd/Cura into ex-nerd-masterGhostkeeper
2016-12-10Add definition and bed mesh for Kossel ProChris Petersen
Source for generating these files can be found here: https://github.com/dotscad/openbeam/blob/master/kossel_pro_build_platform/
2016-12-09Remove machine_cool_zone_lengthGhostkeeper
We might introduce it again once we can sync this data from the firmware. Contributes to issue CURA-2795.
2016-12-09Updated PC profiles for um2pJaime van Kessel
2016-12-09Added Delta_Go (provided by DeltaPrintr)Jaime van Kessel
2016-12-08Make the other parts of the Cura UI which have a filter, also search on i18n ↵Simon Edwards
labels. CURA-2653 Searching in English while other language set
2016-12-08Make the crash dialog a bit more friendlyArjen Hiemstra