Skip to content

Commit

Permalink
Merge pull request LinuxCNC#3227 from BsAtHome/backport_2.9_3200-3202
Browse files Browse the repository at this point in the history
Backport issues 3200 and 3202
  • Loading branch information
andypugh authored Dec 14, 2024
2 parents 16f4051 + 687b6af commit 7513c62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/emc/rs274ngc/rs274ngc_return.hh
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
#define NCE_EQUAL_SIGN_MISSING_IN_PARAMETER_SETTING _("Equal sign missing in parameter setting")
#define NCE_F_WORD_MISSING_WITH_INVERSE_TIME_ARC_MOVE _("F word missing with inverse time arc move")
#define NCE_F_WORD_MISSING_WITH_INVERSE_TIME_G1_MOVE _("F word missing with inverse time g1 move")
#define NCE_FILE_ENDED_WITH_NO_PERCENT_SIGN _("File ended with no percent sign (%)")
#define NCE_FILE_ENDED_WITH_NO_PERCENT_SIGN_OR_PROGRAM_END _("File ended with no percent sign (%) or program end (M2)")
#define NCE_FILE_ENDED_WITH_NO_PERCENT_SIGN _("File ended with no percent sign (%%)")
#define NCE_FILE_ENDED_WITH_NO_PERCENT_SIGN_OR_PROGRAM_END _("File ended with no percent sign (%%) or program end (M2)")
#define NCE_FILE_NAME_TOO_LONG _("File name too long")
#define NCE_G_CODE_OUT_OF_RANGE _("G-code out of range")
#define NCE_I_WORD_GIVEN_FOR_ARC_IN_YZ_PLANE _("I word given for arc in yz plane")
Expand Down
4 changes: 1 addition & 3 deletions src/libnml/nml/nmldiag.cc
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,7 @@ int nml_print_diag_list()
}
rcs_print
("\n*********************************************\n");
if (NULL != nml->cms->BufferName) {
rcs_print("* Buffer Name: %s\n", nml->cms->BufferName);
}
rcs_print("* Buffer Name: %s\n", nml->cms->BufferName);
NML_DIAGNOSTICS_INFO *ndi = nml->get_diagnostics_info();
if (NULL != ndi) {
ndi->print();
Expand Down

0 comments on commit 7513c62

Please sign in to comment.