Skip to content

Commit

Permalink
more compliant with quiet option
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiritdude committed Dec 3, 2018
1 parent 2c927a1 commit 55bca91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion print3r
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ sub printGcode {
my($resp) = printerResponse($com,$l,{callback=>sub {
my($mesg,$com,$cmd) = @_;
my $now = (time()-$st)/60;
if($status ne 'printing') {
if(!$conf{quiet} && $status ne 'printing') {
# ... e.g. parse while heating up the temperature(s)
# " T:202.32 /205.00 B:25.28 /0.00 @:60 B@:0 W:?"
if($status eq 'heating') {
Expand Down

0 comments on commit 55bca91

Please sign in to comment.