MarlinFirmware / Configurations

Configurations for Marlin Firmware
https://marlinfw.org
GNU General Public License v3.0
1.98k stars 3.33k forks source link

[BUG] Need #define BABYSTEP_Z #1062

Closed JJones780 closed 1 month ago

JJones780 commented 1 month ago

Bug Description

In order to enable and see Babystepping in 2.1.2.2 BABYSTEP_Z must be defined.

This #define is missing from at least "config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration_adv.h" in branches: import-2.0.x 2.1.2.3 and 2.1.2.2

Configuration Files

You can run this to fix every configuration in lower directories:

find . -type f -name "Configuration_adv.h" -print0 | xargs -0 sed -i '' -e 's/\/\/#define BABYSTEP_XY/#define BABYSTEP_Z \n \/\/#define BABYSTEP_XY/g'

or just fix the one you need.

thisiskeithb commented 1 month ago

This is not a bug.

JJones780 commented 1 month ago

My apologies... BABYSTEP_Z is not only NOT a bug but it is not found in the source code anywhere!

thisiskeithb commented 1 month ago

My apologies... BABYSTEP_Z is not only NOT a bug but it is not found in the source code anywhere!

That's because BABYSTEP_Z is not a real config flag. To babystep Z, you'd enable BABYSTEPPING.


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: