ENH: add protection for chamber temperature

As title. Also add time for waiting chamber temp in printing time

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I8054080d2e8821e421a6d03222b8b25365b5977f
This commit is contained in:
xun.zhang 2023-08-15 14:19:31 +08:00 committed by Lane.Wei
parent b16fc2a38b
commit 13bb1552aa
6 changed files with 48 additions and 3 deletions

View file

@ -831,6 +831,9 @@ namespace Slic3r {
//BBS: wait bed temperature
void process_M190(const GCodeReader::GCodeLine& line);
//BBS: wait chamber temperature
void process_M191(const GCodeReader::GCodeLine& line);
// Set max printing acceleration
void process_M201(const GCodeReader::GCodeLine& line);