mirror of
git://soft.sys114.com/klipper
synced 2026-02-10 23:18:07 +09:00
sample-raspberry-pi.cfg: Fix action_respond_info
Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
This commit is contained in:
committed by
KevinOConnor
parent
ad0b76bd4b
commit
3a854cacd1
@@ -33,7 +33,7 @@ htu21d_hold_master: False
|
|||||||
[gcode_macro QUERY_ENCLOSURE]
|
[gcode_macro QUERY_ENCLOSURE]
|
||||||
default_parameter_SENSOR: htu21d enclosure_temp
|
default_parameter_SENSOR: htu21d enclosure_temp
|
||||||
gcode:
|
gcode:
|
||||||
{printer.gcode.action_respond_info(
|
{action_respond_info(
|
||||||
"Temperature: %.2f C\n"
|
"Temperature: %.2f C\n"
|
||||||
"Humidity: %.2f%%" % (
|
"Humidity: %.2f%%" % (
|
||||||
printer[SENSOR].temperature,
|
printer[SENSOR].temperature,
|
||||||
|
|||||||
Reference in New Issue
Block a user