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-11-21CURA-4526 Delete LayerView plugin because it will be replaced with theDiego Prado Gesto
SimulationView. This commit also adapts the code in order to accept the messages coming from the engine, with information about feedrates and line thicknesses. Add also some changes in the GCodeReader that reads feedrates and line thickness from the gcode file.
2017-03-22Codestyle & removal unused importsJaime van Kessel
2016-12-30Added layer view optionsJack Ha
2016-12-29Busy with layer_view optionsJack Ha
2016-12-28Layer shader now uses own attribute for line dimensions instead of misusing uvs.Jack Ha
2016-12-28Added line thickness to layer viewJack Ha
2016-12-22Started setting layer height and line width in layer viewJack Ha
2016-12-21Finally got normals inJack Ha
2016-07-12Code cleanupJohan K
Changed to "is None" insted of "== None" to test if numpy.array was initialized Added extruder to PathSegment in Cura.proto Changed index_pattern to class variable in Layer.py
2016-06-29Adapting code to merge of simple_convex_hull and code cleanup.Johan Kristensen
2016-06-28Formulate layerview logic using numpy to speed up. Also changed layer data ↵Johan K
packets from engine to make it possible.
2016-05-24Updated the cura code for removal of MeshBuilder.getMesh().Simon Edwards
Contributes to CURA-1504
2016-04-08Moved layerData & polygon to own fileJaime van Kessel