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

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2021-01-20 00:51:52 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-01-20 00:51:52 +0300
commit86851114d1895c1bd48f9bbcf8d7158ddb7aea13 (patch)
tree272306dbfb755d919d6c1a5df368eb66aab72963 /README.md
parent2b0777ff7c1fbd449b27a59be2dfd54f24f114d0 (diff)
v2.3.1v2.3.1
* (Add) Calibrator - Stress Tower: Generates a stress tower to test the printer capabilities * (Add) PrusaSlicer printer: UVtools Prusa SL1, for SL1 owners must use this profile to be UVtools compatible when using advanced tools * (Fix) Tool - Calculator - Optimal model tilt: Layer height wasn't get pulled from loaded file and fixed to 0.05mm * **(Fix) FileFormats:** * When change a global print paramenter, it will only set this same parameter on every layer, keeping other parameters intact, it was reseting every parameter per layer to globals * SL1: Verify if files are malformed and if there's missing configuration files (#126) * CTBv3: Set EncryptionMode to 0x2000000F, this allow the use of per layer settings
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4b9df25..f9640d0 100644
--- a/README.md
+++ b/README.md
@@ -206,8 +206,8 @@ git clone https://github.com/emgucv/emgucv emgucv
cd emgucv
git submodule update --init --recursive
cd platforms/ubuntu/20.04
-./apt_install_dependency
-./cmake_configure
+./apt_install_dependency.sh
+./cmake_configure.sh
cmake build
cd build; make; cd ..
```