Тёмный

How I made a Modular Macro Keyboard System (3D Printed): Ocreeb MK2 

Salim Benbouziyane
Подписаться 54 тыс.
Просмотров 348 тыс.
50% 1

Check out HeyGears UltraCraft Reflex: store.heygears.com/referral/r...
Join the HeyGears IdeaShapers community: bit.ly/41ZgYle
🍃 Grovemade Premium Desk Accessories: Get 10% off using code SALIM10
Notepad: bit.ly/Grovemade-NotePad
Display Rail: bit.ly/Grovemade-Display-Rail
Vertical Organizer: bit.ly/Grovemade-Vertical-Org...
Entire Kit: bit.ly/Grovemade-The-Note-Tak...
Ocreeb MK2 is the second iteration of my macropad project. This version features the XIAO RP2040, hotswap sockets support, a detachable switch plate, an OLED screen and I'm exploring a fun new idea inspired by the Monogram Creative Console - a custom magnetic connector that lets me attach all sorts of external modules to make different layouts. Join me as I try to design and build the modular macropad system that kind of works 😅
👋 Follow me:
linktr.ee/salimbenbouz
⚡️ Project links:
Github: github.com/sb-ocr/ocreeb-mk-2
Instructables: bit.ly/3vCNajG
🧪 Project resources:
KMK Keyboard Firmware: kmkfw.io/docs/
Adafruit Seesaw Framework: bit.ly/Adafruit-Seesaw
Using the UPDI Programmer: bit.ly/3tX4NtZ
MIDI commands into Lightroom actions: rsjaffe.github.io/MIDI2LR/
Zack Freedman's project:
• Modules! Magnets! MiRa...
_______________________
🛠 Tools:
Autodesk Fusion 360: bit.ly/49dQyQN
Soldering station: geni.us/16zcw5
3D Printer: geni.us/UKTApo
PEI build plate: geni.us/9K0md
iFixit Driver Kit: geni.us/pE8dvKd
Magnetic Helping Hand: geni.us/qmbA3W
Digital Microscope: geni.us/OvfXE
Oscilloscope: geni.us/rHzAS8
🎬Video gear:
Sigma 18-35mm f/1.8 DC Art Lens: geni.us/43RyE
90cm Octagonal Softbox: geni.us/tXzLg2U
Motorized Camera Slider: geni.us/CKpHVYp
Aputure Amaran 100D Light: geni.us/DitmF6
Aputure Amaran PT1C Tube Light: geni.us/zcYT
Heavy Duty Light Stand with Casters: geni.us/W3aZy4Z
RØDE VideoMic GO II Microphone: geni.us/3gEQb4
RØDE Wireless GO II Microphones: geni.us/HTWPS
🎧 Music:
Epidemic Sound share.epidemicsound.com/cp32b6
_______________________
00:00 Intro
00:38 Parts and changes
02:25 Prototype
06:00 PCBs
07:05 Enclosures
08:05 3D Printing
12:19 Assembly
15:46 Final result
16:25 Firmware usage and mistakes
18:47 Outro
Affiliate links may be included in this page. I may receive a small commission at no additional cost to you.
#diy #modular #mechanicalkeyboard #macropad #3dprinting #maker

Наука

Опубликовано:

 

16 май 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 571   
@SomberDestiny
@SomberDestiny 4 месяца назад
The content on this channel is WAY too good to only have 36k subs. Hope your channel blows up, my dude. Sweet project, as always.
@markfox6741
@markfox6741 4 месяца назад
Agreed!
@user-ue7mw7hg7n
@user-ue7mw7hg7n 4 месяца назад
What my sub isn't good enough for you?
@shakthizen
@shakthizen 4 месяца назад
Yess ❤
@javargas917
@javargas917 4 месяца назад
Just subbed. Luckiest find of 2024 so far!!!
@bel5978
@bel5978 4 месяца назад
Let it grow at its rhythm. 38K with only 4 video, that's performance, man. Don't push Salim to play the "youtube" game by click-baiting (GreatScott admitted it), doing stupid joke and storytelling and useless scenery (like Sean Hogdins unfortunately :/) DO NOT FORGET: the making and learning are the "interest" of these video, not your "film making" skill. @Salim: if you do that or create a thumbnail with a wide open mouth, I unsub right away! :P
@alexgaffney6781
@alexgaffney6781 4 месяца назад
This is why i love open source projects, i've had this idea in my head for years but never got around to designing and making it. Now i dont need to and can just tailor these designs to my needs. Awesome project!
@KuboMelich
@KuboMelich 4 месяца назад
Same feelings!
@TrietNguyen-ze3th
@TrietNguyen-ze3th 29 дней назад
Hi, may i ask what kind of knowledge I need to learn inorder to do everything He did in the video? Right now I'm studying C++ in college first year and try to selftaught Python.
@jaleru
@jaleru 4 месяца назад
"I'm not an expert." Made me chuckle to mask the tears of my failures
@salimbenbouz
@salimbenbouz 4 месяца назад
I’m glad people are enjoying the process. I'm always reluctant to include a lot of detail for fear of producing a boring video
@c0mputer
@c0mputer 4 месяца назад
Yeah dude, the editing is top notch and the project is even better. Maybe a work space tour for an upcoming video? Looks like a relatively small space but it’s action packed with great stuff.
@salimbenbouz
@salimbenbouz 4 месяца назад
Thanks! it's a small space indeed but I try to make it work. Maybe some day we do a tour yeah!
@mypaxa003
@mypaxa003 4 месяца назад
Everything was so clean. I almost got depressed about my DIY until you added those tiny bits of hot glue) What a relief)
@salimbenbouz
@salimbenbouz 4 месяца назад
😂 the funny thing is I was going to make a bracket when I was designing the enclosure and I refrained and decided not to waste more time and just use good ol hot glue 😂
@recurveninja
@recurveninja 4 месяца назад
Regarding your performance issues: you may be able to speed things up by writing your signal interpreter in C and compile to a dynamic library (.dll on windows, .so on *NIX). Using the Ctypes (uctypes in circuitpython) module , you can import it as a python module and call your functions while benefiting from C-level performance.
@salimbenbouz
@salimbenbouz 4 месяца назад
Thanks for the suggestion! I will look into it. You're right maybe this will work way faster for the custom address pulse I was tinkering with.
@joe-skeen
@joe-skeen 4 месяца назад
Or even Rust
@AlainPilon
@AlainPilon 3 месяца назад
@@joe-skeen Rust is great if you already know Rust and need it to do something. It is a terrible idea if you dont. Learning curve is Dwarven Fortress like.
@Debrugger
@Debrugger 3 месяца назад
Dynamic libraries aren't a thing for circuitpython (a loader probably wouldn't even fit in memory). You need to statically compile it into with the runtime. I couldn't find any up to date guides, but I think you just have to copy what the other modules in `circuitpython/shared-module` do.
@witebatman
@witebatman 4 месяца назад
Dude, I am blown away by your creativity and technical follow through. Huge inspiration. Thank you!
@silardgal8223
@silardgal8223 3 месяца назад
The interrupt fix can be that you buffer data on the module side. Meaning if there is a press, you put it into a buffer, and when the main modules comes to read it, you are not losing any data. Yes, you will have a small delay, but still with no data loss. I would suggest the next version to have CAN Bus, as its a multi-master system and you can send messages directly to the main host, but also to the modules as well. Awesome project!
@giannismentz3570
@giannismentz3570 6 дней назад
The CAN Bus protocol might be appropriate actually for this project, I had read a bit about it in the past, yeah it's probably the right choice. Your buffer fix will probably also do the trick as well, if he doesn't wanna go the extra step and add CAN Bus to all this.
@billyjoe3309
@billyjoe3309 3 месяца назад
Just have to say, I love that idea with the golden pads on the side. Being made from small PCB's that slot in and then solders. That is brilliant! Thanks so much for that idea!
@ImAbnormal
@ImAbnormal 4 месяца назад
Wow glad I clicked on this video. Criminally underrated. Great job on the project! As some who also has built custom macro pads I can only imagine the hours of blood sweet and tears into this and glad to see you got it working. Keep it up!
@naveentechs
@naveentechs 4 месяца назад
To say I'm impressed would be an understatement, this video inspired and sparked a motivation in me. Thank you for making this video
@salimbenbouz
@salimbenbouz 4 месяца назад
Thank you! I appreciate it
@alexander-s
@alexander-s 2 месяца назад
This is such fantastic production quality! The editor is genius and the way they are structured are absolutely fantastic!!! Well done, Salim!
@patrickhubner2678
@patrickhubner2678 4 месяца назад
Great job on the video! Your explanation of the development process and design decisions is clear and easy to follow. I appreciate that you highlight the weaknesses and suggest improvements. Keep up the excellent work!
@razzledazzlecheeseontoast9808
@razzledazzlecheeseontoast9808 4 месяца назад
Incredible production value, both of the build and the video. What a gem!
@WHOOLKAN
@WHOOLKAN Месяц назад
I graduated back in the day in electronics but for the past 12+ years I've been pursuing art as a career. Seeing stuff like this makes me want to pick up the soldering iron again
@justbendev2324
@justbendev2324 4 месяца назад
What an insane project to share with us, i loved every second of it, Thanks for sharing this with us.
@ardaasik9176
@ardaasik9176 4 месяца назад
Can't appreciate sharing your inspirations enough, brings much more depth to explaining the design thinking of the project.
@trusnake733
@trusnake733 2 месяца назад
3:52 so I was mildly interested in this video because of the modular aspect, and I was curious how you planned the board layouts, … and then saw this right here 😮 Instant subscribe. This is a masterclass in “it’s not the tool, it’s how you use it.”
@salimbenbouz
@salimbenbouz 2 месяца назад
thank you! I appreciate it
@tuzimBacilla
@tuzimBacilla 4 месяца назад
WOW this was one of the most incredible DIY projects i've seen related to macropads and stuff.. I had a similar project a few years ago, but I lack some technical skills and left this project aside. Now, with your project in mind, I've got inspired again. Thank you! And congratulations for this awesome project!
@rwlodarczyk
@rwlodarczyk 4 месяца назад
What an amazing project! Beautifully done.
@electronicstv5884
@electronicstv5884 4 месяца назад
This project looks absolutely cool! The modular idea is really great and makes it easy to experiment with different modules. This could be really interesting and helpful for beginners. It's also nice to see someone showing the problems that occurred while making the project. You often see such great projects with no problems whatsoever. And if you try to make it on your own it doesn't work as easy as it seems on other videos. Really great! 👍
@n1k0n_
@n1k0n_ 3 месяца назад
Amazing as always Salim!!! Thanks for all the help with my projects recently too. Love your channel!
@hellNo116
@hellNo116 4 месяца назад
that is a bananas project. amazing work. also the things that we can now do in personal labs is crazy nowadays. the polish that the resulting modules exhibit is superb!!! also great video editing. somewhat overshadow part of the video since the project is by far the most captivating thing in it.
@kakashie950
@kakashie950 4 месяца назад
Will 100% be adding this to my list of future projects. I had the OG Pallet Gear before they changed to Moment and I loved how it worked. Design(s) look beautiful and being able to have those hotswap keys so if I am working in a shared space I can have quieter keys or if I decide to use it for something like gamin I can have a more tactile or clicky key is just genius.
@Quinchi
@Quinchi Месяц назад
The amount of knowledge and abilities put into this is just ovewhelming, awesome project. You just got a new subscriber.
@Hardest
@Hardest 4 месяца назад
Head this idea in mind for a very long time as well, I'm very impressed with your work and passion. Thanks to show it and mostly, to make it even open source. Thanks a lot
@lilpun021
@lilpun021 8 дней назад
Need more videos and the workspace setup is so on point!
@Ender_P.K
@Ender_P.K 4 месяца назад
That will definitely blow up. Almost full coverage of subscribers is 19 hours, amazing quality and cool b-roll. Keep going and you'll get it!
@Abunai_
@Abunai_ 4 месяца назад
You’ve become my favourite RU-vidr, Salim. Another really great project and the time and effort you take to explain your successes and failures is refreshing. Looking forward to your next project.
@sunraiii
@sunraiii 3 месяца назад
The fact that you made these all by yourself is impressive. Great work!
@authenticLC
@authenticLC 4 месяца назад
I think that you've learned so much in a short amount of time, on top of having good production value makes you a very underrated channel in my opinion.
@Eden21425
@Eden21425 4 месяца назад
I love this. I would dig faders and even motorized faders alot. Many modern composers use similar tools like the monogram to control the expressions of virtual instruments over midi commands, and its really useful and would be a great cheaper alternative to the monogram.
@iladshyanchess
@iladshyanchess 4 месяца назад
We need more videos on RU-vid with this quality. 40K subs?! You deserve more man. This video got the editing of a premium commercial video. Keep it up.
@danfg7215
@danfg7215 4 месяца назад
I say forget magnets, they're clever, but I'd rather have a physical lock under the pieces to securely keep them together, maybe a slide mechanism or like legos. Realistically, users will setup the parts once, and rarely move them around. Just my two cents on your amazing idea.
@martin_mrwld
@martin_mrwld 4 месяца назад
I think it should be combined with gridfinity
@Savannah-sd
@Savannah-sd 4 месяца назад
Sounds like someone's never used magnets nor a modular platform before. I say you teach yourself some things before you start spewing nonsense. When you do actual work using inputs that aren't a basic keyboard, your setup will evolve as your workflow evolves, literally the entire point of a modular setup, and modular setups are rarely setup and never changed. As for your issue with magnets, you clearly have no basis in reality for that statement, neodymium magnets are more than strong enough for this application and the modules aren't just going to break apart as you use them, not that they even would break apart without intentionally separating them anyways given that they'd only realistically separate under linear opposition as there's no point in the mechanism to skew along the other axes. You clearly lack the capability of logical thought given your stance on this, and you clearly base your stance in combination with lack of logical thought on your lack of experience with anything relevant here considering your lack of understanding. If you choose to be this mindless, then learn to sit down and shut up instead of spewing your mindless shit.
@helplmchoking
@helplmchoking 3 месяца назад
A magnet might not be as strong as a slide lock or lego style stud (which is much harder to disconnect), and I'd personally love some kind of push latch mechanism so you're not sliding on pogo-pins but anything mechanical is going to be a potential breakage - especially with brittle resin printed parts. The magnets might be less secure but there's no sliding pins against each other and no small parts to snap
@_brandocorp
@_brandocorp 4 месяца назад
This was a really fun watch. I'm glad this popped up on my feed!
@chybanie716
@chybanie716 24 дня назад
Man, I love your content. This video was suggested to me by the algorithm and I clicked it because it is a very specific topic that is of interest to me but also I vaguely remembered watching your video about the first macro pad. As usual when someones content impresses me I checked out your channel and my mind was blown - "omg, it's the same guy that made the DIY space mouse" I thought as I had that video in my 'watch later' for some time now but never got around to actually watching it. Well, now I got around to it as my adhd brain hyperfixated on learning Fusion the last 3 days and already wants more control so it was a perfect combo. In that video I noticed your CRT Rapsberry so naturally I had to watch that video as well and was impressed as well. Your workflow is great and you do a great job presenting it. As well as documenting it on instructables and github? I must be dreaming :o Do you have a background in design? You pay attention to details, your creations are great in function but visually beautiful as well. The idea with a PCB as a front plate instead of a sticker was amazing. You really are an inspiration for me and my projects!
@sachasmart7139
@sachasmart7139 4 месяца назад
Amazing detail. Nice work!
@TeslaSpain
@TeslaSpain 3 месяца назад
Your videos,organitation and design are the perfection
@byronnielsen8896
@byronnielsen8896 4 месяца назад
Damn this is really next level, fantastic project and quality content! - Happy to finally the YT waking up and promoting creators that deserve it.
@paoloambrosio
@paoloambrosio 4 месяца назад
Your projects are insanely good! Mind-blowing attention to detail from product design to video editing.
@salimbenbouz
@salimbenbouz 4 месяца назад
thank you!
@VoidScytheX
@VoidScytheX 3 месяца назад
Mindblowing! Thanks for uploading.
@angelosnegkas
@angelosnegkas 4 месяца назад
Congrats! Very good job. Thank you for make this free to everyone!
@CrashTestZombie-mx3nj
@CrashTestZombie-mx3nj 4 месяца назад
you are such an inspiration!!! i can't believe how many disciplines you have under your belt to be able to make such a bespoke hardware interface. i just subscribed
@Tao-of-Design
@Tao-of-Design 2 месяца назад
Professional level production on both video and product.
@adamborkowski3175
@adamborkowski3175 3 месяца назад
Awesome project, thanks for sharing!
@CraigHissett
@CraigHissett 4 месяца назад
This concept is unreal! Ive yearned for this kind of platform for such a long time to build up a MIDI controller for a portable recording studio Ive built. Using a handful of the faders and the button/encoder combo units would nail that. Also the resin based printing is incredible. It looks flawless compared to extrusion driven prints.
@110Genesis
@110Genesis 4 месяца назад
That's some of the BEST maker content out there. Keep it up mate!
@DentedPrinter
@DentedPrinter 4 месяца назад
This is remarkable. I am going to be tuning in deeply to this project.
@adammills4099
@adammills4099 4 месяца назад
This is a really impressive project! I also started building custom keyboard because of the super inspirational Mirage keyboard that Zack is working on!
@villeturkkinen
@villeturkkinen 2 месяца назад
Amazing skills all the way. It was nice to see the whole production from a to z. Thank you!
@GabrielRTXti
@GabrielRTXti 4 месяца назад
Awww man this project, 1st time seeing this channel, the print procces is so well done
@nathan471
@nathan471 4 месяца назад
Love this project! Such a great video. Keep up the good work!
@Kumodot
@Kumodot 4 месяца назад
That's a Dream 3D Printing Setup. Loved the results !
@RealKanashii
@RealKanashii 3 месяца назад
I've been planning to do this for sooooooooo long. Nice someone finally made it. Great work. Subscribed.
@OrangeSheep14
@OrangeSheep14 4 месяца назад
Amazing project and great vid!
@bel5978
@bel5978 3 месяца назад
Thanks a lot for the instructables, salim. You are a kickass maker! 🙌
@artursmihelsons415
@artursmihelsons415 4 месяца назад
Cool project and great video! For interrupt issues - instead of pulse count for modules, modules can send one pulse as interrupt and followed by unique module address in 4bit binary..😉
@harry.mishinev
@harry.mishinev 4 месяца назад
Wow, you put so much effort in this video. It's just amazing!
@charliesanders4065
@charliesanders4065 3 месяца назад
What a killer project man, video was super in depth and well edited
@lossless4129
@lossless4129 2 месяца назад
Dude you are awesome, excited to see you continue to grow!
@j.k.4958
@j.k.4958 4 месяца назад
Man this is an impressive work you pulled. I'm sincerely amazed :O
@keepitgrimy
@keepitgrimy 4 месяца назад
Amazing work and stunning video presentation
@DPWII
@DPWII 4 месяца назад
absolutely genuis, love the work!
@Bozarnite
@Bozarnite 3 месяца назад
This is really cool! I am glad you showed up on my youtube feed.
@bobdouglas262
@bobdouglas262 13 дней назад
Looking forward to the next one.
@gustinian
@gustinian 4 месяца назад
I sketched an near identical design concept back in 2012-ish (when 3D printing was in its infancy and I had an early Makerbot Replicator which wasn't really up to the task, plus my embedded knowledge was more rudimentary). Well done for getting so far! If I was going to tackle it today, I would probably program it in Mecrisp Stellaris Forth on a STM32F411, perhaps using a overclocked MIDI scheme or I2C. Forth is ideal for this sort of project - fast real time incremental compiling and testing with instant debugging feedback (unlike C), plus it is an order of magnitude faster than Micro Python.
@matthew-lawrence
@matthew-lawrence 4 месяца назад
Amazing Project! Keep it up
@RussellNelson
@RussellNelson 3 месяца назад
Wow. Very high production value on this video! I'm impressed! You won a subscribe for that alone. Not to mention KEEEEEEEEB!
@theyehsohz
@theyehsohz 12 дней назад
holy hell, HeyGears is amazing. I cannot believe I've never heard of them until this video!
@nicknack125
@nicknack125 3 месяца назад
This is awesome and absolutely hilarious since I've been developing my own modular macropad line based on seeing the creativity console - all the steps you went through are legitimately all the steps I went through as well, even down to chucking an extra interrupt pin. I didn't have the thought to make custom pogo connectors though, that was a super clever design. Nice work! Also to add onto your part at 18:00 - my approach uses a single I2C controller device with some extra logic that auto-assigns I2C addresses after going through a discovery/scan process, which involves the peripheral device responding with its unique chip ID and a module type identifier. All keypresses or actions are buffered and then cleared on an I2C read, but latency issues like you mentioned start to pop up when you get 8+ devices. Cranking up I2C speeds worked for a bit but I am currently redesigning since I started hitting I2C bus capacitance issues at higher speeds.
@salimbenbouz
@salimbenbouz 3 месяца назад
haha! that's amazing. I'm glad i'm not the only one to think this way. I received a lot of suggestions that I might try and buffering the interactions is one of them. thanks for the taking the time!
@e74av
@e74av 4 месяца назад
A great option for combining all of the modules would actually be to connect those as a USB bus. All modules would be independent, the number of modules would mean nothing and you would get rid of any protocol definition and programming.
@lanepemberton8886
@lanepemberton8886 3 месяца назад
Also one less pin in the connector
@e74av
@e74av 3 месяца назад
@@lanepemberton8886 Well, maybe uneven number of pins can help with reverse connecting options so that you don't need to think how to connect all of those.
@TheFonurb
@TheFonurb 4 месяца назад
Thats really impressive. Cool project!
@screen_names
@screen_names 2 месяца назад
Seriously a great video. hope you keep making content because you are bound to blow up.
@Finder_NY
@Finder_NY Месяц назад
I won't build something like this. But your dedication on this project amaze me man.
@jaysprenkle1026
@jaysprenkle1026 3 месяца назад
Very nice. I am extremely jealous of the tools. Holy cow!
@andrew689
@andrew689 3 месяца назад
Just discovered your channel. You are developing and tinkering with things, just like I would love to do if I had the time these days. Keep up the great work 👍
@anlukinha8764
@anlukinha8764 4 месяца назад
No way, I had the exact same idea last weekend. God bless u saved me tons of time!.
@georgekerwood9100
@georgekerwood9100 4 месяца назад
Hi quality work and great presentation, thanks for your time!
@TheRJH1
@TheRJH1 4 месяца назад
Amazing project, love it!
@arnabhazra2287
@arnabhazra2287 3 месяца назад
Just outstanding. Keep making awesome stuffs 👍
@salimbenbouz
@salimbenbouz 3 месяца назад
Thanks, will do!
@bmxscape
@bmxscape 4 месяца назад
you are quite good. with persistence and consistency (a quality video every couple months is great) you will continue to do well
@miettoisdev
@miettoisdev 4 месяца назад
my man, this is some next level stuff!!!
@Psychoticgamer94
@Psychoticgamer94 21 день назад
I truly found a gem. Subscribed keep it up.
@sch9986
@sch9986 4 месяца назад
this is an awesome project. nicely done.
@e.hassen
@e.hassen 4 месяца назад
Finally a new Project! 😃
@ramitawil93
@ramitawil93 4 месяца назад
This is amazing well done! Subscribed!
@KarlMiller
@KarlMiller 4 месяца назад
Great solution for the magnetic connectors. I think that extending the connectors out, farther proud of the main pcb on each module would give you the ability to thicken the walls on the modules. That way you can have stronger magnets. I have a design for push-to-click square, small oled display buttons and other similar modules as yours but I didn't like the magnetic pogo pin connectors available - now I think that can be solved. To implement some of my ideas, I was considering SPI instead of I2C between modules but was concerned about the interconnect connector voltages and amperage limitations that would accumulate quickly with each subsequent added module as you get further away from the main power source. I wonder if CAN + I2C might be a better strategy?
@samsstills
@samsstills 4 месяца назад
Amazing stuff, simply outstanding.
@weistonaski6924
@weistonaski6924 4 месяца назад
Impressive build and overall video quality mate
@CodingWithAuryn
@CodingWithAuryn 2 месяца назад
What an amazing project. So much details and crazy good! Love your content!
@salimbenbouz
@salimbenbouz 2 месяца назад
Thank you!
@khaledtribes
@khaledtribes 4 месяца назад
Might be my favourite youtuber, legit excited for uploads with only a couple vids out!
@SuperHouseTV
@SuperHouseTV 4 месяца назад
Brilliant project :-) To help with stability and the magnets disconnecting you could print a thin frame that clips around the entire assembly once the modules have been magnetically snapped into position. Different configurations would need different frame sizes but that can be done parametrically in F360, to make it easy to generate then print. I also like the idea of making a v2 that fits Gridfinity: then it could be combined with other Gridfinity modules.
@RezckyyDP
@RezckyyDP 3 месяца назад
What a cool project and editing😍😍 keep it up !
@rbmcp-
@rbmcp- 27 дней назад
I rarely write comments. Really rare. But given the quality of Salim's content, how good his videos are, how imaginative and expert he is, it would be a sin not to leave a comment here. There are so many DIY RU-vidrs. And then there is Mr. Benbouziyane!
@MegaKronny
@MegaKronny 4 месяца назад
Good Job dude! Very cool project.
@alleessssssio
@alleessssssio 3 месяца назад
Impressive build!
@JonnySchaab
@JonnySchaab 4 месяца назад
Sooooo good, fantastic work dude
@SamGreenMaker
@SamGreenMaker 4 месяца назад
This is amazing. I don’t know half the terms you used but this was so cool. That printer is wild.
@FernandoVidal
@FernandoVidal 2 месяца назад
Uau!! Seu trabalho é magestoso. Parabéns pelo excelente trabalho, diferente de muitos outros criadores. Seu trabalho e dedicação realmente são muito bons, Parabéns Salim!
@dougbeard7624
@dougbeard7624 3 месяца назад
My friend, you are a master engineer. Congrats.
Далее
The Final Panel - Ultimate Custom Desk Build
14:41
Просмотров 138 тыс.
% ВЫИГРЫША ЛОТЕРЕИ В 10 СТРАНАХ!
53:56
ЫРКА ПРОГОЛОДАЛСЯ...СТРАШИЛКА
10:37
The Bad Boys doing too much 🔨🥒 #learnfromkhaby
00:46
Testing 8 Innovative New Boat Propeller Designs
24:08
Просмотров 405 тыс.
Add Knobs and Buttons to YOUR DESK the easy way!
11:31
Was it worth it?
24:50
Просмотров 879 тыс.
Индуктивность и дроссель.
1:00
Просмотров 808 тыс.