Preserve LinuxCNC comment event line numbers
This commit is contained in:
@@ -414,6 +414,7 @@ void COMMENT(const char *) {
|
||||
CncSimEvent event{};
|
||||
event.version = 1;
|
||||
event.type = CNC_SIM_EVENT_COMMENT;
|
||||
event.line = event_line();
|
||||
active_sink->emit_raw(event);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user