mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 15:57:55 -06:00
Remove M900 S0
code.
This commit is contained in:
parent
38a4e3213e
commit
01d5dcdc09
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue