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-11JSON fix: prime tower thickness defaulted to zero, rather than defaulting to ↵Tim Kuipers
full prime tower (CURA-3175)
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-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-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-13Add machine_shape to delta printer definitions...fieldOfView
...and fix some z-fighting
2016-12-13Rename Delta Go to use lowercase in filenameGhostkeeper
This is consistent with the other file names.
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-09Added Delta_Go (provided by DeltaPrintr)Jaime van Kessel
2016-12-08Max initial layer bed temperature UM3Jack Ha
2016-12-08Max bed temperature UM3Jack Ha
2016-12-08Corrected bed temperature max value warning for UM3Jack Ha
2016-12-07Adjust cool down speed modifier defaultGhostkeeper
This is part of the weekly profile update from the materials team.
2016-12-06JSON fix: give pre_print_temp and post_print_temp back their default_tempTim Kuipers
2016-12-06Add park distance settingGhostkeeper
As a result, the description of the other two settings no longer needs to mention that it is used by the park distance. Contributes to issue CURA-2795.
2016-12-06JSON fix: description of speed_travel_layer_0 now includes explanation of ↵Tim Kuipers
inheritance function (CURA-3066)
2016-12-06Merge branch 'master' of github.com:Ultimaker/CuraJaime van Kessel
2016-12-06Added default_printing_temperature propertyJaime van Kessel
CURA-2586
2016-12-06Expand description of heat zone with implementation detailsGhostkeeper
It is used to move filament in parking position when an extruder is not used any more. Contributes to issue CURA-2795.
2016-12-06Expand description of cool zone settingGhostkeeper
It is apparently desirable to have more implementation detail in here. Contributes to issue CURA-2795.
2016-12-05Add cool zone length settingGhostkeeper
This setting can vary from cartridge to cartridge and between machines. Contributes to issue CURA-2795.
2016-12-05Fix spelling of heat zone length descriptionGhostkeeper
Not user visible, but eh.
2016-12-05JSON fix: set user specified z seam position at back by defaultTim Kuipers
2016-12-05Minor starting code new line fixSAMSECTOR
2016-12-02Set initial bed temperature to be equal to normalGhostkeeper
By default. Update from the materials team.
2016-12-01Merge branch 'samirabaza-master'Ghostkeeper
2016-12-01Merge branch 'master' of https://github.com/samirabaza/Cura into ↵Ghostkeeper
samirabaza-master
2016-12-01Update printrbot_simple_extended.def.jsonSAMSECTOR
added platform offset "platform_offset": [0, -0.3, 0],
2016-11-30Merge branch 'feature_z_seam_location'Ghostkeeper
2016-11-30JSON fix: multiple_mesh_overlap description was clumsy (CURA-2444)Tim Kuipers
2016-11-30JSON fix: description of z_seam_type still mentioned 'Back' (CURA-1461)Tim Kuipers
2016-11-30Merge branch 'master' of https://github.com/samirabaza/Cura into ↵Ghostkeeper
samirabaza-master
2016-11-30JSON fix: initial fan speed zero by default (CURA-3068)Tim Kuipers
2016-11-30JSON refactor: moved Initial Fan Speed out of the children of Fan Speed ↵Tim Kuipers
(CURA-3068) we don't want it to inherit from Fan Speed, but children must always inherit from their parent.
2016-11-30Merge branch 'feature_polar' of https://github.com/fieldOfView/CuraJaime van Kessel
2016-11-30Update printrbot_simple_extended.def.jsonSAMSECTOR
2016-11-29JSON fix: limit_to_extruder for support_conical_enabled (CURA-2896)Tim Kuipers
2016-11-29JSON refactor: multiple_mesh_overlap: Objects ==> Meshes (CURA-2444)Tim Kuipers
2016-11-29JSON refactor: move multiple_mesh_overlap to meshfixes category (CURA-2444)Tim Kuipers
2016-11-29JSON refactor: Dual Extrusion Overlap => Merged Objects Overlap (CURA-2444)Tim Kuipers
2016-11-29Merge branch 'master' of github.com:Ultimaker/CuraJaime van Kessel
2016-11-29Merge branch 'feature_recursive_cubic' of github.com:Ultimaker/CuraJaime van Kessel
2016-11-29Update printrbot_simple_extended.def.jsonSAMSECTOR
Update stl file renamed
2016-11-29Don't hide the dual extrusion category for single extrusionGhostkeeper
The category gets hidden automatically if all of its child settings are disabled.
2016-11-29Merge branch 'master' of https://github.com/samirabaza/Cura into ↵Ghostkeeper
samirabaza-master
2016-11-29Minor code-style-related fixesfieldOfView