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 layerHeight: 0.15
combing: true combing: true
thickness: thickness:
top: 1.2 top: 0.45
bottom: 1.2 bottom: 0.45
shell: 0.8 shell: 0.8
retraction: retraction:
enabled: true enabled: true
@ -39,7 +39,7 @@ outerShell:
innerInfill: innerInfill:
flowRate: 1.0 flowRate: 1.0
speed: 80.0 speed: 80.0
gridSize: 5.0 gridSize: 15.0
outerInfill: outerInfill:
flowRate: 1.0 flowRate: 1.0
speed: 50.0 speed: 50.0

View File

@ -1,11 +1,54 @@
low: low:
title: "Low" title: "Low"
thickness:
top: 0.30
bottom: 0.30
shell: 0.4
layerHeight: .2 layerHeight: .2
fill: innerShell:
gridSize: 15.0 speed: 80.0
outerShell:
speed: 70.0
outerInfill:
speed: 80.0
firstLayer:
speed: 70.0
innerInfill:
speed: 80.0
gridSize: 25.0
medium: medium:
title: "Medium" title: "Medium"
layerHeight: .15 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: high:
title: "High" title: "High"
thickness:
top: 0.60
bottom: 0.60
shell: 1.2
layerHeight: .1 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