Skip to content

Commit

Permalink
🐛 Refine FT Motion, I2S Stepping (MarlinFirmware#26628)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
  • Loading branch information
2 people authored and eoyilmaz committed Jan 19, 2024
1 parent 8852709 commit b85ed9f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Marlin/src/inc/Warnings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -833,10 +833,3 @@
#if ALL(FT_MOTION, I2S_STEPPER_STREAM)
#warning "FT_MOTION has not been tested with I2S_STEPPER_STREAM."
#endif

/**
* User doesn't have or disabled G92?
*/
#if DISABLED(EDITABLE_STEPS_PER_UNIT)
#warning "EDITABLE_STEPS_PER_UNIT is required to enable G92 runtime configuration of steps-per-unit."
#endif

0 comments on commit b85ed9f

Please sign in to comment.