diff --git a/CHANGELOG.md b/CHANGELOG.md index 60c3cc7..9968817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,30 @@ OneFinity CNC Controller Firmware Changelog =========================================== -Note: This firmware was forked from version 0.4.14 of the Buildbotics firmware -Buildbotics Changelog is provided below - ## v1.0.7 - - General code cleanup + - Cleaned up UI layout a bit on the main screen + - Enabled auto expansion of partition and file system to fill SD card on first boot - Added probe continuity test before probing (pop-up dialog) + - Added a popup after probing, reminding the user to put away the probe + - Lowered default probe seek speed - Fixed file drop-down menu showing old files + - Added file system watcher for uploaded files - Improved support for large gcode files, improves performance on Raspi - - Fixed a bug where the UI could become unresponsive when uploading the first gcode file + - Fixed a bug where the UI could become unresponsive at boot, or when uploading the first gcode file - Changed default max-deviation to 0.001 to reduce issues with chattering while cutting arcs and circles - - Fixed dwell parameter in stall homing procedure to smooth out motion - + - Hides ratpoison (window manager) message during boot up + - Disabled G61, G61.1, G64 gcodes until the root cause of circle chatter is identified and fixed + - Increased icon size on the main GUI + - Improved version comparison logic for handling public beta releases in the future + - Changed default max-jerk to 1000 for X/Y axes + - Changed default idle current to 1A + - Force-set some critical configuration values to help with reliability + - Metric units only for junction-accel and max-deviation + - Rewrote the homing procedure to be more consistent + - Small improvements to the stall homing procedure + - Fixed error messages in the console (webgl) + - Fixed styling bug with error dialog + - Added a setting to allow enable/disable of probing safety prompts ## v1.0.6 - Tweaked stall homing procedure to clear stepper stall condition before homing @@ -48,6 +60,8 @@ Buildbotics Changelog is provided below - Initial release of customized OneFinity firmware - Includes GUI customizations, stall homing +Note: This firmware was forked from version 0.4.14 of the Buildbotics firmware + Buildbotics CNC Controller Firmware Changelog ============================================= diff --git a/package.json b/package.json index bbd404f..ce57a15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bbctrl", - "version": "1.0.7b3", + "version": "1.0.7", "homepage": "https://onefinitycnc.com/", "repository": "https://github.com/OneFinityCNC/onefinity", "license": "GPL-3.0+",