Skip to content
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

Devt #996

Merged
merged 34 commits into from
Aug 15, 2023
Merged

Devt #996

merged 34 commits into from
Aug 15, 2023

Conversation

bdring
Copy link
Owner

@bdring bdring commented Aug 15, 2023

v3.7.6

New Features

  • Added new probing gcode variants G38.6 to G38.9. These are the same as G38.2 to G38.5, but the units are always millimeters (ignores G20) and the move is always incremental (ignores G90). This makes it easier for some senders to control the interface. The WebUI now uses this.
  • Parallel Delta Kinematics have been added.
  • New Alarms. Grbl only had a single alarm. This locked up the whole system. In reality you might have several alarms (homing, spindles, etc). By tracking multiple alarms, we can better control what happens in each case. We will like take more advantage of this in the future.
  • New Macros. We added after_homing, after_reset and after_unlock macros. The new alarms allowed this.
  • Soft Limits. We now check soft limits better. Previously we would stop when an arc was about to exceed the range. We now stop before the arc starts.

MitchBradley and others added 30 commits July 24, 2023 10:11
This makes it easier to use debug level for homing.
Change log level to verbose for TMC register dump
Fix #989 - treat empty pin specification like NO_PIN
- Still needs a bunch of work, but compiles.
This allows the kinematics to do a special homing method, like wall plotter or delta.
This will allow servos and steppers to homing differently
Use newer versions of arduinoWebSockets and WiFi libs with timeout
@bdring bdring merged commit da54111 into main Aug 15, 2023
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants