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
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2018-02-27 14:19:43 +0300
committerVojtech Kral <vojtech@kral.hk>2018-03-05 20:33:32 +0300
commit14b36eeccfd718241c80c102a1be8e09e109a20d (patch)
tree23daad773cc2a8b33162658bdb485c7c083adbbc
parent3fee33faf3909245de975d804e7e090a270e2fb2 (diff)
WIP: Use tabs in new cpp filesconfiguration
-rw-r--r--xs/src/slic3r/Utils/PresetUpdate.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/xs/src/slic3r/Utils/PresetUpdate.cpp b/xs/src/slic3r/Utils/PresetUpdate.cpp
index f99c38477..0fa99e88e 100644
--- a/xs/src/slic3r/Utils/PresetUpdate.cpp
+++ b/xs/src/slic3r/Utils/PresetUpdate.cpp
@@ -9,13 +9,13 @@ namespace Utils {
void preset_update_check()
{
- std::cerr << "preset_update_check()" << std::endl;
+ std::cerr << "preset_update_check()" << std::endl;
- // TODO:
- // 1. Get a version tag or the whole bundle from the web
- // 2. Store into temporary location (?)
- // 3. ???
- // 4. Profit!
+ // TODO:
+ // 1. Get a version tag or the whole bundle from the web
+ // 2. Store into temporary location (?)
+ // 3. ???
+ // 4. Profit!
}
}