Skip to content

Commit

Permalink
fix: fix print start from dashboard for subdirectory files (#2074)
Browse files Browse the repository at this point in the history
* fix: fix print start from dashboard with files in a subdirectory

Signed-off-by: Stefan Dej <[email protected]>

* fix: use the complete path of the file in the start print dialog on the dashboard

Signed-off-by: Stefan Dej <[email protected]>

* refactor: remove unused getter

Signed-off-by: Stefan Dej <[email protected]>

---------

Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou authored Dec 9, 2024
1 parent 9783e00 commit ed8992e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/panels/Status/GcodefilesEntry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<start-print-dialog
:bool="showPrintDialog"
:file="item"
:current-path="pathOfFile"
current-path=""
@closeDialog="showPrintDialog = false" />
<add-batch-to-queue-dialog
:is-visible="showAddBatchToQueueDialog"
Expand Down

0 comments on commit ed8992e

Please sign in to comment.