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

Add configurable temperature.

This commit is contained in:
Wouter R 2013-08-02 14:00:23 +02:00
parent b971be33d1
commit 973b81f2cb
2 changed files with 7 additions and 1 deletions

View File

@ -137,6 +137,12 @@ M.printer_simplify_minDistance = {
min = 0
}
M.printer_retraction_enabled = {
default = true,
type = 'bool',
description = ''
}
M.printer_retraction_speed = {
default = 50,
type = 'int',

@ -1 +1 @@
Subproject commit d78317ecd679d8a887a3f99a6fa93741d4d7254b
Subproject commit 4f080ef1e42c96d924f2758c1886f4026b912833