DIY motorized table saw fence

Поделиться
HTML-код

Комментарии • 42

  • @DigitalDivotGolf
    @DigitalDivotGolf 2 года назад +5

    This is one of the most under rated channels for teensys/arduinos on youtube!👏

    • @KrisKasprzak
      @KrisKasprzak  2 года назад +1

      Thanks for the very uplifting comment!

  • @fernandog.aguirre2791
    @fernandog.aguirre2791 Год назад

    congrats on your inteligence and kwnolegment to do such an intersting project! It made realize about my ignorance! Great job!

    • @KrisKasprzak
      @KrisKasprzak  Год назад

      Ha, ha, ha, ha, I surely did not know how to do this on day number one. Keep at it.

  • @paulhamacher773
    @paulhamacher773 2 года назад

    Aww I always thought of something like that! Happy to see someone having implemented it! Great work!

  • @rdyer8764
    @rdyer8764 2 года назад +1

    ...cut several times and it was still too narrow. Gotta love that! :)) Recent subscriber, but I've been using some of your TFT graphic code for years. Didn't know you had a channel until now.
    PS: Just to be nit picky... PCB stands for printed circuit board. So PCB Board would then be Printed Circuit Board Board. Just sayin'..

  • @terrymoses7548
    @terrymoses7548 2 месяца назад

    My head is spinning, and I'm spewing green pea soup.

  • @talkanderson
    @talkanderson 2 года назад +1

    Very cool! We'll make a programmer out of you yet :-)!

  • @jvmiller1995
    @jvmiller1995 Год назад

    I watched 41 sec s far. I cant believe not one internet safety police got you for no upper guard and not using a push stick. I have no issues but I see others get attacked all the time. Like I know where my fingers are thank you. Okay Now I will watch. I have thought about this several times as it would be Amazing at doing custom box joints.

  • @avejst
    @avejst 2 года назад

    wow, great projekt!! 👍👍
    Thanks for sharing your progress :-)

  • @joshnathaniel2432
    @joshnathaniel2432 5 месяцев назад

    I have a general 850 saw which is missing the rails and the fence… I need something like this built since the blade is controlled by Motors to rise and tilt. It has the computer and plug ins on it but I cannot find a fence or rails.

  • @GuljeeMadani
    @GuljeeMadani 11 месяцев назад

    Dear sir where to get the wire connection details and pcb file
    Thanks

  • @supersope
    @supersope 2 года назад +1

    damn men... if you can produce that one in larger quantities.... I will give e you my money ...

    • @KrisKasprzak
      @KrisKasprzak  2 года назад +1

      I've given this a lot of thought. The challenge is how to connect the steppers to the table and fence. I designed some custom parts that probably won't fit on other fences. I was thinking selling a kit but not sure others would be willing to devise their own connection scheme.
      What are your thoughts?

    • @robbie6625
      @robbie6625 Год назад +1

      @@KrisKasprzak What if you just created the control board and include the steppers. It's simple to source 1/4-20 rod from the big box stores. It would be semi-DIY.

  • @thijs199
    @thijs199 2 года назад

    Is this something I can buy like working and all, I mean, it's very useful. I'm just no engineer at this level I can't go ahead and understand all of this

    • @KrisKasprzak
      @KrisKasprzak  2 года назад

      I thought about making these and selling them but the problem is is the installation connection of the stepper motors to the tablesaw rails or so vastly different from saw to saw

  • @jokerlilo
    @jokerlilo Год назад

    Sell the circuit (code) in the box and ready to just assemble the guide, those who handle cnc will understand what to do, thanks

  • @michaelcurrier8827
    @michaelcurrier8827 Год назад

    Hello Kris, I was wondering if you would be interested in helping me? I want to get back into woodworking, however I got in a car accident and now I'm in a wheelchair and not able to move the fence etc. This would be great to have and use! If I sent you money to build one for me, could you/would you? I believe we have the same saw table. That would be awesome! Please let me know what you think.

  • @robertdunn1181
    @robertdunn1181 8 месяцев назад

    Why don’t you get some funding and design the first CNC TABLE SAW FENCE? If CNC Machines can do such amazing things, it seems like adding that kind of control to a table saw fence that only needs to move left and right would be the next step. If you strike it rich don’t forget about me.

    • @KrisKasprzak
      @KrisKasprzak  8 месяцев назад

      Funding is not the issue. I’ve thought about this thing for a few years. The challenge I face is how to connect the device to an unknown saw and the fence. I looked at one saw recently, and it would be virtually impossible to connect something to it. Meaning, I would have to refund somebody their money…

    • @robertdunn1181
      @robertdunn1181 8 месяцев назад

      When I put my sawstop together it came with the rail that the fence rides on separate and it just attached to the front of the saw and the fence rides on just that rail. If you could design a universal rail that could replace the stock rail that most saws use and make it so all the installation would require is to drill the holes in the new rail to line up with the saws stock attachment holes. The stock rail could be used as a template for lining up to drill the holes in the new rail that way the saws stock attachment bolts could be reused and that would be great for for saws with threaded holes. I know the Incra table saw fence requires installing new rails on both sides and most saws with the sawstop type fence only use one rail in front. That’s what I would suggest.

  • @massimilianomorelli3717
    @massimilianomorelli3717 Год назад

    Hi Kris, I`m trying to compile for Teensy 4.0 but IDE it`s saying that can`t find font_ArialBlack.h .
    Where can be find?
    Max

    • @KrisKasprzak
      @KrisKasprzak  Год назад

      These are extra fonts developed by pjrc, find them here:
      github.com/PaulStoffregen/ILI9341_fonts

    • @massimilianomorelli3717
      @massimilianomorelli3717 Год назад

      I have now an error at the Button KeyPadBtn[16](&Display); line saying that an array must be initialized with a brace-enclosed initializer. I`m using Arduino IDE2

    • @lemanssport1970
      @lemanssport1970 10 месяцев назад

      did you resolve this issue as I'm having the same error "array must be initialized with a brace-enclosed initializer" Thank you@@massimilianomorelli3717

    • @massimilianomorelli3717
      @massimilianomorelli3717 8 месяцев назад

      @@lemanssport1970
      I`m sorry for this late answer. I solved the problem with the following declaration:
      Button KeyPadBtn[16]{&Display, &Display, &Display, &Display,&Display,&Display,&Display,&Display,&Display,&Display,&Display,&Display, &Display,&Display,&Display,&Display};
      An Arduino expert told me that maybe the syntax has been probably changed.
      I still have some issue with the porting, let me know if you made some improvement. Thanks

  • @GuljeeMadani
    @GuljeeMadani 11 месяцев назад

    Dear Sir, may you can share the updated pcb file

    • @KrisKasprzak
      @KrisKasprzak  11 месяцев назад

      The PCB layout that I have had several mistakes in it. I’d recommend re-creating it based off the schematic.

  • @triosugiarto1932
    @triosugiarto1932 2 года назад

    hey man, can i use arduino instead?

    • @KrisKasprzak
      @KrisKasprzak  2 года назад +1

      A nano or Uno sure not they don’t have enough memory.

  • @valmir144
    @valmir144 Год назад

    it would just be easier if you make it yourself and sell to everyone who wants to order!

  • @arkadiyvladimirskiy6363
    @arkadiyvladimirskiy6363 Год назад

    Can you do one for me ? I will pay if not too much

    • @KrisKasprzak
      @KrisKasprzak  Год назад

      Selling you a working unit is easy, installing is challenging. Took me several different designs before I was able to get the steppers mounted securely.
      What type of table saw do you have?

    • @handyct
      @handyct Год назад

      @@KrisKasprzak Miter saw , I am mechanic -i can do anything , just too much time tolearn new things , help machanical part I can do easy

    • @handyct
      @handyct Год назад

      do not need long rod , only set with motor and control

  • @lemanssport1970
    @lemanssport1970 10 месяцев назад

    Hello Kris, thank you for sharing your great project. I'm having an complying error on line 120 which I've been trying to solve for days, have had NO luck at lot. Did not want to bother you but you may be my only hope.
    C:\Users
    mpro\Desktop\ARDUINO\FenceMate_V1.01\FenceMate_V1.01.ino:120:22: error: array must be initialized with a brace-enclosed initializer
    120 | Button KeyPadBtn[16](&Display);
    | ^~~~~~~~
    It is the same error posted by
    @massimilianomorelli3717
    2 months ago
    Thank you very much! Russell

    • @KrisKasprzak
      @KrisKasprzak  10 месяцев назад +1

      yep, compiler made a change somewhere where arrays must be create differently. This should be the correct code
      Button KeyPadBtn[16]{ {&Display}, {&Display},{&Display},{&Display},{&Display},{&Display},{&Display},{&Display},{&Display},{&Display},{&Display},{&Display},{&Display},{&Display},{&Display},{&Display} };

    • @lemanssport1970
      @lemanssport1970 10 месяцев назад

      Thank you for the quick response! After changing the line of code it does not show that error but have a lot of other error codes. Here is one for example:
      c:\Users
      mpro\OneDrive\1 (1Drive) My Stuff\1 SHOP Stuff\1 Arduino\1 Arduino Sketches\libraries\ILI9341_t3/ILI9341_t3.cpp:1723: multiple definition of `ILI9341_t3::setTextWrap(bool)'; C:\Users
      mpro\AppData\Local\Temp\arduino\sketches\887BB27F3893739309B248D8918A187A\sketch\ILI9341_t3.cpp.o:C:\Users
      mpro\OneDrive\1 (1Drive) My Stuff\1 SHOP Stuff\1 Arduino\1 Arduino Sketches\FenceMatdec23/ILI9341_t3.cpp:1723: first defined here
      It ended with: collect2.exe: error: ld returned 1 exit status
      Thank you again Kris.
      FYI: IDE 2.2.1, Teensy 4.0

    • @lemanssport1970
      @lemanssport1970 10 месяцев назад +1

      Thank You ! This Code Worked. Other issue was multiple libraries copies in sketch folder.
      Thank you again!@@KrisKasprzak

    • @lemanssport1970
      @lemanssport1970 10 месяцев назад

      Disregard this comment as I had multiple libraries copies in sketch folder.
      Thank you again!