mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2025-04-19 09:36:30 +02: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 = {
|
M.printer_retraction_amount = {
|
||||||
default = 3,
|
default = 3,
|
||||||
type = 'int',
|
type = 'float',
|
||||||
description = '',
|
description = '',
|
||||||
min = 0
|
min = 0
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user