mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Remove M900 S0 code.
This commit is contained in:
@@ -1599,7 +1599,7 @@ void GCode::_do_export(Print& print, GCodeOutputStream &file, ThumbnailsGenerato
|
|||||||
file.write("M981 S1 P20000 ;open spaghetti detector\n");
|
file.write("M981 S1 P20000 ;open spaghetti detector\n");
|
||||||
if(m_config.enable_pressure_advance.value)
|
if(m_config.enable_pressure_advance.value)
|
||||||
{
|
{
|
||||||
file.write_format("M900 K%.3f ; Override pressure advance value\nM900 S0\n",m_config.pressure_advance.values.front());
|
file.write_format("M900 K%.3f ; Override pressure advance value\n",m_config.pressure_advance.values.front());
|
||||||
}
|
}
|
||||||
// Do all objects for each layer.
|
// Do all objects for each layer.
|
||||||
if (print.config().print_sequence == PrintSequence::ByObject) {
|
if (print.config().print_sequence == PrintSequence::ByObject) {
|
||||||
|
|||||||
Reference in New Issue
Block a user