You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fix] Squashed a very rare bug when lowering the feedrate (or rapid) override. When in the very strict set of circumstances with acceleration settings, override step size, and current speed, an internal calculation would cause Grbl to crash. The fix was an overlooked equality statement that should have been a less than or equal, not a less than.
Copy file name to clipboardExpand all lines: doc/log/commit_log_v1.1.txt
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
----------------
2
+
Date: 2017-07-17
3
+
Author: Sonny Jeon
4
+
Subject: Clean up and new streaming script check-mode feature.
5
+
6
+
[new] The stream.py streaming script now has a check-mode option, where it will place Grbl in $C check mode automatically and then stream the g-code program. It's a very fast way to check if the g-code program has any errors.
7
+
8
+
[fix] The debug variable was not initialized if the debug option was enabled in config.h
9
+
10
+
[fix] Updated error_codes CSV file to the same format as the others.
0 commit comments