Update to Moonraker .08-alpha (emergency stop)
This commit is contained in:
parent
accde2227b
commit
fb242bc5d3
@ -1,7 +1,4 @@
|
||||
{
|
||||
"socket": {
|
||||
"hostname": "voron250.local",
|
||||
"port": 80,
|
||||
"reconnectInterval": 3000
|
||||
}
|
||||
}
|
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user