voron 0.1&0.2 voron trident auxiliary cooling air guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ธ.ค. 2023
  • Scope of application: VORON0.1&0.2&VORON Trident
    Features: It can provide strong wind power, greatly increasing its cooling effect, providing more favorable support for printers to print complex models, and lowering the threshold for printers to print models; realizing that the printer will be cold as soon as it is discharged, and it will be stable when it is formed.
    As long as the motherboard you are using has an extra fan socket, it is very simple to use. You only need to connect a 24V power supply and a fan interface to control printing. If there is no extra fan interface, you need to control the fan through a PWM adapter board. The video introduces how to use the adapter board to implement fan control.The configuration is placed in the comment area
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 12

  • @fysetc4882
    @fysetc4882  5 หลายเดือนก่อน +1

    STL link: www.thingiverse.com/thing:6122197
    Product Links:www.aliexpress.com/item/1005006071160992.html

  • @ajo.5476
    @ajo.5476 5 หลายเดือนก่อน +1

    Great video. Where can I find the stl for the fan shroud

  • @Altirix_
    @Altirix_ 5 หลายเดือนก่อน

    no guide for the cheetah v2 given older kits were sold with that mainboard?

  • @LaurentLieben
    @LaurentLieben 3 หลายเดือนก่อน

    Where to buy the pwm interface board ?

    • @fysetc4882
      @fysetc4882  3 หลายเดือนก่อน

      Included in the kit

  • @jcenergy2493
    @jcenergy2493 6 หลายเดือนก่อน +1

    Why you don't post links to the files and product?

    • @rafaelmontserrat4443
      @rafaelmontserrat4443 6 หลายเดือนก่อน

      following

    • @fysetc4882
      @fysetc4882  6 หลายเดือนก่อน

      www.thingiverse.com/thing:6122197

    • @fysetc4882
      @fysetc4882  6 หลายเดือนก่อน

      www.aliexpress.com/item/1005006071160992.html

    • @fysetc4882
      @fysetc4882  6 หลายเดือนก่อน

      If you follow the video wiring, you can copy the following configuration to your printer.cfg.
      [fan_generic Aux_Fan]
      pin: PA0
      max_power: 1.0
      shutdown_speed: 0
      #cycle_time:
      #hardware_pwm:
      kick_start_time: 0.2
      off_below: 0.05
      tachometer_pin: PA1
      #tachometer_ppr:
      #tachometer_poll_interval:
      enable_pin:PC3
      # Replacement-Macro to control the Fan with M106 P2 and M107 for BambuStudio
      # Macro inspired by klipper-github issue
      [gcode_macro M106]
      rename_existing: G106
      gcode:
      {% if params.P is defined %}
      {% if params.P|int == 2 %}
      {% if params.S is defined %}
      {% if params.S|int == 255 %}
      {% set realspeed = 1 %}
      {% else %}
      {% if params.S|int == 0 %}
      {% set realspeed = 0 %}
      {% else %}
      {% set realspeed = params.S|float/255 %}
      {% endif %}
      {% endif %}
      {% else %}
      {% set realspeed = 1 %}
      {% endif %}
      SET_FAN_SPEED FAN=Aux_Fan SPEED={realspeed}
      {% endif %}
      {% else %}
      {% if params.S is defined %}
      G106 S{params.S}
      {% else %}
      G106 S255
      {% endif %}
      {% endif %}
      [gcode_macro M107]
      rename_existing: G107
      gcode:
      {% if params.P is defined %}
      {% if params.P|int == 2 %}
      SET_FAN_SPEED FAN=Aux_Fan SPEED=0
      {% endif %}
      {% else %}
      SET_FAN_SPEED FAN=Aux_Fan SPEED=0
      G107
      {% endif %}

  • @nolesen5699
    @nolesen5699 5 หลายเดือนก่อน +1

    Is there any reason you can't get anyone other than a horrible AI BOT to talk on your videos??

    • @JATdesign
      @JATdesign 2 หลายเดือนก่อน

      language barrier most likely, also its an instructional video not entertainment so the voice really doesn't change the video, where clarity is more important.