3DPrintDemon / Demon_Klipper_Essentials_Unified

The very latest UNIFIED version for these macros! Huge re-implementation & new Features!
GNU General Public License v3.0
183 stars 13 forks source link

Eddy BED_MESH_CALIBRATE METHOD #24

Closed aquari86 closed 2 months ago

aquari86 commented 2 months ago

I have a question about the bed mesh macro, I use the Btt eddy, I installed it and it works great, but how can I modify the macro so that this command "BED_MESH_CALIBRATE METHOD=rapid_scan ADAPTIVE=1 " is used, do you have an idea, thanks for your effort

3DPrintDemon commented 2 months ago

Hi there! Full Eddy support will be coming in the next update of my macros. however in the meantime you go into the mesh builder file & search...

ctrl+f

the search for each of these...

BED_MESH_CALIBRATE PROFILE=TPU
BED_MESH_CALIBRATE PROFILE=default
BED_MESH_CALIBRATE PROFILE=PETG
BED_MESH_CALIBRATE PROFILE=ASA
BED_MESH_CALIBRATE PROFILE=ABS

Then in replace each one with the corresponding entry here...

BED_MESH_CALIBRATE PROFILE=TPU METHOD=rapid_scan
BED_MESH_CALIBRATE PROFILE=default METHOD=rapid_scan
BED_MESH_CALIBRATE PROFILE=PETG METHOD=rapid_scan
BED_MESH_CALIBRATE PROFILE=ASA METHOD=rapid_scan
BED_MESH_CALIBRATE PROFILE=ABS METHOD=rapid_scan

We leave off the ADAPTIVE part of the command as we want to mesh the whole bed in this instance. That should do the trick. I'll be testing Eddy on my systems this week so please let me know how it goes.

aquari86 commented 2 months ago

yes, before you wrote it, I tried it and it worked straight away, thanks for your help

3DPrintDemon commented 2 months ago

You're most welcome! happy printing!