bug fix delete_files_and_folder
This commit is contained in:
@@ -317,6 +317,9 @@ script#control-view-template(type="text/x-template")
|
||||
button.pure-button.button-success(@click="delete_current")
|
||||
.fa.fa-trash
|
||||
| Selected
|
||||
|
||||
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
|
||||
|
||||
.drop-down-container
|
||||
message(:show.sync="create_folder")
|
||||
@@ -367,9 +370,6 @@ 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 " +
|
||||
|
||||
Reference in New Issue
Block a user