This commit is contained in:
sanjayk03-dev
2025-08-31 18:48:26 +05:30
parent 25897f0a67
commit 28e6b29ed6
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "bbctrl",
"version": "1.6.5",
"version": "1.6.6",
"homepage": "https://onefinitycnc.com/",
"repository": "https://github.com/OneFinityCNC/onefinity",
"license": "GPL-3.0+",

View File

@@ -1,6 +1,6 @@
{
"name": "bbctrl",
"version": "1.6.5",
"version": "1.6.6",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@@ -43,7 +43,7 @@ class Config(object):
self.values = {}
try:
self.version = "1.6.5"
self.version = "1.6.6"
# Load config template
with open(get_resource('http/config-template.json'), 'r',

View File

@@ -1,5 +1,5 @@
{
"version": "1.6.5",
"version": "1.6.6",
"settings": {
"junction-accel": 200000,
"max-deviation": 0.05,