mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 11:03:48 +01:00
Allow floats for retraction amount setting
This commit is contained in:
parent
75e0d7efd9
commit
175f55f854
@ -294,7 +294,7 @@ M.printer_retraction_minDistance = {
|
||||
|
||||
M.printer_retraction_amount = {
|
||||
default = 3,
|
||||
type = 'int',
|
||||
type = 'float',
|
||||
description = '',
|
||||
min = 0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user