VORON Design

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!

Recent content by FLYN

  1. F

    NEW! Bed Fans Smart Monitoring Control System

    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.
  2. F

    NEW! Bed Fans Smart Monitoring Control System

    Cool! Glad to hear it 👍
  3. F

    NEW! Bed Fans Smart Monitoring Control System

    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...
  4. F

    NEW! Bed Fans Smart Monitoring Control System

    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...
  5. F

    NEW! Bed Fans Smart Monitoring Control System

    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...
  6. F

    NEW! Bed Fans Smart Monitoring Control System

    Yes the latest version is integrated into my macro pack. https://github.com/3DPrintDemon/Demon_Klipper_Essentials_Unified
  7. F

    MACRO PACK Demon Klipper Essentials Unified v2.8

    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...
  8. F

    NEW! Bed Fans Smart Monitoring Control System

    I've not released it yet, still testing. ;)
  9. F

    NEW! Bed Fans Smart Monitoring Control System

    I have been working on something like this actually.
  10. F

    NEW! Bed Fans Smart Monitoring Control System

    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...
  11. F

    VORON 2.4 SKIRT CONNECTOR INSERT for CANBUS, fans, ERCF, PG7, & filament sensor

    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
  12. F

    NEW VERSION! Demon_Essentials_Voron_2.4_Edition v2.6

    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...
  13. F

    NEW! Bed Fans Smart Monitoring Control System

    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.
  14. F

    NEW VERSION! Demon_Essentials_Voron_2.4_Edition v2.6

    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...
  15. F

    NEW! Bed Fans Smart Monitoring Control System

    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...
Top