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

[BUG] enabled LCD_BED_TRAMMING not working #27490

Open
1 task done
freek-heining opened this issue Oct 23, 2024 · 3 comments · May be fixed by #27532
Open
1 task done

[BUG] enabled LCD_BED_TRAMMING not working #27490

freek-heining opened this issue Oct 23, 2024 · 3 comments · May be fixed by #27532

Comments

@freek-heining
Copy link

freek-heining commented Oct 23, 2024

Did you test the latest bugfix-2.1.x code?

Yes, and the problem still exists.

Bug Description

I moved from regular 2.1 to bugfix 2.1 and compiled my firmware succesfully for my Ender 3 Pro.
Sadly the only thing not working is the bed tramming wizard in the menu, which I used a lot in the regular 2.1.
The wizard/option is just nowhere to be found. I reflashed several times and resetted the EEPROM etc.

// Add a menu item to move between bed corners for manual bed adjustment
#define LCD_BED_TRAMMING

#if ENABLED(LCD_BED_TRAMMING)
  #define BED_TRAMMING_INSET_LFRB { 30, 30, 30, 30 } // (mm) Left, Front, Right, Back insets
  #define BED_TRAMMING_HEIGHT      0.4        // (mm) Z height of nozzle at leveling points
  #define BED_TRAMMING_Z_HOP       4.0        // (mm) Z height of nozzle between leveling points
  #define BED_TRAMMING_INCLUDE_CENTER       // Move to the center after the last corner
  //#define BED_TRAMMING_USE_PROBE
  #if ENABLED(BED_TRAMMING_USE_PROBE)
    #define BED_TRAMMING_PROBE_TOLERANCE 0.1  // (mm)
    #define BED_TRAMMING_VERIFY_RAISED        // After adjustment triggers the probe, re-probe to verify
    //#define BED_TRAMMING_AUDIO_FEEDBACK
  #endif
    (examples omitted)
  #define BED_TRAMMING_LEVELING_ORDER { LF, RF, RB, LB }
#endif

Bug Timeline

New bug. Today

Expected behavior

The bed tramming wizard appearing in the main menu.

Actual behavior

It's not showing up.

Steps to Reproduce

Uncomment #define LCD_BED_TRAMMING to enable

Version of Marlin Firmware

2.1.2.4

Printer model

Ender 3 Pro

Electronics

SKR E3 mini v2.0

LCD/Controller

No response

Other add-ons

No response

Bed Leveling

No Bed Leveling

Your Slicer

Cura

Host Software

None

Don't forget to include

  • A ZIP file containing your Configuration.h and Configuration_adv.h.

Additional information & file uploads

Marlin.zip

@thisiskeithb
Copy link
Member

This was changed in #27393

You need to enable MESH_BED_LEVELING for the menu to show up.

@freek-heining
Copy link
Author

This was changed in #27393

You need to enable MESH_BED_LEVELING for the menu to show up.

Thank you it worked!
I Googled a lot before asking this question but found nothing. Also it was not clear for me by reading the comments in the config file.

@thisiskeithb
Copy link
Member

This needs to be fixed or sanity checked, so the issue should remain open.

@thisiskeithb thisiskeithb reopened this Oct 24, 2024
@thisiskeithb thisiskeithb added this to the Version 2.1.3 milestone Nov 7, 2024
@thisiskeithb thisiskeithb linked a pull request Nov 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants