0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-12-22 02:53:49 +01:00

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

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',