Cura/plugins/SimulationView
Diego Prado Gesto ce7d2c36d0 Fix the width of the slider label when the number of layers was exactly
10, 100, 1000 and so on.

The calculation was using the maximumValue that is 9 in case we have 10
layers, since we start counting from 0 but showing from 1. Now it uses
maximumValue + 1.
2018-11-06 16:15:32 +01:00
..
resources Make UI changes in the Simulation View for adapting the color gradient 2017-11-26 21:21:18 +01:00
__init__.py Fix some typos 2018-01-17 11:53:31 +01:00
layers.shader GLES shader fixes 2018-03-29 21:07:51 +02:00
layers3d.shader Give black materials at least some albedo 2018-09-25 11:24:48 +02:00
layers3d_shadow.shader Apply to layers shadow shader the same changes than in the default layer 2018-01-05 11:51:12 +01:00
layers_shadow.shader GLES shader fixes 2018-03-29 21:07:51 +02:00
LayerSlider.qml Fix the layer view when there is a print job with only one layer. 2018-10-03 10:44:20 +02:00
NozzleNode.py CURA-4526 Add Simulation View plugin 2017-11-21 10:51:57 +01:00
PathSlider.qml Add a missing bracket back. 2018-09-18 17:25:35 +02:00
plugin.json Increase plugin API version to 5 2018-08-27 13:59:00 +02:00
SimulationPass.py WIP: Refactor BuildPlateModel and split MultiBuildPlateModel 2018-02-17 22:24:05 +01:00
SimulationSliderLabel.qml Fix the width of the slider label when the number of layers was exactly 2018-11-06 16:15:32 +01:00
SimulationView.py Fix SimulationView: missing import 2018-10-03 17:27:21 +02:00
SimulationView.qml Add a property that indicates when the layer slider or the path slider 2018-09-17 14:02:04 +02:00
simulationview_composite.shader GLES shader fixes 2018-03-29 21:07:51 +02:00
SimulationViewProxy.py Fix some typos 2018-01-17 11:53:31 +01:00