update settings

This commit is contained in:
casperlamboo 2017-11-16 23:24:30 +01:00
parent b47e98c005
commit 994a1caa98
2 changed files with 48 additions and 5 deletions

View File

@ -11,8 +11,8 @@ bedTemperature: 70
layerHeight: 0.15
combing: true
thickness:
top: 1.2
bottom: 1.2
top: 0.45
bottom: 0.45
shell: 0.8
retraction:
enabled: true
@ -39,7 +39,7 @@ outerShell:
innerInfill:
flowRate: 1.0
speed: 80.0
gridSize: 5.0
gridSize: 15.0
outerInfill:
flowRate: 1.0
speed: 50.0

View File

@ -1,11 +1,54 @@
low:
title: "Low"
thickness:
top: 0.30
bottom: 0.30
shell: 0.4
layerHeight: .2
fill:
gridSize: 15.0
innerShell:
speed: 80.0
outerShell:
speed: 70.0
outerInfill:
speed: 80.0
firstLayer:
speed: 70.0
innerInfill:
speed: 80.0
gridSize: 25.0
medium:
title: "Medium"
layerHeight: .15
thickness:
top: 0.45
bottom: 0.45
shell: 0.8
innerShell:
speed: 50.0
outerShell:
speed: 40.0
outerInfill:
speed: 50.0
firstLayer:
speed: 40.0
innerInfill:
speed: 80.0
gridSize: 25.0
high:
title: "High"
thickness:
top: 0.60
bottom: 0.60
shell: 1.2
layerHeight: .1
innerShell:
speed: 40.0
outerShell:
speed: 30.0
outerInfill:
speed: 40.0
firstLayer:
speed: 30.0
innerInfill:
speed: 70.0
gridSize: 10.0