RatRig V-Core 4 with Beacon probe
Octopus V1.1
Pi4
[homing_heaters] doesn’t turn off the bed heater when the Beacon probe is scanning during the CALIBRATE_ADAPTIVE_MESH macro. I’ve attempted to work around this issue by placing this at the top of the macro:
This has greatly improved the first layer quality. The issue I’m fighting is how to turn the heater back on to the first layer temperature at the end of this macro. When I place this at the end of the macro it only sets the bed to the default temperature of 85°C:
This indicates to me that I’m not correctly defining “bed_temp”. I know there is a disconnect between the slicer’s first layer temp and getting that value into “bed_temp”, but I’m new enough at Klipper where I can’t connect the dots. I suspect the answer is straight forward and would appreciate some help.
Thank you for reaching out so quickly. Apologies on my side for the delay and the missing klippy.log. I’m using PrusaSlicer-2.9.0, as it seemed the most efficient way to quickly get started with an IDEX printer.
Let me know if there is any additional information I may provide.
Thank you for looking into the code - you nailed it. I had wrongly been under the impression that bed_temp was a global parameter and available to any macro. That was my C-code train of thought coming through. Now I know and I’m better off for it for when I try other modifications in the future.
I appreciate the time you made here to help me out.