mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2025-01-31 05:15:10 +01: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'
|
||||
}
|
||||
|
||||
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 = {
|
||||
default = true,
|
||||
type = 'bool',
|
||||
|
Loading…
x
Reference in New Issue
Block a user