Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members!
It’s because you’re using that file not as intended and as stand-alone. The error is telling you the variables it’s looking for is not available to your system so it errors out.
aw man sorry try this version….
[gcode_macro _CORE_VARS]
variable_chamber_thermal_sensor: 0
gcode:
[gcode_macro _CHAMBER_SENSOR_DEFINE]
gcode:
{% set core_vars = printer["gcode_macro _CORE_VARS"] %}
{% if ('temperature_sensor Chamber_Temp' not in printer.configfile.config) and...
Yes it does, it just needs some tweaking to make it work as a stand alone system. I haven’t got that far yet.
Add this to your bed fans file. Note it is untested but “should” work, you’ll just need to put….
_CHAMBER_SENSOR_DEFINE
Into the beginning of your start_print macro.
Edited - use...
That is because this new version is more tightly integrated into the macros so it’s looking for a variable that is not there on your system as you’ve pulled v1.3.0 out & using it by itself.
I’d recommend installing the full macro suite or continue using the old version...
Hi guys! Here’s a link to my new release macro pack, I’ve spent a lot of time improving these with loads of updates, refinements, & new features! This is a massive reimplementation for these macros, I’ve even spent a ton of time improving the documentation so it’s easier to follow!
Be sure to...
the macro has changed a bit since I posted that. I now have system that controls the fan both up & down around a calculated mid-point temperature. The fan power is also limited to a calculated percentage of maximum so it doesn't ramp up & outrun the bed heater during the print. I've been testing...
I was fed up of not having good connectors on the back of my Voron for CANBUS, ERCF, fans, filament sensor etc. so made this….
https://www.printables.com/model/790873-voron-24-skirt-connector-insert-for-canbus-fans-er
Hi thanks for the signup, it’s really very much appreciated!
Sure happy to help. You can adjust the Start macro’s nozzle preheat temp by changing the value in the user settings file for your filament types.
variable_pla_noz_pre: 160
For example. You can drop that 140 & tap should allow...
Hi, thanks. Yes it sure does, it compares the current bed temp with the set target & if the bed temp falls more than 5°c it’ll stop the fans to let the bed warm back up.
I tried to make this system as automated as possible, & as easy to use as possible.
New version of my macro pack with loads added, give it a try...
Support for Klipper's Adaptive Meshing
Bed Fan Monitor
AES System for Z endstop switch users
Encoder filament sensor off until print start option
Adaptive Pressure Advance
PLUS LOADS MORE...
Hi guys! Here’s a little something I’ve made & shared for any VORON 2.4 owners out there! 🤩🤩🤩
It’s a smart & adaptive bed fans monitoring & control system. It can be used as a stand-alone cfg on any system with bed fans, or part of my full VORON 2.4 macro pack, free links to that on the page...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.