Skip to content

Commit

Permalink
Update src/components/widgets/gcode-preview/GcodePreview.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Lamas <[email protected]>
  • Loading branch information
matmen and pedrolamas authored Jul 9, 2022
1 parent f924759 commit 4b674ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/gcode-preview/GcodePreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export default class GcodePreview extends Mixins(StateMixin) {
get showExcludeObjects () {
const file = this.$store.getters['gcodePreview/getFile']
if (!file) {
return true
return false
}
const printerFile = this.$store.state.printer.printer.current_file
Expand Down

0 comments on commit 4b674ed

Please sign in to comment.