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

slic3r.sublime-project - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f2586dc8d54232f823f6a3eac2fd69d45e5329d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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": "."
		}
	]
}