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
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2021-12-20 11:33:18 +0300
committerGitHub <noreply@github.com>2021-12-20 11:33:18 +0300
commit74ed3219ccfdb7ca7b51c0f53215e78761063a95 (patch)
tree521ca49a84de6eb03facfd2e2f0a1d3996de911f
parent5a1b9e8efc5f1d511476f29fab78c99fa1cbaf86 (diff)
parentbec12c124fbafe6b2b357d6f51596b5943f3c491 (diff)
Merge pull request #11092 from fieldOfView/fix_simulationview_description
Clarify the Simulation View plugin description
-rw-r--r--plugins/SimulationView/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SimulationView/plugin.json b/plugins/SimulationView/plugin.json
index 5ea5e20596..39c528f89d 100644
--- a/plugins/SimulationView/plugin.json
+++ b/plugins/SimulationView/plugin.json
@@ -2,7 +2,7 @@
"name": "Simulation View",
"author": "Ultimaker B.V.",
"version": "1.0.1",
- "description": "Provides the Simulation view.",
+ "description": "Provides the preview of sliced layerdata.",
"api": 7,
"i18n-catalog": "cura"
}