-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
[BUG] error: 'ENCODER_5X_STEPS_PER_SEC' was not declared in this scope in latest compile for Monoprice Maker Select V2 #27093
Comments
Your configs are not up to date with current Linking .pio/build/sanguino1284p_optimized/firmware.elf
Checking size .pio/build/sanguino1284p_optimized/firmware.elf
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM: [==== ] 38.8% (used 6364 bytes from 16384 bytes)
Flash: [========= ] 88.7% (used 112594 bytes from 126976 bytes)
Building .pio/build/sanguino1284p_optimized/firmware.hex
================================== [SUCCESS] Took 20.46 seconds ==================================
Environment Status Duration
----------------------- -------- ------------
sanguino1284p_optimized SUCCESS 00:00:20.462
=================================== 1 succeeded in 00:00:20.462 =================================== |
this is not possible
#if ENABLED(ENCODER_RATE_MULTIPLIER)
#ifndef ENCODER_5X_STEPS_PER_SEC
#define ENCODER_5X_STEPS_PER_SEC 0
#endif and #define ENCODER_RATE_MULTIPLIER is in Your Configuration_adv.h |
And yet on my end it does not build. I added #define ENCODER_5X_STEPS_PER_SEC 15 // (steps/s) Encoder rate for 5x speed around line 1486 (before the one for 10X) in my configuration_adv.h and I can now compile. |
Your copy of Marlin may be broken. Download a fresh copy of This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
Can not compile for Monoprice Maker Select V@ using latest bugfix. The error is Marlin\src\lcd\marlinui.cpp:1050:24: error: 'ENCODER_5X_STEPS_PER_SEC' was not declared in this scope
Bug Timeline
Problem appeared 5/14/2024
Expected behavior
Expected compile wit no error
Actual behavior
Compile failed as shown
Steps to Reproduce
attempt compile
Version of Marlin Firmware
latest bugfix
Printer model
Monoprice Maker Select V2
Electronics
No response
LCD/Controller
No response
Other add-ons
No response
Bed Leveling
UBL Bilinear mesh
Your Slicer
Cura
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Configs.zip
The text was updated successfully, but these errors were encountered: