mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2025-01-03 08:13:49 +01:00
Add configurable temperature.
This commit is contained in:
parent
b971be33d1
commit
973b81f2cb
@ -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',
|
||||
|
2
src/www
2
src/www
@ -1 +1 @@
|
||||
Subproject commit d78317ecd679d8a887a3f99a6fa93741d4d7254b
|
||||
Subproject commit 4f080ef1e42c96d924f2758c1886f4026b912833
|
Loading…
Reference in New Issue
Block a user