removed asyn await and moved print buttons

This commit is contained in:
sanjayk03-dev
2024-04-08 19:37:43 +05:30
parent 7f5daeed6a
commit 89e1cfaf95
3 changed files with 12 additions and 6 deletions

View File

@@ -359,6 +359,9 @@ script#control-view-template(type="text/x-template")
//- :disabled="!is_ready")
//- | Upload File
button.submit-macros(title="Cancel Macros",@click="print_config",style="margin-left:5px;background-color:#fafafa;") CONFIG
button.submit-macros(title="Cancel Macros",@click="print_state",style="margin-left:5px;background-color:#fafafa;") STATE
.progress(v-if="toolpath_progress && toolpath_progress < 1",
title="Simulating GCode to check for errors, calculate ETA and " +
"generate 3D view. You can run GCode before the simulation " +