Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
a8c9fcb
Initial (partial) port of MMU (Happy Hare) functionality
moggieuk Mar 5, 2025
57e75e4
Saving work in progress
moggieuk Mar 7, 2025
a1fb139
Functionally complete (expect hook when starting print)
moggieuk Mar 10, 2025
a95f9b8
Removed remaining to-do comments
moggieuk Mar 10, 2025
6ff6677
I think this is functionally complete
moggieuk Mar 10, 2025
ec97301
Added MMU logo option; more code cleanup
moggieuk Mar 11, 2025
6cf98d8
added 3ms logo
moggieuk Mar 11, 2025
ede7a94
slight update to stroke color in logos
moggieuk Mar 11, 2025
a6bd0b3
refinement in display of MMU logo
moggieuk Mar 12, 2025
3a867d2
Fixed logo sizing on Safari
moggieuk Mar 13, 2025
40390b8
Fixed linter errors (mostely formatting);
moggieuk Mar 13, 2025
81286ef
Merge branch 'develop' into pr/1641
pedrolamas Mar 13, 2025
fc9c1fc
Refinements on spool rack display and consistency of selection proces…
moggieuk Mar 14, 2025
0ee2826
Merge remote-tracking branch 'origin/develop' into develop
moggieuk Mar 14, 2025
b3583fc
Merge branch 'develop' into develop
pedrolamas Mar 14, 2025
d2dc093
Fixes for changes upstream
moggieuk Mar 14, 2025
9fa70bb
Merge branch 'develop' of github.com:moggieuk/fluidd-happy-hare-editi…
moggieuk Mar 14, 2025
233d588
improved highlighting of selected spool
moggieuk Mar 14, 2025
d0122a6
Added the ability to skip the server automap functionality if manuall…
moggieuk Mar 15, 2025
d3a77bc
Merge branch 'develop' into pr/1641
pedrolamas Mar 15, 2025
075f9c2
Merge branch 'develop' into pr/1641
pedrolamas Mar 15, 2025
17932fd
Fix for slight layout issue on Firefox
moggieuk Mar 16, 2025
8c8a4b3
Merge branch 'develop' of github.com:moggieuk/fluidd-happy-hare-editi…
moggieuk Mar 16, 2025
3a629e4
Fixed new linter errors after typed Vuex store change
moggieuk Mar 16, 2025
e594d8b
Merge branch 'develop' into develop
pedrolamas Mar 16, 2025
8778790
better bypass detection condition; suppress verbose log output when T…
moggieuk Mar 17, 2025
dc840ce
Merge branch 'develop' of github.com:moggieuk/fluidd-happy-hare-editi…
moggieuk Mar 17, 2025
40721f8
refactor: added mmu typings
pedrolamas Mar 16, 2025
66da2b9
style: applied Fluidd menu styling
pedrolamas Mar 16, 2025
ff4281b
refactor: move icons to global.ts
pedrolamas Mar 17, 2025
3f724e4
refactor: adds missing icons to global.ts
pedrolamas Mar 17, 2025
8dc83ae
refactor: use @Ref where possible
pedrolamas Mar 17, 2025
5848090
refactor: use inline-svg
pedrolamas Mar 17, 2025
b36b7c3
Merge branch 'develop' into develop
moggieuk Mar 18, 2025
aa8b6af
Added optional 'grip' to mmu printer object
moggieuk Mar 18, 2025
0fae176
Merge branch 'develop' into develop
pedrolamas Mar 18, 2025
2be6e96
fix: watch errors
pedrolamas Mar 18, 2025
98556da
fix: dashboard edit console error
pedrolamas Mar 18, 2025
b7a4a10
Altered defaults for printer variables.
moggieuk Mar 19, 2025
d2a7588
Merge branch 'develop' into pr/1641
pedrolamas Mar 21, 2025
1e9aef2
fix: disable if klippy not ready
pedrolamas Mar 21, 2025
70a22be
Merge branch 'develop' into pr/1641
pedrolamas Mar 21, 2025
2e5cbc8
Merge branch 'develop' into pr/1641
pedrolamas Mar 22, 2025
e21ae14
feat(mmu): disable controls if klippy not ready
pedrolamas Mar 23, 2025
85d91f9
refactor: move MmuEditTtgMapDialog to root app
pedrolamas Mar 23, 2025
e69e7fa
refactor: spoolman dialog handling
pedrolamas Mar 23, 2025
cfc10cb
refactor(mmu): dialogs bindings
pedrolamas Mar 23, 2025
3fb6838
fix(mmu): file handling
pedrolamas Mar 23, 2025
a263d3d
Bug fix - loaded/unload override not being set correctly
moggieuk Mar 24, 2025
aa05fea
fixed linter warning
moggieuk Mar 24, 2025
4224b2e
Bug Fix - handle null when material/name is cleared
moggieuk Mar 24, 2025
61f27f1
Merge branch 'develop' into pr/1641
pedrolamas Mar 24, 2025
0b0a767
Added tooltips to spools on main panel
moggieuk Mar 24, 2025
824f317
Merge branch 'develop' of github.com:moggieuk/fluidd-happy-hare-editi…
moggieuk Mar 24, 2025
8f4da07
refactor: tooltip disable condition
pedrolamas Mar 24, 2025
4958cf0
refactor: tooltip condition
pedrolamas Mar 24, 2025
367cfe5
Merge branch 'develop' into develop
pedrolamas Mar 27, 2025
beba72f
fix: allow spoolman spool id 0
pedrolamas Mar 27, 2025
4b79d17
fix: spoolman spool color
pedrolamas Mar 27, 2025
de46ec2
Minor tweaks to highlighted spool on main panel; Added missing detect…
moggieuk Mar 31, 2025
4276fc7
Merge branch 'develop' into develop
pedrolamas Apr 1, 2025
ca6ac90
feat(Mmu): allow settings reset
pedrolamas Apr 1, 2025
b7c6587
refactor: use TinyColor for luminance
pedrolamas Apr 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ declare module 'vue' {
VCheckbox: typeof import('vuetify/lib')['VCheckbox']
VChip: typeof import('vuetify/lib')['VChip']
VCol: typeof import('vuetify/lib')['VCol']
VColorPicker: typeof import('vuetify/lib')['VColorPicker']
VCombobox: typeof import('vuetify/lib')['VCombobox']
VContainer: typeof import('vuetify/lib')['VContainer']
VDataTable: typeof import('vuetify/lib')['VDataTable']
Expand Down
32 changes: 32 additions & 0 deletions public/img/mmu/mmu_3MS.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading