-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add experimental support for string registers #603
base: master
Are you sure you want to change the base?
Commits on Oct 23, 2024
-
use read_real_value for return statements, so that the returned value…
… does not need to be in []
Configuration menu - View commit details
-
Copy full SHA for fe9b61a - Browse repository at this point
Copy the full SHA fe9b61aView commit details -
if no return-value is read, set _value to 0.0f so that we don't carry…
… previous returns
Configuration menu - View commit details
-
Copy full SHA for 4836af9 - Browse repository at this point
Copy the full SHA 4836af9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b148a09 - Browse repository at this point
Copy the full SHA b148a09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33bfb1a - Browse repository at this point
Copy the full SHA 33bfb1aView commit details -
rename from ngc_string_registers to string_registers,
as I am unsure if the ngc_-prefix should be there on this
Configuration menu - View commit details
-
Copy full SHA for 9b2d7b6 - Browse repository at this point
Copy the full SHA 9b2d7b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b05088 - Browse repository at this point
Copy the full SHA 3b05088View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58b66f4 - Browse repository at this point
Copy the full SHA 58b66f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b3f6dd - Browse repository at this point
Copy the full SHA 6b3f6ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for efe1a6b - Browse repository at this point
Copy the full SHA efe1a6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4951ff - Browse repository at this point
Copy the full SHA d4951ffView commit details -
Substitute characters before creating a string register. This allows …
…creating texts with values from parameters etc
Configuration menu - View commit details
-
Copy full SHA for 3782260 - Browse repository at this point
Copy the full SHA 3782260View commit details -
Configuration menu - View commit details
-
Copy full SHA for be6d916 - Browse repository at this point
Copy the full SHA be6d916View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c95b8f - Browse repository at this point
Copy the full SHA 9c95b8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78d8458 - Browse repository at this point
Copy the full SHA 78d8458View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6979fb - Browse repository at this point
Copy the full SHA e6979fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59952af - Browse repository at this point
Copy the full SHA 59952afView commit details -
Configuration menu - View commit details
-
Copy full SHA for dea24e3 - Browse repository at this point
Copy the full SHA dea24e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 012950c - Browse repository at this point
Copy the full SHA 012950cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4102648 - Browse repository at this point
Copy the full SHA 4102648View commit details
Commits on Nov 9, 2024
-
On some processors, MOSI can be driven to the output level before the clock is enabled. If the first bit is a 1, this can result in a longer pulse that is interpreted as a high level by neopixels. This fix maintains the same inter-bit timings, but ensures the first bit is always 0. (The last bit is already always zero due to padding for reset timing requirements).
Configuration menu - View commit details
-
Copy full SHA for 072fdb3 - Browse repository at this point
Copy the full SHA 072fdb3View commit details -
Changed _vminor named parameter to contain build date in YYMMDD forma…
…t, previously value was 0. Added support for LinuxCNC style (ABORT,<msg>) comment, requires expressions enabled. Terminates gcode program, outputs message and returns error 253. Added PRM[<setting>] and PRM[<setting>,<bit>] functions to expressions, returns $-setting value or value of bit in integer type setting. "hardened" flow control code, fixed bug in repeat...continue handling. Changed signature of grbl.on_gcode_comment event, now returns status code.
Configuration menu - View commit details
-
Copy full SHA for f830979 - Browse repository at this point
Copy the full SHA f830979View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c88911 - Browse repository at this point
Copy the full SHA 2c88911View commit details -
Removed deprecated stream flags, added stream event for line state (R…
…TS, DTR) changes - initially for USB streams.
Configuration menu - View commit details
-
Copy full SHA for fe23364 - Browse repository at this point
Copy the full SHA fe23364View commit details -
Configuration menu - View commit details
-
Copy full SHA for e769418 - Browse repository at this point
Copy the full SHA e769418View commit details -
Move substitution to a grbl core handler. Move setting of string regi…
…sters to onGcodeComment
Configuration menu - View commit details
-
Copy full SHA for a29ae43 - Browse repository at this point
Copy the full SHA a29ae43View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4febb7 - Browse repository at this point
Copy the full SHA c4febb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba86b00 - Browse repository at this point
Copy the full SHA ba86b00View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd187dc - Browse repository at this point
Copy the full SHA cd187dcView commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba912fa - Browse repository at this point
Copy the full SHA ba912faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca467b - Browse repository at this point
Copy the full SHA 8ca467bView commit details -
simplify logic for handling setting string-registers, since it now re…
…turns status-codes itself
Configuration menu - View commit details
-
Copy full SHA for d3e8b1d - Browse repository at this point
Copy the full SHA d3e8b1dView commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b2786db - Browse repository at this point
Copy the full SHA b2786dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e58e02 - Browse repository at this point
Copy the full SHA 5e58e02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8beb863 - Browse repository at this point
Copy the full SHA 8beb863View commit details