displaying m73 values on a fsytec smart controller
-
I have a printer set up with a duet 3 mini 5+ and a fsytech 12864 smart controller. I currently have a time remaining through internal estimates, though I would like to use the M73 time estimates emitted from prusaslicer. Is there a way to do this?
-
@invalidflaw This will involve editing the menu system files. See https://docs.duet3d.com/en/User_manual/Connecting_hardware/Display_12864_menu
Which menu system files are you currently using? What firmware version are you running?
M73 is reported in the Object Model as "job.timesLeft.slicer", see https://github.com/Duet3D/RepRapFirmware/wiki/Object-Model-Documentation#jobtimesleftslicer
Ian
-
I'm using a modified version JadonMillers ultimate duet menu system. I changed the order of buttons to my preference. I am running 3.5.3 currently.