How to make GRBL+CNC V3 Shield+ Arduino based Mini CNC machine a Complete Giude

  Рет қаралды 522,723

Mr Innovative

Mr Innovative

Күн бұрын

Пікірлер: 473
@tanimuumarbalarabe1513
@tanimuumarbalarabe1513 2 жыл бұрын
This the way it should be done, no complications easy to understand its very clear and less confusing.Very comfortable to follow. Thanks alot
@themechanix393
@themechanix393 8 жыл бұрын
I built the same project yesterday and it works awesome flawlessly
@niteshdevraj9981
@niteshdevraj9981 5 жыл бұрын
hey, bro, could you help me I need your help related to this project
@theconcheror5691
@theconcheror5691 5 жыл бұрын
@@niteshdevraj9981 what help?
@douglasdouglas4352
@douglasdouglas4352 3 жыл бұрын
@@theconcheror5691 The servo is not working, idk what to do
@manurk8112
@manurk8112 9 ай бұрын
Hii, there is no MI GRBL Z-AXIS Servo Controller extension 😢 please help me
@manurk8112
@manurk8112 9 ай бұрын
Please Prove me the link of Inkscape application
@forMakers
@forMakers 4 жыл бұрын
I'm interested in making grbl cnc, so I'm watching several videos, but this one seems to be the best^^ I can feel the whole process at a glance~ Good video I'm very grateful to watch it again!
@Bright8888
@Bright8888 7 жыл бұрын
Thank you MI, for providing the necessary links, especially for the Inkscape extension. I was able to complete the circuit part of the project and test it. The stepper motors and the servo work as expected (My Inkscape version: 0.91). You need to carry out one correction: At 6:38, the resistance is shown at top left corner as "1.6 Ohm". It should be 1.6 K Ohms.
@MrInnovative
@MrInnovative 7 жыл бұрын
oohh yes thanks to point this out
@pulkitsingh5173
@pulkitsingh5173 6 жыл бұрын
hello, i have made the same from a4988 stepper but my motor only vibrate it doesn't move i also tried to change resistance of stepper but it doesn't make any change , I'm using 5v,2amp adapter please help me.
@biounit252
@biounit252 4 жыл бұрын
Thank you for this tutorial. Its impressive. Greatings from Germany
@tiagoalsales
@tiagoalsales 7 жыл бұрын
Hello! I do the same thing like video at 13:36 and when click to Apply the message window " 'MI GRBl Z-AXIS Servo Controller' working, please wait" appear and still working. What I do now? I tried refresh few times but is the same problem. :/
@lordofdarkness8143
@lordofdarkness8143 5 жыл бұрын
"Inkscape has received additional data from the script executed. The script did not return an error, but this may indicate the results will not be as expected." When I get to this part: 13:22 this pops up ↑↑↑
@cheefengineer7255
@cheefengineer7255 8 жыл бұрын
Thanks for complete guie and full ddetailsThis will iinspire me and many to DIYBecause you make it so easy and simple Thanks again
@MrInnovative
@MrInnovative 8 жыл бұрын
ohh thanks brother
@pir869
@pir869 7 жыл бұрын
when you measured the resistance from one end to the wiper of the current control pot,did you measure 1k6 ohms or 1R6 ohms,as the meter looked to be set to 20k ohm position,while on screen has 1.6ohm,and i measure the pot end to end at 10K ohm,1.6ohm would be hard to find on such a large resistance track. Also,when you use Grbl controler,what steps per mm did you use,i had to input 5.8 steps/mm to get close to 1mm,while some people using cd/dvd steppers use 50-55 steps/mm,i'm new to the arduino cnc,but i'm a qualified electronics technician,hope you can clear up the pot and step issue for me,thanks.
@sathya-rg9sl
@sathya-rg9sl 3 жыл бұрын
Is the 2 pin jumper is necessary for the CNC shield v3 board ?
@nikoniko2881
@nikoniko2881 6 жыл бұрын
Very nice and interesting this tutorial .. after many hours of searches and surfing on the net we finally found what we are looking for ... thank you and appreciate the quality of the video tutorial ....Congratulations!
@ahmdabdallah2132
@ahmdabdallah2132 5 жыл бұрын
Niko Niko 🔴 What Is Islam? ⚠️ 🔴 Islam is not just another religion. 🔵 It is the same message preached by Moses, Jesus and Abraham. 🔴 Islam literally means ‘submission to God’ and it teaches us to have a direct relationship with God. 🔵 It reminds us that since God created us, no one should be worshipped except God alone. 🔴 It also teaches that God is nothing like a human being or like anything that we can imagine. 🌍 The concept of God is summarized in the Quran as: 📖 { “Say, He is God, the One. God, the Absolute. He does not give birth, nor was He born, and there is nothing like Him.”} (Quran 112:1-4)[4] 📚 🔴 Becoming a Muslim is not turning your back to Jesus. 🔵 Rather it’s going back to the original teachings of Jesus and obeying him.
@amdhwk
@amdhwk 11 ай бұрын
​@@ahmdabdallah2132What is the role of this messsage here? 🤣🤣
@lajmimohamed8296
@lajmimohamed8296 5 жыл бұрын
i use shield cnc v3 and A4988 and dvd reader like you just i want to be sure about shield alimentation is 12v/0.5A or 12/2A ???
@farrukhmirza6676
@farrukhmirza6676 7 жыл бұрын
Traceback (most recent call last): File "servo.py", line 3172, in e.affect() File "C:\Program Files\Inkscape\share\extensions\inkex.py", line 221, in affect self.effect() File "servo.py", line 3156, in effect self.orientation( self.layers[min(0,len(self.layers)-1)] ) File "servo.py", line 3085, in orientation doc_height = self.unittouu(self.document.getroot().xpath('@height', namespaces=inkex.NSS)[0]) AttributeError: laser_gcode instance has no attribute 'unittouu'
@galkerem1091
@galkerem1091 7 жыл бұрын
www.tylerforsythe.com/2015/02/inkscape-laser-engraver-bug/ The bug is on line 3085 of servo.py (C:\Program Files\Inkscape\share\extensions\servo.py) Old line: doc_height = inkex.unittouu(self.document.getroot().get('height')) New line: doc_height = self.unittouu(self.document.getroot().xpath('@height', namespaces=inkex.NSS)[0])
@osnirlemosdasilva6791
@osnirlemosdasilva6791 7 жыл бұрын
tt
@gonzalobaez16
@gonzalobaez16 4 жыл бұрын
@@galkerem1091 hi sorry, how can I change that line in my inkscape extension, I can't open the file, if you could correct it, won't you send it to me so I can replace it? Thank you
@jeremydemarco2375
@jeremydemarco2375 7 жыл бұрын
Hi, thank you for that video I have one question about the end stops : On your drawing, I see switches on the end stop wires, are they physical switch buttons or it is managed by gbrl? Could you light me up about this? What is the exact wiring for the end stops, sorry for my bad english and my non-knowlege of electronics ;) Regards
@eduardocastro141
@eduardocastro141 6 жыл бұрын
Hello friend... I made exactly what you did, even change the GRBL Values. But i don't know why the CNC makes very small my spiral draw, even if i put the correct values like you. For example if i make a square with 40mm long, the CNC just travels like 15mm... What could be the problem? Thank you !!
@mbunds
@mbunds 4 жыл бұрын
Excellent video! I love the way you re-purposed so many parts to build this, but it looks really cool, and runs great! This would be great for introducing CNC concepts, thanks!
@andyng7729
@andyng7729 8 жыл бұрын
Very usefull information for me, I already made it. thankq
@MrInnovative
@MrInnovative 8 жыл бұрын
yr welcome
@vijaychavan6116
@vijaychavan6116 5 жыл бұрын
I am unable to operate servo motor with the same set up of adrino uno card. Can you suggest improve area to operate servo motor for up and down motion
@AzharAli-ck7dc
@AzharAli-ck7dc 4 жыл бұрын
I make a cnc machine same like this my x axis and y axis stepper motors are working properly but my servo is not working properly. Can you please help me
@ketankanjariya6347
@ketankanjariya6347 7 жыл бұрын
Thank you so much for give so many information about the grbl and inkscape software ....but also make one video on how to install g-code sender software in Windows 8.1
@yucelsari4613
@yucelsari4613 5 жыл бұрын
Hi bro. I need hepl. I made everything same as you did.x and y is going on But pen control motor is not working??. Do you have an any idea?? At the same time i have problems with the speed of steppers. They are too fast.
@robertjames4712
@robertjames4712 7 жыл бұрын
hi good to see you. your youtube is useful for me, so I decide to make cnc machine too. but I have some problem, i need to solve this promblem. Can I ask some question to you. Aduino and Cnc Shield(v2.01) is combined, and then usb plug is connected. but It happens to heat at Aduino uno I don't know why. If you know that, could you inform me?
@nawamin1211
@nawamin1211 8 жыл бұрын
Very useful for beginner, thank
@manurk8112
@manurk8112 9 ай бұрын
There is no extension like MI GRBL Z-AXIS Servo Controller in this Inkscape application, please help me out
@Rajkumar-mh7fo
@Rajkumar-mh7fo 7 жыл бұрын
The KG130 5V Stepper Motor 28j 48 will be use????
@diyelectrovids6536
@diyelectrovids6536 4 жыл бұрын
Hi, I'm trying to make the mini CNC machine but using A4988 modules and arduino shield instead of L293D but it seems not to be able to work properly. I used processing 3 to run the gcode that I created using inkscape. What could be the problem?
@אביגליציאן
@אביגליציאן 3 жыл бұрын
Hello, you know why my machine does not draw symmetrically Circles and squares. And the measure of line length is not the measure I drew in Inkscape. Thanks
@grandfew8460
@grandfew8460 7 жыл бұрын
hey dear connections you are doing between 4:15 minute to 5:50 minute in your video are necessary or no need. if necessary please tell me. actually i saw your video and ordered all parts but i need to know all details about connections and power supply.
@MrInnovative
@MrInnovative 7 жыл бұрын
From 4:15 to 4:39 is not compulsory they are for limit switch but onwards from there it's compulsory they are for servo control
@shehryarabid6736
@shehryarabid6736 4 жыл бұрын
Bro please guide me. My servo motor is not working. I did same settings and attachments but. When i plugged in arduino it stops at same point always. And does not do any movement please. Help.
@d-techgaming
@d-techgaming 6 жыл бұрын
bro i make machine like you and i also code them i not understand when i run after certain stepper motor heat up and i changed stepper motor please reply and tell me how much voltage and ampere i used
@praveensharma673
@praveensharma673 3 жыл бұрын
We are trying to make cnc with Arduino mega 2560 and cnc shield and A4988 steeper motor driver. We have uploaded GRBL code from open source. But the moters are doing vibrate only. We have checked several times connection is correct. We just seen an error : 22 on GRBL controller. Pls help me out ASAP.
@Rajkumar-mh7fo
@Rajkumar-mh7fo 7 жыл бұрын
In my DVD drive DC motor only available... In otherwise what kind of motors will be replace??
@pradeepgunarathna3025
@pradeepgunarathna3025 5 жыл бұрын
in arduino program ,How change pulse/ rev for other motors .is this same for any stepper motors.
@harlanbaker7476
@harlanbaker7476 7 жыл бұрын
Also when the servo is attached my computer wont recognize the Arduino, unplug from 5v/gnd and it works right away. Any idea why this may b happened?
@helwallhardd14
@helwallhardd14 7 жыл бұрын
i am using the drv8825 stepper motor driver , will it works the same ? plz help
@kiranshashiny
@kiranshashiny 7 жыл бұрын
Can I use NEMA-17 Stepper motors instead of Old CD Drives !
@harlanbaker7476
@harlanbaker7476 7 жыл бұрын
How do you determine the step settings for each motor? such as which pins under the drivers to use jumpers on and what settings to use on the G code sender? in my case I'm using the Universal GCode Sender (java)
@matiasmastrogiacomo9544
@matiasmastrogiacomo9544 7 жыл бұрын
Hi, very good video !! I have a problem. I set everything up as uested says, but the servo motor goes down when it is at x0 y0 and it is doing lines, that is the servo does not get up when it has to go from one place to another, or also when the job ends the servo stays down, Instead of climbing Greetings from Argentina!
@arduinoprojets4718
@arduinoprojets4718 7 жыл бұрын
Hi I've assembled all the supplies to make a cnc machine I. Physical supplies 1 _2 cut dvd rom old 2_ 1 servomotor 3_ pen 4 feeding 5 volts 5_ sheild l293d Second logistics supplies Arduino Ono 2_ AccelStepper-master library 3_ adafruit-Adafruit-Motor-Shield-library-fb5b17c library 4_code for Arduino program 5_ Grbl program to upload photos $ Note Everything has come to me well However, the printed images are distorted, a meaningless talisman Is it helpful to overcome this problem and thank
@abigthirty1889
@abigthirty1889 7 жыл бұрын
If grbl can be used when using Motor shield only?
@udnonosukarno6630
@udnonosukarno6630 Жыл бұрын
Its works..👍👍👍
@radiorob007
@radiorob007 8 жыл бұрын
nice video! fairly clear. the piece of software is the hardest. thank you! Rob.
@MrInnovative
@MrInnovative 8 жыл бұрын
thanks & yr welcome man
@pir869
@pir869 6 жыл бұрын
Hi,i'd really like to use a stepper for the Z axis,but seeing as i'm still learning the arduino i'll go with this for now,i have a couple of questions,did you set the step jumpers on the cnc shield under the A4988 drivers,the servo is driven from pin Z+,is this where i might power a transistor to also activate a burning laser. And finally,your text mentions a second follow up video,can you give me the url for it , Also any 3 axis cnc with a milling tool vids. Many thanks.
@tushargajbhiye6487
@tushargajbhiye6487 7 жыл бұрын
Hello sir, I make CNC mahine with Adreno board, cnc shield and A4988 stepper motor driver, but in my case our 1 motor works in good condition and other 2 motor works very slow or some times not work properly. If we touch motor it vibrates , but it dont run.I try to adjust A4988 driver screw , but dont effect so much on motor .So please guide me, i need your help
@maheshmjoshi9337
@maheshmjoshi9337 8 жыл бұрын
Mr..innovative,can I use DRV 8825 stepper driver in place of A4988 stepper driver? For this change do I hv to make change in software?pls explain in details. Thanks
@pjjr6626
@pjjr6626 8 жыл бұрын
Where did you make the servomotor lifting device.......Up, down lifting system
@nitingamare9693
@nitingamare9693 3 жыл бұрын
Stopper switch are that important.?
@beardoss
@beardoss 7 жыл бұрын
is this work also for 3d printer i mean can i make 3d printer from the same parts ( arduino and shield ) ???
@Aj__assmmr
@Aj__assmmr 7 жыл бұрын
hey Mr. Innovative how to make a x axis limit switch ? i have opened the dvd writer but still i have not foubd any attached x axis switch there?
@MrInnovative
@MrInnovative 7 жыл бұрын
+Abeet Jangal Come and discuss here mitricks.in/forums/forum/discussion-forum-for-project-queries/
@sprfoufotos9206
@sprfoufotos9206 7 жыл бұрын
Just a noob question: GRBL works only with the CNC V3 Shield? For example it works with a L293D Motor Driver Shield?
@robertoklein6265
@robertoklein6265 7 жыл бұрын
Hi Spr. In my case, with L293 Motor Shield (Dx Electronics) none axis moves, but Universal GCode Sender seems working correctly.
@mohammadsadeghebrahimi8256
@mohammadsadeghebrahimi8256 7 жыл бұрын
MI thank you for this amazing tutorial. I have done everything as you have mentioned. It works well but there is an issue with the alignment of different parts of a g-code! The machine starts to draw the lines as it should. Somewhere in the middle of the drawing the lines on the X axis are moved by some offset. The drawing shown by the g-code uploader are ok but the result is as if some parts are moved by offset on x axis. I have tried different g-codes with no luck. If the gcode is a single pass of the pencil with no going up everything is ok. can you help me with that plz? I can share the photos of the results if it helps.
@MrInnovative
@MrInnovative 7 жыл бұрын
looks motion is not smooth off stepper motor on the threaded shaft , will u try by applying some lubrication on shaft..
@mohammadsadeghebrahimi8256
@mohammadsadeghebrahimi8256 7 жыл бұрын
Thank you. I replaced the whole assembly of X Axis and it solved the issue. Seems like the stepper and the plastic which engages inside the thread were kind of worn or sth. Good luck man!
@Jono6671
@Jono6671 7 жыл бұрын
Mohammad Sadegh Ebrahimi you must check the specifications of the motors etc you have, and anything else that needs power. When selecting a power supply (you might need multiple power supplies for different voltages) , make sure the volts is exactly what you need, (eg 5v, 12v, 24v) and once you know how much current your devices are going to pull MAX, (say 10A for instance), I would always select a slightly higher current PSU just in case, like 12A for example. It really depends on the equipment you have.
@purisimaalbeus8769
@purisimaalbeus8769 7 жыл бұрын
Thank you very much Mr. Innovative.
@MrInnovative
@MrInnovative 7 жыл бұрын
your welcome
@nermin1985
@nermin1985 8 жыл бұрын
Hello, I really like your commitment to us to learn programming, but I can not understand why when I open the program UniversalGcodeSender "Machine status" Work and position Machine position X, Y and Z are always 0, Do you know the reason?
@SonukSingh-zh8qg
@SonukSingh-zh8qg 4 жыл бұрын
by applying 12v 1amp. stepper motor becomes too hot, what should i do to stop it from getting hot?
@mayureshgawali6768
@mayureshgawali6768 5 жыл бұрын
is it possible to send the g codes directly from to arduino by post processing it in arduino language?
@BugriLucyLariba-js1sm
@BugriLucyLariba-js1sm Ай бұрын
Pls canyou help me out with the materials need and where they can be found
@dr.eng.ihabel-sayed8626
@dr.eng.ihabel-sayed8626 8 жыл бұрын
Thank you Mr Innovative for this great effort - It isH-Bridge Stepper driver integrated project I tried to apply it but using L298 I found my motor is doing sound but not moving neither X nor Y I uploaded a sketch to check the 2 stepper motors they are running well Where do you think is my problem? Many thanks in adavnce
@hanngocanh5333
@hanngocanh5333 8 жыл бұрын
thanks, it is exciting project, it has full thing I need to build cnc mini
@MrInnovative
@MrInnovative 8 жыл бұрын
your welcome
@margran1
@margran1 7 жыл бұрын
I tried this with Nema 17 stepper motors and the motors wont work. The servo works just fine. Any suggestions to help me solve the problm with the stepper motors?. The model numbers of the stepper motors are : 17HD48002H-22H. I am new to all of this. Thanks in advance for your help.
@user-eb3pp3gv1i
@user-eb3pp3gv1i 6 жыл бұрын
My problem is exact opposite my nema 17 motors work but the servo dosen't!!!
@awanna.B
@awanna.B 6 жыл бұрын
hey bro kya servo motor same use karni h "REES52 KG113 Tower Pro SG90 Servo Motor" me "Tower pro SG90" use kar raha hu but jab me gcode file run karta hu to servo 360 full speed me spin karti h or ploting 5 second me hi ruk jati h. But agar bina servo ke gcode run karu to puri ploting hoti h. Where is the problem. Expecting reply soon :).
@snehashisadhikari4705
@snehashisadhikari4705 7 жыл бұрын
which video editing software you use to zoom in/out your computer screen and inserting a video into another video.
@renatopinheiro9356
@renatopinheiro9356 5 жыл бұрын
What version did you use? i can't save the gcode file
@udhayakumarchinnadurai310
@udhayakumarchinnadurai310 3 жыл бұрын
same problem bro.. did you got any solutions ?
@renatopinheiro9356
@renatopinheiro9356 3 жыл бұрын
@@udhayakumarchinnadurai310 sim, eu consegui resolver por um outro vídeo, eu tenho o código pronto, se quiser me envie seu email que te envio o tutorial completo
@ptymaker8743
@ptymaker8743 7 жыл бұрын
Hello Great video thank you for uploading it. From about 15 videos I looked at this was by far the most informative.. However I believe there is an error on 5:13 servo plugging. The servo should be connected not to +z Endstop, but to SpnEn. If you look at the inkscape zmotor routine at 12:44 you will se that the pen unp/down setting is connected to the 90 degree M3 instruction. I looked up in google what this M3 instruction is and it is Spin Enable (SpnEn). I am away on trip so it will be a couple days before I can verify this but I believ that may allow many users to have a functioning z drive.
@ptymaker8743
@ptymaker8743 7 жыл бұрын
My Bad.... openbuilds.com/threads/spindle-how-does-it-work.6967/ shows that "// NOTE: IMPORTANT for Arduino Unos! When enabled, the Z-limit pin D11 and spindle enable pin D12 switch!" I tried it and it work perfectly.
@MrInnovative
@MrInnovative 7 жыл бұрын
ptymaker very very thankful for this
@Santiago.33
@Santiago.33 4 жыл бұрын
you can help me? my servo works backwards with gcode. When it has to draw it rises :( try to change the way of generating the g code. But I can't find the solution.
@ManishYadav-df4sn
@ManishYadav-df4sn 5 жыл бұрын
Sir 12 v 2 A ka charger use kr skte hai kya Arduino me
@RahulJain-rj6jw
@RahulJain-rj6jw 4 жыл бұрын
I don't have buttons on my cd so will it work?
@DushyantSingh-dt
@DushyantSingh-dt 4 жыл бұрын
Hey i want to make a cnc number printing plotter machine, problem is that, when i want to print a number using stepper motors then i upload my Gerber file when it works, but when i want to change my printing number then again go to pc, and chnage the Gerber file then upload, my work is not so great, i just want to print some numbers using stepper motors. so Arundio IDE have any library to without using Gerber i change my number from keypad and display. This is my collage project, please KZbin help me,
@9850222588
@9850222588 7 жыл бұрын
I Tried to Generate G-Code as your instructions(using Extension-MI GRBL Z-Axis Servo Controller) but it comes Error message like this "Inkscape has received additional data from the script extended. The script did not return an error, but this may indicate the result will not be as expected." tell me reason for this?? window 7 64 bits my configrusion
@mohdashrafsaifi
@mohdashrafsaifi 7 жыл бұрын
Hi there, It has been a fantastic project and I enjoyed making it. Many thanks and Lots of good luck for your future projects. I have two questions, pls help asap. 1. my X axis is printing inverted (Which i resolved changing the stepper connection is there any solution within the software). 2. When i send M3 for servo up and M5 for servo down in UGS "commands" windown my servo on machine follow it correctly. (That means machine hardware and software are configured correctly) however when I am generating Gcodes with Inkscape 0.92.2 the servo found to be inverted, ie where it should print it is leaving blank and where it should not print it it printing. I gave closer look into my Gcode file and opened it in notepad I found inkscape is generating the wrong code (ie it is generating M3 for servo down and M5 for servo UP). So I changed MI GRBL servo controller settings ie for Servo UP M5, and Servo down M3. Now it is generating the correct code. Though my machine is working correctly and printing correctly but I thing there has to be a proper solution to these problems. Please advice.
@MrInnovative
@MrInnovative 7 жыл бұрын
1. yes you can do by changing some GRBL configuration please read the following github.com/grbl/grbl/wiki/Configuring-Grbl-v0.9#2--step-port-invert-maskbinary 2.Changing M5 or M3 from MI GRBL servo controller setting is the right way to do, or if you dont want to do this changes so you need to mount your servo by flipping 180 degree this also solves your problem, now you can judge which is the right and easy way :)
@yudahbotemz
@yudahbotemz 7 жыл бұрын
i have an issue with Z servo, it wont move. wiring 5V GND and Z- corectly and tried switch 3 cable in between but still wont move. idk if there any problem with firmware or GRBL or my servo. please help thanks
@sanjeewaranasinghe5763
@sanjeewaranasinghe5763 8 жыл бұрын
I Tried to Generate G-Code as your instructions(using Extension-MI GRBL Z-Axis Servo Controller) but it comes Error message like this "Inkscape has received additional data from the script extended. The script did not return an error, but this may indicate the result will not be as expected." tell me reason for this??
@alisatmiabdullah8268
@alisatmiabdullah8268 8 жыл бұрын
Sanjeewa Ranasinghe me too
@pawelkrawanski4249
@pawelkrawanski4249 8 жыл бұрын
Sanjeewa Ranasinghe try 0.48.5 Inkscape version
@learnbox3783
@learnbox3783 8 жыл бұрын
Sanjeewa 0.48.5 version is working well without any error.
@TheJay6621
@TheJay6621 7 жыл бұрын
in inkex v0.92 in file servo.py change line doc_height = inkex.unittouu(self.document.getroot().get('height')) to doc_height = self.unittouu(self.document.getroot().get('height')) . and it works.
@awdies
@awdies 6 жыл бұрын
Tried to change this code in .92 and I get a access denied code when I try to save. Ideas?
@rohitgadag1714
@rohitgadag1714 5 жыл бұрын
plz help me :0 where do we get universal GcodeSender ,which is same as above vedio; which version??? kindly help me innovative n others too... thank you
@theconcheror5691
@theconcheror5691 5 жыл бұрын
You can find ugs download anywhere, he used version 1.0.7 work well with window
@abhishekmanhotra7177
@abhishekmanhotra7177 8 жыл бұрын
Hye, I must say one of the best detailed explained project on the web for DVD drive mechanics CNC using shield, I build it and everything is working ok but servo is working on wrong direction, and limit switch doesn't seems to working. any help pls?
@MrInnovative
@MrInnovative 8 жыл бұрын
if your servo works in opposite direction do revrese the "servo up" & "servo down setting" from MI-Zaxis servo control tab in inkscape, make sure you have connected limit switch properly thank u very much for compliments..
@borjasoria5013
@borjasoria5013 7 жыл бұрын
Hello again, download the version that you told me, and I got the G-code to run perfectly. But I have a last problem and I followed the installation step by step of your connection of cables of the servo and I do not get that raise the pencil. You know that it can be? X and y are moving well but z (servo) impossible. Thank you and greetings friends.
@MrInnovative
@MrInnovative 7 жыл бұрын
www.mediafire.com/view/4anxp7f2t4hqbmv/GRBL_CNC_Circuit.png
@mohsenrahnavard5277
@mohsenrahnavard5277 4 жыл бұрын
Hello I did as mentioned and got this error : Traceback (most recent call last): File "servo.py", line 3172, in e.affect() File "D:\Soft Bank\inkscape\share\extensions\inkex.py", line 283, in affect self.effect() File "servo.py", line 3156, in effect self.orientation( self.layers[min(0,len(self.layers)-1)] ) File "servo.py", line 3085, in orientation doc_height = inkex.unittouu(self.document.getroot().get('height')) AttributeError: 'module' object has no attribute 'unittouu
@mritunjayjha1267
@mritunjayjha1267 8 жыл бұрын
from which software do you modify your videos ...
@jasminerothbauer6519
@jasminerothbauer6519 7 жыл бұрын
Why is the limit switch only on the one side? Thanks
@udhayakumarchinnadurai310
@udhayakumarchinnadurai310 3 жыл бұрын
Bro can you tell me which version of inkscape used ?
@burakbaysal3211
@burakbaysal3211 3 жыл бұрын
0.48.5
@malik223344
@malik223344 4 жыл бұрын
Please i want complete tutorial for inks cap i have pro blame ,,when i open Mi grbl z axis when click on apply error massage appear and not work properly
@jacobstech1777
@jacobstech1777 6 жыл бұрын
Hi I am using 12v 1A, but the motors seem like no enough power, and they generate a lot of heat. Why is that?
@manvandog9796
@manvandog9796 5 жыл бұрын
Your power supply needs to be able to support the combined current of all of your steppers. If you use 3 motors with a current draw of 2A each, your supply needs to be able to provide at least 6A. Try a more capable supply and see how that goes. The heating of the motors will be caused by the static spindle increasing resistance on the coils. If the spindle was moving this would be less evident
@abdallahdjelal1145
@abdallahdjelal1145 8 жыл бұрын
Hello,Good job Mr Innovative
@MrInnovative
@MrInnovative 8 жыл бұрын
thanks man
@damsssoltani5126
@damsssoltani5126 5 жыл бұрын
How did you do the pen? I mean the pen holder where did you find the materials?
@nshiva2151
@nshiva2151 3 жыл бұрын
electricdiylab.com/grbl-cnc-shield-z-axis-servo-migrbl/ watch it here
@msrioj
@msrioj 3 жыл бұрын
Parabéns , muitíssimo obrigado o meu projetinho funcionou ....
@digeratilove
@digeratilove 3 жыл бұрын
i am studying your project now...
@andyng7729
@andyng7729 8 жыл бұрын
What difference use limit switch, because I don't use limit switch for X and Y. Thank You.
@MrInnovative
@MrInnovative 8 жыл бұрын
basically limit s/w is for safety purpose so your axis can get beyond the limits, and yes it is also necessary for homing purpose
@nshiva2151
@nshiva2151 3 жыл бұрын
Thank you so brother........... finally i too could make it........ can u pls edit description and migrbl link to it.
@umesha5104
@umesha5104 4 жыл бұрын
i used nema 17 stepper motors.id didn't work.plz reply me.thank you
@mohamadsyazwanashraf5815
@mohamadsyazwanashraf5815 7 жыл бұрын
how to solve this error at my project ""Directory does not exist! Please specify existing directory at options tab!"
@manurk8112
@manurk8112 9 ай бұрын
I faced same problem, if you found the solution please let me know
@adnansikandar2332
@adnansikandar2332 7 жыл бұрын
Hi can you please help me in setting penlift servo. I am using bcnc software. Thanks
@purisimaalbeus8769
@purisimaalbeus8769 7 жыл бұрын
my set up is getting error from inkskape "MI GRBL Z AXIS servo controller"? ( inkskape received additional data from the scrip executed. This script did not return an error, but this may indicate the results will not be as expected) pls. help
@cesarparra5862
@cesarparra5862 6 жыл бұрын
Hello resolviste el problema?
@parivarma3307
@parivarma3307 3 жыл бұрын
Hii bro if u have to sell a complete set so in which price u wil sell
@Yoyo-ph2ji
@Yoyo-ph2ji 2 жыл бұрын
Love it man
@roshaanfatima8478
@roshaanfatima8478 2 жыл бұрын
Gbrl is for limit switch????????? Reply hurry plz
@خالدباشميل-ب9و
@خالدباشميل-ب9و 3 жыл бұрын
I have problem appear in program inkspace : File "servo.py", line 52 def bezierslopeatt(((bx0,by0),(bx1,by1),(bx2,by2),(bx3,by3)),t): ^ SyntaxError: invalid syntax
@lajmimohamed8296
@lajmimohamed8296 5 жыл бұрын
can i use dc power supply with output 12v / 2A for the shield ??
@MrInnovative
@MrInnovative 5 жыл бұрын
Yes you can use
@lajmimohamed8296
@lajmimohamed8296 5 жыл бұрын
i will use dvd motors so 2A can destruct it ?? or its normally ?
@DeepakSoni-hu7pq
@DeepakSoni-hu7pq 7 жыл бұрын
Hello, Can we use this grbl for laser engraver?
@MsArthii
@MsArthii 7 жыл бұрын
yes
@Harikrishna-sw4uu
@Harikrishna-sw4uu 6 жыл бұрын
What type of switch is used in x,y axis limiting switch
@DETUDOUMPOUCO-ne6js
@DETUDOUMPOUCO-ne6js 2 жыл бұрын
I've been trying for 6 months now but the servant doesn't I don't know what else to do!!
@learnbox3783
@learnbox3783 8 жыл бұрын
Dear Mr Innovative, Please let me know can we use GRBL and CNC shield for large size CNC machine?
@MrInnovative
@MrInnovative 8 жыл бұрын
yes u can
@learnbox3783
@learnbox3783 8 жыл бұрын
Thanks
@pawelkrawanski4249
@pawelkrawanski4249 8 жыл бұрын
Imran Ahmed A4988 stepper motor can give you Max 2 amps with radiator and cooler. it's sufficient current for nema 17 stepper motors but for bigger ones it could be not enough.
@learnbox3783
@learnbox3783 8 жыл бұрын
What should I do for large size stepper motors driver?
@pawelkrawanski4249
@pawelkrawanski4249 8 жыл бұрын
First calculate what torque you need. Than Find proper stepper motor. There is many types that run under 2 amps (nema 17, nema 23 etc.). They ususally give 0,4 - 0,5 Nm torque but some more expensive models can give you even 1-2 Nm. Mind that with nema 17, 23 using threaded rods you can run realy heavy parts of your cnc machine. There are many examples on youtube. For machines that type, arduino + grbl + A4988 should be enough.If you need stepper motor that runs with current between 1,8 and 2,2 amps you should use DRV 8825 stepper motor driver. It's compatible with grbl shield for Arduino. For 3 amps AMIS-30543 30V 3A SPI. It's not compatible with grbl shield, but I you can connect it to arduino with wires.If you need reeeeeeaaaaaly big stepper motor with powerful torque for more serious purposes you should check for different drivers. For example - 5 Amps HY-DIV268N-5A based on TB6600. It won't run with Arduino ang grbl shield.But if you need big stepper motor (I mean STEPPER MOTOR (BIG ONE ;) ) with torque 80 Nm find some industrial stepper motors with proper drivers.
@amolkangale9861
@amolkangale9861 6 жыл бұрын
Bhai video me cnc shiled pe green, Nd orange red colour ke wires connect kiye he unka second end kaha pe connect he
@kalpesh123cnc
@kalpesh123cnc 7 жыл бұрын
which puwer supplay use in cnc shield v3 with v and amp
@MrInnovative
@MrInnovative 7 жыл бұрын
+kalpesh prajapati Come and discuss here mitricks.in/forums/forum/discussion-forum-for-project-queries/
How to Make High Quality PCB at Home / Say Goodbye to Ironing
18:40
ZAFER YILDIZ
Рет қаралды 192 М.
The Lost World: Living Room Edition
0:46
Daniel LaBelle
Рет қаралды 27 МЛН
She wanted to set me up #shorts by Tsuriki Show
0:56
Tsuriki Show
Рет қаралды 8 МЛН
I'VE MADE A CUTE FLYING LOLLIPOP FOR MY KID #SHORTS
0:48
A Plus School
Рет қаралды 20 МЛН
Their Boat Engine Fell Off
0:13
Newsflare
Рет қаралды 15 МЛН
Quick and easy solution with the lathe!
6:30
New Tech
Рет қаралды 2,3 М.
How to Make GRBL+Arduino based Mini CNC plotter machine at Home
9:53
Shubham Suresh
Рет қаралды 104 М.
3D Printer DIY with FLOPPY DRIVER and old DVDROM
21:50
Daniele Tartaglia
Рет қаралды 2,4 МЛН
DIY Arduino PCB milling CNC
29:31
DoIt.20
Рет қаралды 175 М.
How to Make A PCB Making CNC in Your Budget
8:51
Et Discover
Рет қаралды 334 М.
How To Make Mini Plotter V2
8:57
Average Engg
Рет қаралды 11 М.
PCB prototyping, PCB making at home - WEGSTR
8:11
WEGSTR s.r.o.
Рет қаралды 1 МЛН
The Lost World: Living Room Edition
0:46
Daniel LaBelle
Рет қаралды 27 МЛН