bumped version to 1.3.0-alpha4
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bbctrl",
|
"name": "bbctrl",
|
||||||
"version": "1.3.0-alpha1",
|
"version": "1.3.0-alpha4",
|
||||||
"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+",
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ class Config(object):
|
|||||||
self.values = {}
|
self.values = {}
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self.version = "1.3.0-alpha1"
|
self.version = "1.3.0-alpha4"
|
||||||
|
|
||||||
# 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.3.0-alpha1",
|
"version": "1.3.0-alpha4",
|
||||||
"settings": {
|
"settings": {
|
||||||
"junction-accel": 200000,
|
"junction-accel": 200000,
|
||||||
"max-deviation": 0.05,
|
"max-deviation": 0.05,
|
||||||
|
|||||||
Reference in New Issue
Block a user