Add setting for enabling traveling in bottom layers.

This commit is contained in:
Wouter R 2016-01-06 19:26:31 +01:00
parent 210f17377f
commit b70a008cdf
1 changed files with 6 additions and 0 deletions

View File

@ -314,6 +314,12 @@ M.printer_bottomFlowRate = {
description = 'Multiplication factor for filament flow rate in first few layers'
}
M.printer_bottomEnableTraveling = {
default = true,
type = 'bool',
description = 'Enable traveling on bottom layers, disabling this might improve adhesion on some printers'
}
M.printer_heatup_enabled = {
default = true,
type = 'bool',