28
CHANGELOG.md
28
CHANGELOG.md
@@ -1,18 +1,30 @@
|
|||||||
OneFinity CNC Controller Firmware Changelog
|
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
|
## 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 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
|
- 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
|
- 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
|
- 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
|
## v1.0.6
|
||||||
- Tweaked stall homing procedure to clear stepper stall condition before homing
|
- 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
|
- Initial release of customized OneFinity firmware
|
||||||
- Includes GUI customizations, stall homing
|
- Includes GUI customizations, stall homing
|
||||||
|
|
||||||
|
Note: This firmware was forked from version 0.4.14 of the Buildbotics firmware
|
||||||
|
|
||||||
Buildbotics CNC Controller Firmware Changelog
|
Buildbotics CNC Controller Firmware Changelog
|
||||||
=============================================
|
=============================================
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bbctrl",
|
"name": "bbctrl",
|
||||||
"version": "1.0.7b3",
|
"version": "1.0.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+",
|
||||||
|
|||||||
Reference in New Issue
Block a user