filtering Gcodes

This commit is contained in:
sanjayk03-dev
2024-01-22 09:56:48 +05:30
parent 45f3ed687e
commit 96657f3cb1
4 changed files with 14 additions and 10 deletions

View File

@@ -297,7 +297,7 @@ script#control-view-template(type="text/x-template")
select(title="Select previously uploaded GCode programs.",
v-model="state.selected", @change="load", :disabled="!is_ready",
style="max-width:100%")
option(v-for="file in state.files", :value="file") {{file}}
option(v-for="file in gcode_files", :value="file") {{file}}
.progress(v-if="toolpath_progress && toolpath_progress < 1",
title="Simulating GCode to check for errors, calculate ETA and " +