0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-06-26 03:21:22 +02:00

Enabling traveling by default

This commit is contained in:
peteruithoven 2013-12-04 16:16:21 +01:00
parent d1c2b08a1f
commit 0e601baf2a

View File

@ -249,7 +249,7 @@ M.printer_retraction_amount = {
}
M.printer_enableTraveling = {
default = false,
default = true,
type = 'bool',
description = ''
}