grblHAL / Plugin_SD_card

grblHAL SD-card plugin
Other
1 stars 3 forks source link

Idle status while running SD job? #5

Open petervanderwalt opened 2 months ago

petervanderwalt commented 2 months ago

<Idle|MPos:0.000,200.000,0.000,0.000|Bf:100,1023|FS:0,0|Pn:XY|A:|SD:99.3,relaytest.gcode> <Idle|MPos:0.000,200.000,0.000,0.000|Bf:100,1023|FS:0,0|Pn:XY|A:S|SD:96.8,relaytest.gcode> <Idle|MPos:0.000,200.000,0.000,0.000|Bf:100,1023|FS:0,0|Pn:XY|A:|SD:94.3,relaytest.gcode> <Idle|MPos:0.000,200.000,0.000,0.000|Bf:100,1023|FS:0,0|Pn:XY|Ov:100,100,100|A:S|SD:91.9,relaytest.gcode> <Idle|MPos:0.000,200.000,0.000,0.000|Bf:100,1023|FS:0,0|Pn:XY|WCO:0.000,0.000,0.000,-0.076|A:|SD:89.4,relaytest.gcode> <Idle|MPos:0.000,200.000,0.000,0.000|Bf:100,1023|FS:0,0|Pn:XY|A:S|SD:86.9,relaytest.gcode> <Idle|MPos:0.000,200.000,0.000,0.000|Bf:100,1023|FS:0,0|Pn:XY|A:|SD:84.4,relaytest.gcode>

Shouldn't the status reflect Run status while an SD job is running?

Valid states types: Idle, Run, Hold, Jog, Alarm, Door, Check, Home, Sleep

terjeio commented 2 months ago

Shouldn't the status reflect Run status while an SD job is running?

Not necessarily - it depends on the gcode. E.g a M0 will transit to Hold. But Idle is a bit odd, there migth be a command in the file that causes it?

petervanderwalt commented 2 months ago

Yeah Idle was odd to me too, will test when I am back on the project in a couple days, maybe something in the gcode then