Replies: 4 comments 9 replies
-
Terje can do a much better job of explaining ioSender than I. I believe that Candle is only telling you the current line being sent to Grbl, not the one currently being executed. You can test that by constructing GCode that has a very slow, long move followed by a number of other moves. I think you will see candle sending the subsequent lines before the completion of the log, slow one. On the issue of resuming a program after an interruption. It isn't quite so simple as starting at the last good line. I generally try to restart at the most recent move where speed was set (I.E. a block with an Sxxxx command). Usually, it is not a large amount of GCode between those points. Restarting is a complex issue in general and any software that claims to do it probably has a number of caveats. |
Beta Was this translation helpful? Give feedback.
-
So if possible please add this to the ioSender |
Beta Was this translation helpful? Give feedback.
-
New edge version uploaded with right click popup menu in the program listing with items for starting from the selected block, copy the command to the MDI or sending one or more commands to the controller. The last sorts the commands in ascending order regardless of how the commands were selected. I have not extensively tested this, be careful when trying it out and report any unexpected behaviour... Tip: turn on Parser state in the $10 Status report options, this will display the current controller state: This might be of help when ensuring the state is ok before restarting a program. |
Beta Was this translation helpful? Give feedback.
-
Hallo after a quite long time. I can see new version .44 is here. Looks like Shortcut issue solved (Alt+R to start milling etc.). But "highlight completed cuts" is still impossible to activate. Is it only my problem (depended, may be, on used board), or is it "standard"? It is interesting that this function is working with Candle sender. |
Beta Was this translation helpful? Give feedback.
-
Does exist way how to find on what line of gcode program is when milling? Or knows ioSender to show on monitor (3D data view) with some cursor or colour point exact position of selected gcode line?
For example in Candle sender you can list in code and small colour point is running on gcode program lines. It is easy to find some position on monitor (viewed data) listing in program. Or another example, in linuxCNC you can click with cursor to displayed data of program, and i will show you line where these data are.
Sometimes you need to continue program not from start but from place you need (for example after broking of the mill bit). I don´t know how to find this position.
Beta Was this translation helpful? Give feedback.
All reactions