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:
parent
210f17377f
commit
b70a008cdf
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user