Update to Moonraker .08-alpha (emergency stop)
This commit is contained in:
@@ -129,7 +129,7 @@ export default {
|
||||
methods: {
|
||||
emergencyStop: function() {
|
||||
this.$store.commit('setLoadingEmergencyStop', true);
|
||||
this.$socket.sendObj('post_printer_gcode_script', {script: 'M112'}, 'setLoadingEmergencyStop');
|
||||
this.$socket.sendObj('post_printer_emergency_stop', {}, 'setLoadingEmergencyStop');
|
||||
},
|
||||
drawFavicon(val) {
|
||||
let favicon = document.getElementById('favicon');
|
||||
|
Reference in New Issue
Block a user