mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-20 05:43:14 +08:00
ENH: core: refine some text
JIRA: no-jira Change-Id: I0624f5f0e3f5e7602e3bb8bb1822b5b6b6547074 (cherry picked from commit 196c12511786dbd384fe1931e3a2d8d3a94e900d)
This commit is contained in:
parent
06cd7e012a
commit
56f6922b73
@ -2354,7 +2354,7 @@ void GCode::check_placeholder_parser_failed()
|
|||||||
msg += Slic3r::format(_(L("Please check the custom G-code or use the default custom G-code.\n")));
|
msg += Slic3r::format(_(L("Please check the custom G-code or use the default custom G-code.\n")));
|
||||||
if (has_machine_gcode) {
|
if (has_machine_gcode) {
|
||||||
if (has_filament_gcode)
|
if (has_filament_gcode)
|
||||||
msg += Slic3r::format(_(L("You can find it from 'Printer settings' -> 'Machine G-code' and 'Filament settings' -> 'Advanced'.")));
|
msg += Slic3r::format(_(L("You can find them from 'Printer settings' -> 'Machine G-code' and 'Filament settings' -> 'Advanced'.")));
|
||||||
else
|
else
|
||||||
msg += Slic3r::format(_(L("You can find it from 'Printer settings' -> 'Machine G-code'.")));
|
msg += Slic3r::format(_(L("You can find it from 'Printer settings' -> 'Machine G-code'.")));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user