Cura/plugins/SimulationView
Mark Burton 4973d53057 Rework calculation of min/max flow rates for simulation view colour scheme.
The max value was being calculated as the product of the max line width, max layer thickness
and max feedrate but it should be calculated as the maximum of the products of the width,
thickness and feedrate for each individual line. i.e. calculate the flow for each line
and use the min and max values of the flows.
2021-06-06 09:34:56 +01:00
..
resources Revert "Merge pull request #9716 from Ultimaker/CURA-8010_new_icons" 2021-05-27 16:06:20 +02:00
__init__.py No longer create two instances of the setting view. 2018-11-05 11:48:19 +01:00
layers.shader Format spacing 2020-05-07 14:10:45 +02:00
layers3d.shader Fix rendering issue in flow view 2021-05-17 10:37:38 +02:00
layers3d_shadow.shader Layerview can now deal with visibility extruder nrs. 4+ 2020-05-06 18:03:32 +02:00
layers_shadow.shader Layerview can now deal with visibility extruder nrs. 4+ 2020-05-06 18:03:32 +02:00
LayerSlider.qml Cleanup: remove warnings for non-existing margins 2019-11-12 14:51:48 +01:00
NozzleNode.py Remove a bunch of unused imports 2019-11-08 13:38:42 +01:00
PathSlider.qml Update simulation slider handle position after width change 2019-10-28 09:59:30 +01:00
plugin.json Increment SDK version to 7.5.0 2021-04-06 13:28:08 +02:00
SimulationPass.py Add flow color scheme on preview 2021-05-10 01:04:01 -03:00
SimulationSliderLabel.qml Refactor: simplify SimulationSliderLabel font metrics 2019-11-12 14:56:56 +01:00
SimulationView.py Rework calculation of min/max flow rates for simulation view colour scheme. 2021-06-06 09:34:56 +01:00
simulationview_composite.shader GLES shader fixes 2018-03-29 21:07:51 +02:00
SimulationViewMainComponent.qml Revert "Merge pull request #9716 from Ultimaker/CURA-8010_new_icons" 2021-05-27 16:06:20 +02:00
SimulationViewMenuComponent.qml Revert "Merge pull request #9716 from Ultimaker/CURA-8010_new_icons" 2021-05-27 16:06:20 +02:00
SimulationViewProxy.py Use properties instead of slots for min & max flow 2021-05-18 16:18:45 +02:00