mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Fixed an incorrect comment separator in generated g-code.
This commit is contained in:
parent
4ab4a9afe8
commit
ee84e1773d
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ bool GCode::_do_export(Print &print, FILE *file)
|
||||||
m_enable_extrusion_role_markers = (bool)m_pressure_equalizer;
|
m_enable_extrusion_role_markers = (bool)m_pressure_equalizer;
|
||||||
|
|
||||||
// Write information on the generator.
|
// Write information on the generator.
|
||||||
fprintf(file, "# %s\n\n", Slic3r::header_slic3r_generated().c_str());
|
fprintf(file, "; %s\n\n", Slic3r::header_slic3r_generated().c_str());
|
||||||
// Write notes (content of the Print Settings tab -> Notes)
|
// Write notes (content of the Print Settings tab -> Notes)
|
||||||
{
|
{
|
||||||
std::list<std::string> lines;
|
std::list<std::string> lines;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue