Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: display gcodeviewer always and store klipper settings in moonraker DB as a fallback #725

Merged
merged 7 commits into from
Mar 21, 2022
Prev Previous commit
Next Next commit
refactor: remove debug output
Co-authored-by: pataar <pietering1@gmail.com>
meteyou and pataar authored Mar 20, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 8df6d0e407a43297decaf3f5c854a6595b37eae6
1 change: 0 additions & 1 deletion src/store/gui/actions.ts
Original file line number Diff line number Diff line change
@@ -129,7 +129,6 @@ export const actions: ActionTree<GuiState, RootState> = {
saveSetting({ commit }, payload) {
commit('saveSetting', payload)

window.console.log(payload)

Vue.$socket.emit('server.database.post_item', {
namespace: 'mainsail',