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
2020-04-18Replace STL meshes with 3MF filesGhostkeeper
These are much smaller than their STL counterparts. This saves on download and installation time. Maybe also on loading time.
2020-03-24Adjust wall thickness to 1 line if using spiraliseGhostkeeper
Except for printers that explicitly override it. Fixes #7317.
2019-10-18Remove unused default_value overridesGhostkeeper
These are overrides of default_value while there is a value defined. As such these overrides had no effect at all. Changing them to value can actually change the behaviour of the profile. That is not what the profile author has apparently tested with, so I'm not doing that. I'm just removing the unused data. In the future if we get new definitions the author gets notified of the error so that he may test more effectively. The legacy can't be fixed without re-testing, so I'm leaving that to the authors. Done during Turbo Testing & Tooling. I want to go home for the weekend now...
2019-02-24Fix indentation and remove spacesDiego Prado Gesto
2019-02-23Update to starting gcodekerog777
Refined starting code to use proper replacement parameters and be more compatible with firmware, which heats both nozzles to 120C as part of the Z homing process. So now it heats the bed, then homes, then heats to the layer 0 print temperature. Also upped the material flow from 87 (value used in manufacturer’s Simplify3D profile) to 95, which works better for me. 87 seems really low.
2018-07-04CURA-5334 Remove machine nozzle size from machine definitions and moveDiego Prado Gesto
it to extruder definitions.
2018-06-12CURA-5334 remove material_diameter from all printer definitions and also ↵Jack Ha
from fdmprinter.def.json
2018-04-26Corrected preferred variant namekerog777
Made it match the name field in the variant file
2018-04-25Update start gcodekerog777
bed_temperature should have been print_bed_temperature. Refined heating steps and added a purge line.
2018-04-24Fix brackets in start_gcodekerog777
Had square brackets instead of curly brackets in M109 commands. Still worked OK from SD, but not from Octoprint.
2018-04-21Made requested changes to version numbers, etc. per comments frokerog777
previous pull request.
2018-04-19Add profile data for Felix Tec4kerog777
Includes 2 extruder definitions, platform mesh, and variants for 0.25, 0.35, 0.5, and 0.7 mm nozzles