void wizard_GCodePush(string gcode, CNC.Core.Action action) { GCodePush?.Invoke(gcode, action); }
void UserUI_GCodePush(string gcode, CNC.Core.Action action) { GCodeSender.GCode.AddBlock(gcode, action); }