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:
authorbubnikv <bubnikv@gmail.com>2016-04-11 18:05:58 +0300
committerbubnikv <bubnikv@gmail.com>2016-04-11 18:05:58 +0300
commit7da68c91a5c5544a3cb20a4d00b7a370c2af32fe (patch)
tree66c33cdbcbd464087d7d3201f93fa7bec7cbbf11 /slic3r.sublime-project
parentd392858ee35ef993180c7c23dac610e691baf8b4 (diff)
Vojtech likes to use Sublime on Windows to get the wheels rolling.
Diffstat (limited to 'slic3r.sublime-project')
-rw-r--r--slic3r.sublime-project40
1 files changed, 40 insertions, 0 deletions
diff --git a/slic3r.sublime-project b/slic3r.sublime-project
new file mode 100644
index 000000000..9f2586dc8
--- /dev/null
+++ b/slic3r.sublime-project
@@ -0,0 +1,40 @@
+{
+ "build_systems":
+ [
+ {
+ "name": "List",
+ //"file_regex": " at ([^-\\s]*) line ([0-9]*)",
+// "file_regex": " at (D\\:\\/src\\/Slic3r\\/.*?) line ([0-9]*)",
+ "shell_cmd": "ls -l"
+ },
+ {
+ "name": "Run",
+ "working_dir": "$project_path",
+ "file_regex": " at (.*?) line ([0-9]*)",
+ "shell_cmd": "perl slic3r.pl --gui \"..\\Slic3r-tests\\gap fill torture 20 -rt.stl\""
+ },
+ {
+ "name": "full",
+ "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
+ "shell_cmd": "perl Build.pl"
+ },
+ {
+ "name": "xs",
+ "working_dir": "$project_path/xs",
+ "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
+ "shell_cmd": "perl Build install"
+ },
+ {
+ "name": "xs & run",
+ "working_dir": "$project_path/xs",
+ "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
+ "shell_cmd": "perl Build install & perl ..\\slic3r.pl --gui \"..\\..\\Slic3r-tests\\star3-big2.stl\""
+ }
+ ],
+ "folders":
+ [
+ {
+ "path": "."
+ }
+ ]
+}