Basic setup Ramps 1.4 + stepper motor + marlin firmware + Slic3r + pronterface

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024
  • НаукаНаука

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

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

    I am a person that generally enjoys reading better than videos. But thank you this is a undramatic, informative production. Because your name is 'Mr. Innovative' I seriously thought you'd be another youtuber attempting to brand knowledge for subscribes.

  • @DougHanchard
    @DougHanchard 6 лет назад +43

    I continue to be astonished at how many libraries of code are freely available to the public that can be applied to Creative Commons Software.
    It is an impressive illustration of how to technology can be distributed to the world that can educate and unleash a breathtaking amount of creativity - for all ages and genders.
    These are the building blocks of the next generation of engineers and scientists.
    While I realize many may come to the conclusion that this is simply cutting and pasting code, the underlying truth remains; the level of curiosity will increase, driving the individual's need to understand and learn more.
    I'm just learning how to use code for Arduino and for an old guy, the curve is incredibly steep. The concepts are brilliantly simple yet at times, the abstract concepts are daunting to master.

    • @gfodale
      @gfodale 6 лет назад +1

      You may find it worthwhile taking a course in the C language. So far, in my experience, (not much) the Arduino IDE has taken every C header I've thrown at it. C++ headers on the other hand appear to be useless. While rusty, after 2 and a half decades of being inactive with it, I have already managed things that others making videos have said is not possible / feasible. You'll also get some insight into how the Arduino instruction set works.....

    • @DougHanchard
      @DougHanchard 6 лет назад

      gfodale I'm too old to reboot back to my programming days. LoL.

    • @gfodale
      @gfodale 6 лет назад

      Yea, I thought that too. Turns out I just need more coffee. :)

    • @DougHanchard
      @DougHanchard 6 лет назад

      gfodale my problem is twofold (maybe more...).
      The first is code sequence (loop) which is critical when formulating an idea that requires multiple sensor inputs.
      Second, interoperability of libraries and commands have multiple possibilities. Some are good and some are bad. Given the limited amount of Arduino memory (though ESP 32 boards look promising), make a mistake here and I start ripping my hair out. LOL.
      I do like the idea of a Raspberry central computer that can then distribute to multiple controllers (or IC2) / sensors.

    • @gfodale
      @gfodale 6 лет назад +1

      I'm getting to where I'm writing inputs and outputs in functions, then call them from the loop as necessary. Easier for me to keep track of things that way. I'll be doing the same with Pi and Arduino eventually, but I need to get some level shifters, and other things are higher on the priority list at present.

  • @Ed19601
    @Ed19601 3 года назад +13

    Mr. Innovative leaves out an important detail: you need to convert the motors from unipolar to bipolar

  • @AlienRelics
    @AlienRelics 2 года назад +2

    You MUST convert to bipolar. Pull the blue cover off. I simply cut it at the slot, and pulled the bottom part off. Then cut the trace between the two center pins, trim a bit out so there is some space. Done. Now ignore the center wire.
    Outer pair are one coil, inner pair are the other coil. If it spins the wrong way, either change it in the firmware, or switch =one= set of coil wires around. Easy peasy.
    Also: the inner stepper is 64 steps per revolution, the geardown is 64:1. So the shaft turns 4096 steps per rev exactly.
    According to tests here on another video, you can get at least 2kg-cm torque even with the slip clutch, when running in bipolar with a simple H bridge at 2x the rated voltage (since you are using two coils at once compared to unipolar). That is about 20Ncm or 28 oz-in. Not bad at all, albeit it will be slower than a non-geared 200 steps per rev stepper.

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

      Great advice. Is there a website that details a bit what you are saying?

  • @franacosta1688
    @franacosta1688 6 лет назад +7

    In the video you only use four wires about the 5 ones that the stepper motor uses. You have forgotten to explain how eliminate the red one in the stepper motors ( de 5 wire ). In the A4988, we can use only four wires. Please explains us this cuestion.

    • @franacosta1688
      @franacosta1688 6 лет назад

      Thanks very much!!!!

    • @PiefacePete46
      @PiefacePete46 5 лет назад

      @@franacosta1688 : He really should have explained this in the video. Without the mods to the steppers, what he is showing will not work. People could waste time and money trying to do what he shows. It would have been much better to use cheap NEMA 8 steppers, if money was an issue.

  • @birdwatchingwithdrrajasaur4410
    @birdwatchingwithdrrajasaur4410 5 лет назад +4

    Awesome! This is exactly what I was looking for! 👏👏👏😁

  • @SKHROSX
    @SKHROSX 5 лет назад

    After Many videos,,,,, this is the perfect......

  • @hosamyousef7368
    @hosamyousef7368 3 года назад +2

    What is the EXT axis. Where is the CNC machine located?

  • @antekone1
    @antekone1 5 лет назад +1

    Why didn't you remove the D1 diode before connecting both usb and external power supply? Is the removal optional?

  • @GoodKingMody
    @GoodKingMody 3 года назад +2

    Thank you, your video is amazing , you covered everything that I needed to understand!!

  • @khanhphaminh1175
    @khanhphaminh1175 5 лет назад +1

    Sir. Thanks for your video. But I wonder why your 28BYJ-48 step motors has only 4 wire each, but the others I've searched on Google has 5 wires each? Is there one wire I can cut out?
    Please reply my question, sir. Thank you.

    • @eliashiguera5315
      @eliashiguera5315 4 года назад

      He has hacked the steep motor: 5 wires is unipolar, Ramps uses bipolar, so its necessary turn the motor 28BYJ-48 to bipolar (4 wires)

  • @infotech6953
    @infotech6953 3 года назад

    i ask you a question if you can help me I made 3D printer using ramps 1.4 Arduino mega 2560 using marlin 1.1.x Upgrade everything is ok except z axis is so far on bed during printing, I always calibrate, but still not work. Please help me.

  • @lemicmelo7713
    @lemicmelo7713 4 года назад

    Hi,
    I have a question about the building from scratch 3D printer. for my idea, I would like to have 4 PMW output to simulate the extruders as I am using actuators that need this type of signal. So my question is, Can I use 4 pins on the RAMPS board and assigned as extruder on the Marlin firmware and when I slice the design using Slic3r with the 4 different colors I would be able to activate this 4 pins with PMW signals when the Pronterface perform each extruder?
    Hope this question makes sense and I could hear soon from you. Really appreciate your content.
    Thank you.

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

    Good Video. Power Supply?

  • @richardspicer8253
    @richardspicer8253 6 лет назад +10

    Cool video but was your y and z motors the wrong way round?

    • @DigBipper188
      @DigBipper188 5 лет назад +1

      Possibly, depending on what he's using this RAMPS for printer-wise. Luckily though it doesn't necessarily require a firmware alteration as you can simply reverse the connection to the stepper and it will rotate in the opposite direction. I did this with my printer after moving to a bowden extruder setup by simply reversing the wiring order going to the stepper. This means now the stepper spins in the opposite direction.

  • @mrusmanishtiaq2000
    @mrusmanishtiaq2000 5 лет назад +2

    Hi, Thanks for your fruitful tutorial. Actually, my both stepper motors rotate in the only clockwise direction. While I have anti direction too but motor rotates only in 1 direction.

    • @rizwanmanjothi3214
      @rizwanmanjothi3214 3 года назад

      Sem problem bro

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

      Do you mean they stall when you try to rotate in the opposite direction, or they run only in one direction even when you reverse in software? Either could be a software problem. The first might be a hardware problem.
      If you swap two wires of one coil, will it rotate in the other direction now? If not, it could be hardware. If it does, then it is likely a software problem.

  • @noeldoyle2477
    @noeldoyle2477 6 лет назад +1

    Hi
    I’m a new to the world of steppers.
    If I wanted to control 10 or 20 or 30 unipolar stepper motors what should I look for ?

  • @abhaykulkarni9178
    @abhaykulkarni9178 5 лет назад +3

    Nice video bro... Do those motors heatup for 12V 5A power supply?

  • @cncart
    @cncart 3 года назад

    Hi can i use ramps 1.4 without Marlin actually i am working on a filament project were i need motors to turn at different speeds for winding filament what do you suggest, can i do that with Marlin thanks

  • @jeffhan1239
    @jeffhan1239 7 лет назад +3

    Hi! great video
    but why the extruder motor is not moving while printing?

    • @nicolaschampagne8988
      @nicolaschampagne8988 7 лет назад +2

      alarm with cold extrusion prevent it

    • @haydenc2742
      @haydenc2742 7 лет назад +4

      Ramps firmware will not let the extruder motor turn if the thermistor reading is below a certain temperature (prevents the extruder teeth from skipping and chewing up filament) there is a workaround by putting a 100Kohm resistor on the extruder pins tricking it into thinking it is heated up

  • @luislemes8424
    @luislemes8424 4 года назад

    Hello very good guide
    I followed her step by step, and using the same components I still couldn't get the motors to move, they just buzz or vibrate. Would you know what it could be?
    From already thank you very much.

    • @Ed19601
      @Ed19601 3 года назад

      Could it be you used the motors 'as is', meaning as unipolar motors rather than as bipolar motors?. That hack is conveniently not in the video

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

    I've learned the basics

  • @Martin-dw4eo
    @Martin-dw4eo 2 года назад

    On my ramps there are 3 Jumpers below the stepper driver. Do we have to leave all pins free?

  • @glauciomendes1793
    @glauciomendes1793 6 лет назад +3

    as you do the driver A4988 trimpot setting, I made the setting with 0.04 but the motors do not work, thank you.
    Congratulations on the video.

    • @gfodale
      @gfodale 6 лет назад

      Even though the equation is notorious for being in-accurate, your adjustment by spec would provide 80mA of current. I'm not surprised the motors are not working. Data sheets available on the web..... Many videos on the A4988 driver assy. on RUclips....

  • @mithunmanoharan524
    @mithunmanoharan524 4 года назад

    When i connect 28BYJ-48 motor it doesn't work instead it heats up.
    When test my motors from the left panel of proterface beeb sounds are comming from the motor..but its doesn't rotate. Motor get very hot instead
    Help me plz..! Plz get me a solution for this

  • @nuuskapeke11
    @nuuskapeke11 3 года назад

    For all those who are Searchin for this Music its : Zyphen - Someday

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

    How many mm per step I will enter...??
    Belt tooth pitch 2mm
    Pully tooth 20
    Driver 1/16 a4988
    Stepper 28byj-48 convert biopolar...

  • @GENERATION2GEEK
    @GENERATION2GEEK 6 лет назад +1

    Hello, I can't get my 28BYJ-48 stepper motors to work.
    They are bipolar, tested with a multimeter.
    When I try to make them move with Repetier or pronterface, they turn, but in only one direction... :(
    With your X axis test program, I have to remove all jumpers for the motor to run...
    The motor is often hot, when it heats a lot I unplug it to avoid that it fries, for the moment, no damage noticed but I would like to know where the problem comes from... Any ideas?
    EDIT : The motors are connected in the right order (Blue - Yellow - Orange - Pink) and When they're running, the motors make a high-pitched noise

  • @cnc3daniel819
    @cnc3daniel819 7 лет назад

    funy u r printing something but extruder motor is still...he should be moving during extrusion or is it seting that u use cold extruding ant it will set off extr. motor?

  • @aidantrabuco7939
    @aidantrabuco7939 6 лет назад

    I am trying to build my own 3D printer and I am having some difficulty. I plug the power supply into the ramps and the screws say that there is 12 volts of power. How ever, when ever I test the pins for the stepper motors themselves there is no reading. When I try upload the Marlin firmware to the board, I get a sending error and I have spent considerable time try to fix this to no avail. Please reply to my comment if you have any ideas or can refer me to someone who can help.

  • @shahzaibkhan1382
    @shahzaibkhan1382 4 года назад

    Thanks man
    Very informative video

  • @railfilm
    @railfilm 4 года назад +1

    Those 28BJY-48 motors are practically unusable for CNC machines, because inside is a gear with undefined reduction ratio. That means there is no exact condition between the motor steps and the rotation of the output axle. ( already the first gear ratio is something like 3,55555555... ).

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

      64 steps per revolution, 64:1 gear ratio. So 4096 steps per rev. Exactly. From the datasheet.

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

      @@AlienRelics but this wrong because there is one gear with odd number of teeth.

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

      @@railfilm Perhaps you miscounted? Either there are two with an odd number or all must have an even number.

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

      How can it be undefined and changeable? Gears don't gain or lose teeth. Even if it isn't an exact 64:1, it is some exact ratio that can be determined and used.

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

      @AlienRelics How many mm per step I will enter...??
      Belt tooth pitch 2mm
      Pully tooth 20
      Driver 1/16 a4988
      Stepper 28byj-48 convert biopolar...

  • @davidbillington5401
    @davidbillington5401 5 лет назад +1

    Way to go on showing Bad wiring and how not to do it. Always ensure you strip back the wires enough and twist them then ensure your not crimping down on the insulation. As you'll melt the plastic the way this guy shows you if your not careful

  • @abhishekbiswas2577
    @abhishekbiswas2577 3 года назад

    Can you help to make cnc machine using Arduino Uno and proterface . I have have tried many softwares but machine didn't work . Please help bro

  • @amaljoseph6466
    @amaljoseph6466 5 лет назад

    made all the connections as in the video, connected 12v 10A power supply and nema 17 stepper motors but there was no action at the last motors are just vibrating with respect to the code please help

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

    I have problem with ramps 1.4 , any help please 🥺.
    D10 no power output

  • @youseflv
    @youseflv 5 лет назад +1

    if I want to use only 4 stepper nema 17 , is 5A enough?

  • @khalidmaged4878
    @khalidmaged4878 7 лет назад +10

    I think jumpers have to be installed

    • @CheetosR24
      @CheetosR24 6 лет назад

      actually, those motors have a 1/64 gear ratio, you dont want to microstep those into 1/2048

    • @fourburnerbreakfast
      @fourburnerbreakfast 6 лет назад

      mine started working only when i put them, but the distance is limited.

  • @thanhtrinh2325
    @thanhtrinh2325 6 лет назад +1

    Hi, I am still wandering about the stepper motor, it is 5V 28bjy-48, how can we use the 12V power supply to drive the ? Could you please guide me. Best wishes,

    • @CheetosR24
      @CheetosR24 6 лет назад +1

      you can set the voltage lower on the adjustable potentiometer of the stepper drivers.

    • @felixgarcia7878
      @felixgarcia7878 6 лет назад +1

      If you keep the current into limits, adjusted by the pots in the drivers, you can use higher voltage or lower without many issues. But you must adjust the current accordingly!

    • @felixgarcia7878
      @felixgarcia7878 6 лет назад +1

      CheetosR24 those pots adjust the current, not the voltage.

    • @CheetosR24
      @CheetosR24 6 лет назад +1

      Félix García yeah yeah, i know. This is what i meant. I didnt want to overcomplicate it, since you can only measure Vreff. After adjusting the current with the pot.

    • @thanhtrinh2325
      @thanhtrinh2325 6 лет назад +1

      Thank you everyone. I finally did it and understand that we are controlled the current that driven the motor. Thank you for all

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

    What is the value for *vref* of the driver A4988?

  • @August301989
    @August301989 4 года назад

    28byj-48 is actually a hybrid stepper motor?

  • @jacobringgaardmikkelsen5103
    @jacobringgaardmikkelsen5103 4 года назад

    How does the marlin software know about your hardware?

  • @विनय-थ7घ
    @विनय-थ7घ 3 года назад

    THE PCB IS COMFERTABLE WITH U R ENGRAVING MACHINE ??????

  • @sanu7210
    @sanu7210 4 года назад

    My dear respected RUclips , first of all i like to tale you about myself , I am a Electronics developer & Engineer & Article writer so whenever i build my projects i allows needs a enclosure or cabinet to fetes all the components and getting a professional look , so Recently i have perches a 3D printer " TRONXY P802EA"after greeting my 3D printer suddenly the control board stooped working completely and best low cost solution of control board is Arduino mega 2560 with ramps board & A4988 driver module.
    i decided to install ramps board and Arduino and then i saw i have to install firmware and obviously most popular Merlin firmware ,you when ever i have to install firmware first time & i need to configurations and change the settings "config.h" particularly for my 3D printer . , i have knowledge and working experience and making several project using Arduino but dont have any knowledge about those firmware /3D printing /Settings/ settings to greetings best printing quality , i alady dose manual bed leveling and z axis leveling , i am just a noobs in those matter so i need your help bro please tale me perfect all the configuration in detail . Thanks a Lot

  • @chanchalsakarde2768
    @chanchalsakarde2768 3 года назад

    Hi friend, can you please guide on how to setup "End Stop limit switches" on it and it's configuration

  • @АлматАхатов-е1ю
    @АлматАхатов-е1ю 2 года назад

    28BYJ-48 5V what is the rated current needed for the driver.

  • @unixandroid
    @unixandroid 3 года назад

    Thank vou man ! Great tutorial !!

  • @budgetgamer1633
    @budgetgamer1633 4 года назад

    I followed the exactly the same steps.. Still the motors not moving.. Plz help me

  • @justlivemyway
    @justlivemyway 5 лет назад +1

    Do you need to keep computer running while its printing?

    • @DigBipper188
      @DigBipper188 5 лет назад +2

      If you're feeding GCode to it while printing, yes. If you're using SD cards to print standalone, no. If the printer is connected to the PC while you're printing, I advise against disconnecting it as this can reset the Arduino mid-print.

  • @joelvale3887
    @joelvale3887 5 лет назад +1

    Is there any place that sells the darn thing ready to use?

  • @souhirferjani4665
    @souhirferjani4665 5 лет назад +3

    I do like you but pronterface show me this error:
    MINTEMP triggered, system stopped! Heater_ID: 0
    please what does mean this?

    • @DigBipper188
      @DigBipper188 5 лет назад

      It means your thermistor / thermocouple / diode isn't detected, has malfunctioned or at some point has lost connection to the RAMPS. Check your bed and hotend probes to make sure there are no damaged wires and that the connectors are securely installed in the RAMPS board. Also, make sure you've plugged them into the correct sensor inputs. If you have a thermistor, try connecting a multimeter across it in ohms mode and make sure it's showing a resistance. It won't be 100k Ohms unless you have an ambient temperature of 25*c though, so do expect some deviation in your readings. Especially if the thermistor is hot.

    • @swapnilghodeswar2262
      @swapnilghodeswar2262 4 года назад +1

      @@DigBipper188 bhai video me kaha thermistor use kiya hai

    • @harshpatel4358
      @harshpatel4358 4 года назад

      @@swapnilghodeswar2262 bhai muje bhi same error aa rahi hai..
      Do you have solution for that..?
      Please let me know how to fix it?

    • @harshpatel4358
      @harshpatel4358 4 года назад

      How to fix this issue?

    • @ninllot
      @ninllot 3 года назад +1

      @@DigBipper188 pero en este video no hay ninguna clase de termistor ni ningun sensor de temperatura

  • @AndyChristianLoyola
    @AndyChristianLoyola 5 лет назад +1

    great video. now, i have a reference :)

  • @familiasilvaalves3788
    @familiasilvaalves3788 6 лет назад

    Hey , what is the voltage that the Ramps provides? Cuz have two BYJ-48's models! 5volts or 12?

  • @bearwood357
    @bearwood357 3 года назад

    Hi,
    I have followed your setup exactly and my X an Y steppers only move a fraction then stop while my Z stepper rotates for 5-10 seconds then stops with error on bed temp.
    The only amendments I have made to Marlin are:
    #define TEMP_SENSOR_0 998
    #define TEMP_SENSOR_BED 999
    and
    #define HEATER_0_MINTEMP 0
    #define BED_MINTEMP 0
    Can you please help

  • @zuhaibchoudhary4635
    @zuhaibchoudhary4635 6 лет назад

    please can i get to know that with marlin firmware can i get a feed rate of f-0.18 as i am woking on edm and usign get desired feed rate that is less than one
    thanks and regards
    please reply

  • @m.tavarestavares7479
    @m.tavarestavares7479 5 лет назад +2

    O video esta bom mas uma das coisas mais importantes não e mencionada o vref do drive para funcionamento do motor de passo.

  • @abishekbabu8759
    @abishekbabu8759 3 года назад

    What about the jumpers under the polulu drivers???

  • @binasoren2358
    @binasoren2358 4 года назад

    Can you make a video how to make a3d printer using these motor

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

    Kalo untuk merubah 3d printer jadi mesin cnc PCB bisa ga

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

    bad doing! standard wire into the green screw down connectors! those blocks are made for solid wire not standard. or you can some inserts for standard wire.

  • @KAFA2020
    @KAFA2020 6 лет назад

    Peace be upon you.
    Dear respected friend, I'm building a big size 3D printer where I am using Nema 23 stepper motor which draw 3A current. Here I see A4988 driver which give max 2A current.
    Therefore, If I use TB6600 stepper motor driver, will it works with the RAMPS1.4 controller?

    • @JannieH
      @JannieH 6 лет назад

      Yes it will work. All a stepper motor driver board needs are two inputs, " step" and "direction". I built my own 3D printer in 2016 for which I also built my own stepper motor driver boards, the open source "Lini Stepper", and it works just fine with RAMPS1.4. Regards.

    • @KAFA2020
      @KAFA2020 6 лет назад

      Dear friend, please could you help me with wire diagram of 3D printer using TB6600 stepper driver ? I will be grateful to you.

    • @garethronaldo8692
      @garethronaldo8692 6 лет назад

      MD. MUBARAK HOSSAIN حبيبي محمد لاهنت اذا صدق قاعد تبني لك وحده ابغا تعلمني الطريقه لاني والله ناوي اسوي لي وحده ولا عرفت بطريقه صحيحه ١٠٠%

    • @garethronaldo8692
      @garethronaldo8692 6 лет назад

      MD. MUBARAK HOSSAIN hello mate i hope u reply to my comment if you are know arabic . thanks

    • @garethronaldo8692
      @garethronaldo8692 6 лет назад

      MD. MUBARAK HOSSAIN and if u wanna copy what in the market already u just have to google CR10 wiring they will give u everything u need ... hope ur building something new like me ...

  • @pawankumar-zy4zk
    @pawankumar-zy4zk 5 лет назад

    hello sir i do same steps as shown in the video stepper motors moves when i click on pronterfece X Y Z axis but when i load a g code file from slicer3r the prtonterface dose not show the image of file but it shows g codes at the right side of pronterface and also it dose not move motor of printer please sir tell my ant solution of this problem

  • @Zigfried_von_Stahl
    @Zigfried_von_Stahl 3 года назад +1

    Extruder does't work.

  • @hammysmad
    @hammysmad 6 лет назад +5

    Every time I download Marlin it opens without the config.h etc.. on the screen.

    • @carmenleos1657
      @carmenleos1657 6 лет назад

      K

    • @workpeaceful9066
      @workpeaceful9066 5 лет назад

      hello help me i see video motor "4 wire" he cut "RED" wire ?
      i check amazon it's has 5 wire

    • @railfilm
      @railfilm 4 года назад +1

      Work Peaceful : you have to modify the wiring of the motors ( remove the 5th red wire and on the solder panel separate the coils).

  • @dheerajpurshottamlalwani5158
    @dheerajpurshottamlalwani5158 5 лет назад

    Can ramps 1.4 be used for 5 axis router

  • @geoffroy9659
    @geoffroy9659 3 года назад

    Bonjour 🤝
    Quelle est la différence entre ces cartes:
    Mega 2560 R3
    L293D
    UNO R3
    rampes 1.4
    rampes1.5
    rampes1.6
    Merci

  • @Dust599
    @Dust599 6 лет назад

    You linked the 11amp and 5amp circuits together at the power plug, your not even using the 11amp circuit which only goes to the heated bed (D8). That section of the video is not needed

    • @MrInnovative
      @MrInnovative  6 лет назад

      you are right it is not needed for shake of this video

  • @harshpatel4358
    @harshpatel4358 4 года назад

    Thank you for video.
    I have done same step but I am getting error as "min temp triggered". Stepper motors are not working.
    Can someone please help on this issue.

    • @MrInnovative
      @MrInnovative  4 года назад +1

      send this command first
      M302 S0
      this will allow to run stepper motor without heating the hotend

    • @baas7914
      @baas7914 3 года назад +1

      @@MrInnovative what power supply are you using?

  • @nullsystem5459
    @nullsystem5459 6 лет назад

    pls help, I can run printer without heating up, it said printer stop because fail to heating, how can i fix that ?

  • @satriyoariswantoro3742
    @satriyoariswantoro3742 6 лет назад

    Hello guys.. i have tried the process above and i've got the error " echo:busy:proceesing " could you help me?

  • @x87alpha1
    @x87alpha1 3 года назад +1

    The video is missing some key steps:
    1 - The stepper motors are converted to bipolar, 28byj doesn't come with 4 wires you have to hack it from unipolar to bipolar to get that
    2 - Make sure you configure your voltage limit on the ramps, or you'll roast your stepper motors
    3 - Marlin need to be configured and that's not showed here, you can't just download marlin and run it on 28BYJ, the acceleration by default in marlin is 3000 that'll fry them up
    I wouldn't recommend relying on this video.

  • @JesbaamSanchez
    @JesbaamSanchez 6 лет назад

    Can it also support stl files, if I use inventor to create something?

  • @padmanabhm264
    @padmanabhm264 6 лет назад +1

    how to remove with printer halted kill()called in 3d printer

  • @randyc.nugroho3765
    @randyc.nugroho3765 4 года назад +1

    untuk power supply (ramps 1.4) kenapa di jumper ?

  • @hamaa8017
    @hamaa8017 4 года назад

    i have arduino uno please help me to programing to stepper motors...

  • @circuitkeeda7333
    @circuitkeeda7333 5 лет назад

    all the connections are correct still i am facing errors everything is fine till loading the file (time 8:49 in your video ) the motors work when clicked on x,y or z in the icons but when print icon is clicked it gives the errors
    (Error:MINTEMP triggered, system stopped! Heater_ID: 0
    [ERROR] Error:MINTEMP triggered, system stopped! Heater_ID: 0
    Error:Printer halted. kill() called!
    [ERROR] Error:Printer halted. kill() called!
    )
    request you to help me with the same
    all the settings are as shown in the video

    • @Dosman0026
      @Dosman0026 5 лет назад

      the MINTEMP error is because you dont have a hotend connected. so the Marlin software prevents you from printing.

  • @ggeasy8499
    @ggeasy8499 5 лет назад

    Hey I really need help. I want to buy that just to control the motors but for other purposes not for 3D printing. So is it possible to do that using that board, with the drivers of course ?

    • @yatudlabiereicit
      @yatudlabiereicit 5 лет назад

      depending on what you want to do .. there are just stepper motor drivers. RAMPs is really optimized for 3 axis applications.

    • @ggeasy8499
      @ggeasy8499 5 лет назад

      @@yatudlabiereicit So I could control it manually, cause I just want to control it through radio. I just don't want to buy more separate modules for drivers. I'll use the same driver but with a 3D printer module. Just because it's more easy and cheaper. Thanks!

    • @ggeasy8499
      @ggeasy8499 5 лет назад

      @@yatudlabiereicit Also, I'm using it for a rover project.

    • @yatudlabiereicit
      @yatudlabiereicit 5 лет назад

      @@ggeasy8499 im not sure what you are trying to make but stepper motors are usually used for "precision" stuff... radio control isnt reaaaaally precise usualy.
      What are you trying to make?

    • @yatudlabiereicit
      @yatudlabiereicit 5 лет назад

      @@ggeasy8499 in the case of a rover.. maybe you would be able to tweek stuff around to control things like an probing arm or some thing like that...
      But if were talking about mobility... im pretty sure regular dc motors would be alright. So no need for stepper drivers

  • @hum.ortales1753
    @hum.ortales1753 11 месяцев назад

    After uploading the g code the printer is not printing

  • @varadskareker3527
    @varadskareker3527 6 лет назад

    Hi I'm trying to make such printer but I'm getting error as heating system failed. Any idea why it's happening?😢

    • @sa_ad
      @sa_ad 3 года назад

      After 3 years did it work

  • @asunasposibol
    @asunasposibol 6 лет назад

    Thanks for the vid. Two simple questions: 1. why do you wire the two power suply entries? 2. What is the power suply volt and amp provided? thanks

    • @fhadesson9525
      @fhadesson9525 5 лет назад +1

      Ramps need entry for 5v and 12v.

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

      5V powers the Arduino and logic, 12V or higher powers the A4988 stepper drivers.

  • @mateossj9080
    @mateossj9080 Месяц назад

    [ERROR] Error:Printer halted. kill() called!
    HELP!!!

  • @maciejonych5245
    @maciejonych5245 5 лет назад

    Hello, do you know what this error is mind?
    Arduino:1.8.7 (Windows 7), Płytka:"Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
    Marlin:45:110: error: U8glib.h: No such file or directory
    compilation terminated.
    exit status 1
    U8glib.h: No such file or directory

  • @dannyphantom8143
    @dannyphantom8143 3 года назад

    How clone motor in axis Y ? Pls, great video

  • @skypowergb3842
    @skypowergb3842 5 лет назад +1

    can you make 3d printer with 28byj-48 motor

    • @erfinderwerkstatt
      @erfinderwerkstatt 5 лет назад

      Yes, there's the Toyrep for example. And some commercial sub $100 printers use these. But they are not very powerful, have plastic gears... it's not the ideal choice :-)

    • @skypowergb3842
      @skypowergb3842 5 лет назад

      @@erfinderwerkstatt now i decidet to use nema 17 but which one , 40N/cm is that enough for 16x16x16cm printing space

    • @skypowergb3842
      @skypowergb3842 5 лет назад

      a design with belts for x and z axes and lead screws for y 4motors + extruder

    • @erfinderwerkstatt
      @erfinderwerkstatt 5 лет назад

      @@skypowergb3842 It all depends on the print speed and threads / pulley of course :-) But you can use any motor in theory. Nema 17 is very common (though be aware there are differences, too, it's just the form factor).
      Do you already have a 3D printer? Which motors does it use?

    • @skypowergb3842
      @skypowergb3842 5 лет назад

      @@erfinderwerkstatt no i want ot build it

  • @hugomg1000
    @hugomg1000 7 лет назад

    hello how are you, excuse me as I set the marlin, what was the amperage for the engines?

    • @haydenc2742
      @haydenc2742 7 лет назад

      Current in those motors is very low...due to being geared down...they are 4096 in 8 step micro steps for one rotation, and 2048 steps for 4 step microstep
      arduino-info.wikispaces.com/SmallSteppers

  • @xxaron1xx
    @xxaron1xx 5 лет назад

    hi, i just want to watch the full tutorial but it isn´t avaliable

  • @ArifFitrianto_edukasi
    @ArifFitrianto_edukasi 7 месяцев назад

    Bisa digunakan untuk cnc ga ya pa

  • @multiboxcz6620
    @multiboxcz6620 6 лет назад

    How will you give 12v to hot end?

  • @rakeshr1003
    @rakeshr1003 4 года назад

    i tried ur code but it is not even starting in pronterface

  • @MegaFaisalpk
    @MegaFaisalpk 6 лет назад

    These softwares and g codes for 3d printer?

  • @raghudev56
    @raghudev56 7 лет назад

    Hello i have 1.7 amp 3 stepper motor how much dc current requierd for

  • @NarutoUzumaki-bj8ni
    @NarutoUzumaki-bj8ni 3 года назад

    Actually can someone help me out this is the configuration video of which arduino 3D printer he has made 2 no of them

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

    04:00 i think this small power wires can not carry 5 amps

  • @bessemlahouar961
    @bessemlahouar961 5 лет назад

    can you use nano arduino ??

  • @Maax3dledesma
    @Maax3dledesma 3 года назад

    Hola que voltaje de vref le pusiste a los driver?

  • @lepalakatamongalo7328
    @lepalakatamongalo7328 6 лет назад

    is there a build volume limit?

  • @VattikutiBhaskar
    @VattikutiBhaskar 5 лет назад

    why extruder not working?

  • @ameliabuns4058
    @ameliabuns4058 4 года назад

    oh i thought they don't work with ramps cause they're different

  • @ste76539
    @ste76539 5 лет назад +3

    Your power supply connections are just atrocious, at best.

  • @souhirferjani4665
    @souhirferjani4665 5 лет назад +1

    I use source power of 12V/ 20A then the pc can't connect the arduino

    • @suidhaaga1539
      @suidhaaga1539 5 лет назад

      Give it 11amps for heat bed and five amps to the the other port

    • @suidhaaga1539
      @suidhaaga1539 5 лет назад

      Aur check whether your laptop or computer recognise the Ch 340 driver

    • @souhirferjani4665
      @souhirferjani4665 5 лет назад

      @@suidhaaga1539 just i want to test motors then i will assemble the printer

    • @youseflv
      @youseflv 5 лет назад

      @@souhirferjani4665 I've the same question