12864 display Menu system
-
Hi guys.
Finaly have some time to fix some things in my Voron v0.1.
I have 12864 display connected to Duet3Mini.
I'm using Ultimate Duet Menu System and wanted to change some behaviors but discovered that is duet limitation, not menu system:; Bed Temp image R14 C25 L"imgs/bed.img" alter R14 C40 N180 W20 H2 text T" / " value N80 W20 text T"°C" ; Hotend Temp image R26 C25 L"imgs/temp.img" alter C40 N100 W20 H2 text T" / " value N0 W20 text T"°C"
When setting up bed heater active temp, bed getting active (from standby) When setting temp to 0 in web interface is showing -272 (and somehow i can set temp to -xxx value).
When setting nozzle/tool active temperature tool not getting active (i must add extra button to make this took active). When i set temp to 0, took getting OFF. Why?
Is there an option to:
- use conditional Gcode in menu files?
- adding extra behaviors to "alter" component? (If temp is lower then eg 20 put tool to standby, not off)
-
@button said in 12864 display Menu system:
Is there an option to:
use conditional Gcode in menu files?
Yes, in RRF 3.5beta4. See the description of the N and V parameters at https://docs.duet3d.com/en/User_manual/Connecting_hardware/Display_12864_menu#menu-files.
adding extra behaviors to "alter" component? (If temp is lower then eg 20 put tool to standby, not off)
No.