mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2025-04-18 17:26:24 +02:00
Add setting for bottom layer flow rate factor.
Add setting for bottom layer speed.
This commit is contained in:
parent
c0901747b3
commit
165a6a5f8a
@ -242,6 +242,18 @@ M.printer_firstLayerSlow = {
|
|||||||
description = 'Print the first layer slowly to get a more stable start'
|
description = 'Print the first layer slowly to get a more stable start'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
M.printer_bottomLayerSpeed = {
|
||||||
|
default = 35,
|
||||||
|
type = 'int',
|
||||||
|
description = 'If first layers are to be printed slowly, use this speed'
|
||||||
|
}
|
||||||
|
|
||||||
|
M.printer_bottomFlowRate = {
|
||||||
|
default = 2,
|
||||||
|
type = 'float',
|
||||||
|
description = 'Multiplication factor for filament flow rate in first few layers'
|
||||||
|
}
|
||||||
|
|
||||||
M.printer_heatup_enabled = {
|
M.printer_heatup_enabled = {
|
||||||
default = true,
|
default = true,
|
||||||
type = 'bool',
|
type = 'bool',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user