bugfix: layer_count to 0 until the print starts
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
92679b001a
commit
423d2eaa88
@ -270,6 +270,7 @@
|
|||||||
current_layer: {
|
current_layer: {
|
||||||
get() {
|
get() {
|
||||||
if (
|
if (
|
||||||
|
this.print_time > 0 &&
|
||||||
'first_layer_height' in this.current_file &&
|
'first_layer_height' in this.current_file &&
|
||||||
'layer_height' in this.current_file &&
|
'layer_height' in this.current_file &&
|
||||||
this.gcode_position !== undefined &&
|
this.gcode_position !== undefined &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user