0
0
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:
peteruithoven 2014-01-27 13:39:30 +01:00
parent 75e0d7efd9
commit 175f55f854

View File

@ -294,7 +294,7 @@ M.printer_retraction_minDistance = {
M.printer_retraction_amount = {
default = 3,
type = 'int',
type = 'float',
description = '',
min = 0
}