v1.6.7
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bbctrl",
|
"name": "bbctrl",
|
||||||
"version": "1.6.6",
|
"version": "1.6.7",
|
||||||
"homepage": "https://onefinitycnc.com/",
|
"homepage": "https://onefinitycnc.com/",
|
||||||
"repository": "https://github.com/OneFinityCNC/onefinity",
|
"repository": "https://github.com/OneFinityCNC/onefinity",
|
||||||
"license": "GPL-3.0+",
|
"license": "GPL-3.0+",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bbctrl",
|
"name": "bbctrl",
|
||||||
"version": "1.6.6",
|
"version": "1.6.7",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|||||||
@@ -246,9 +246,6 @@ module.exports = new Vue({
|
|||||||
},
|
},
|
||||||
|
|
||||||
is_easy_adapter_active: function() {
|
is_easy_adapter_active: function() {
|
||||||
console.log("1", this.config.settings["easy-adapter"]);
|
|
||||||
console.log("2", this.config);
|
|
||||||
|
|
||||||
return this.config.settings["easy-adapter"] === true;
|
return this.config.settings["easy-adapter"] === true;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ class Config(object):
|
|||||||
self.values = {}
|
self.values = {}
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self.version = "1.6.6"
|
self.version = "1.6.7"
|
||||||
|
|
||||||
# Load config template
|
# Load config template
|
||||||
with open(get_resource('http/config-template.json'), 'r',
|
with open(get_resource('http/config-template.json'), 'r',
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "1.6.6",
|
"version": "1.6.7",
|
||||||
"settings": {
|
"settings": {
|
||||||
"junction-accel": 200000,
|
"junction-accel": 200000,
|
||||||
"max-deviation": 0.05,
|
"max-deviation": 0.05,
|
||||||
|
|||||||
Reference in New Issue
Block a user