Disable Append Settings In Gcode
Is there a setting to stop your print settings from being appended to every gcode? I thought I saw this at one point, but maybe it was another slicer.
RE: Disable Append Settings In Gcode
I don't think so. The closest I have seen is Print Settings->Output options->Output file->Verbose G-code which reduces comments. In a quick test, it still appends the settings comment block at the end. If this is something you're concerned about, you could easily work up some post-processing scripts to strip comments. If you're worried about printer performance, it's worth noting that OctoPrint automatically strips comments before sending to the printer.
RE: Disable Append Settings In Gcode
Remember to keep a backup of the original G-code file before making any modifications. Additionally, be cautious when modifying G-code, as incorrect changes can lead to unexpected or undesired behavior during the printing process.