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-09-28Changing AGPLv3 to LGPLv3Mark
2017-06-06Fix displaying layers with python3.6sheinz
2017-03-22Codestyle & removal unused importsJaime van Kessel
2017-03-02Fixed compatibility mode active extruder. CURA-3321U-ULTIMAKER\j.ha
2017-02-16Fixed layerview extruder choice checkboxes. CURA-3273Jack Ha
2017-02-13Fixed compatibility mode. CURA-3273Jack Ha
2017-02-08Removed unused option in LayerPolygon, added commentsJack Ha
2017-01-02Finishing up compatibility modeJack Ha
2016-12-30Added all kinds of options to layer viewJack Ha
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-22Working quite nicelyJack Ha
2016-12-21Finally got normals inJack Ha
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-23Introduced a LayerDataBuilder. Made LayerData immutable just like its ↵Simon Edwards
superclass. Fixed the layer view which broke. Contributes to CURA-1504