Skip to content

Commit

Permalink
Added $32 read only proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
bdring committed Dec 11, 2024
1 parent ebc20ea commit 726983b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FluidNC/src/SettingsDefinitions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,5 @@ void make_settings() {
INT_PROXY("21", "Grbl/HardLimitsEnable", config._axes->hasHardLimits())
INT_PROXY("22", "Grbl/HomingCycleEnable", (bool)Axes::homingMask)
INT_PROXY("23", "Grbl/HomingInvertMask", Homing::direction_mask)
INT_PROXY("32", "Grbl/LaserMode", spindle->isRateAdjusted())
}

0 comments on commit 726983b

Please sign in to comment.