Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
diff options
context:
space:
mode:
authorJoseph Lenox <lenox.joseph@gmail.com>2017-01-25 16:44:23 +0300
committerbubnikv <bubnikv@gmail.com>2017-02-08 13:40:52 +0300
commit61c0ae4e9484cb6e3c60a804b1c08409d3e870f6 (patch)
treef3ff5c1c28ca12f2157d213edcf0f12a842110b2 /xs
parent90d3535520cb59cc3a536a6e7721a796569370a6 (diff)
Changed filament density to use g/cm^3. Extended tooltip to indicate calculation methods.
Diffstat (limited to 'xs')
-rw-r--r--xs/src/libslic3r/PrintConfig.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/xs/src/libslic3r/PrintConfig.cpp b/xs/src/libslic3r/PrintConfig.cpp
index 336fff382..a478496ca 100644
--- a/xs/src/libslic3r/PrintConfig.cpp
+++ b/xs/src/libslic3r/PrintConfig.cpp
@@ -338,8 +338,8 @@ PrintConfigDef::PrintConfigDef()
def = this->add("filament_density", coFloats);
def->label = "Density";
- def->tooltip = "Enter your filament density here. This is only for statistical information. A decent way is to weigh a known length of filament and compute the ratio of the length to volume.";
- def->sidetext = "g/mm^3";
+ def->tooltip = "Enter your filament density here. This is only for statistical information. A decent way is to weigh a known length of filament and compute the ratio of the length to volume. Better is to calculate the volume directly through displacement.";
+ def->sidetext = "g/cm^3";
def->cli = "filament-density=f@";
def->min = 0;
{