3D printing guides - Setting up a LCD and SD card controller panel

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

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

  • @kulyro
    @kulyro Год назад +2

    You're a legend!
    This video was uploaded 8 years ago, and today helped me. Scrooling thru menu was not working. But it is now thanks to you!
    I hope I'll have the pleasure to meet you one day in person!!!
    Thanknyou so much!

  • @mattp9361
    @mattp9361 6 лет назад +4

    ITS AMAZING!!! This educational video actually contains information, a talking human AND+ AND+ AND NO MUSIC!!! I was so happy I almost teared up. Thank you for a wonderful job!

  • @Grevan09
    @Grevan09 7 лет назад +25

    Quick update for those who wonder where the line from 4:20 went in newer Marlin versions:
    Conditionals_LCD.h is the file you want to look for the "if ENABLED (REPRAP_DISCOUNT.......)" for.

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

      Thank you

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

      Thanks. I found it, but it seems little confusing to me, since I am a newbie to the whole programing thing and Your post is the only one mentionning this change I found so far. Sorry for potentially dumb question but there is that "delete // to enable" feature missing in here and I am not sure what to do right now. Many if lines there, Im not sure what to write or delete where to get it going. Thanks for help.

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

      There is nothing you have to uncomment there. This direction was supposed to point you to the file where you can add those two extra lines of codes. ((all starting at code line #101))
      The whole file is just listing settings for all the different brands of displays out there, telling the rest of the firmware how to handle your hardware. That's why we are adding the two lines of code there. The line you have to uncomment to use your RRDFG display can be found in the Configurations.h at line #1231.

    • @Deadshead23
      @Deadshead23 7 лет назад +1

      Thanks a lot for clarifying this. I got the controler working at last.

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

      You sir, are a legend.

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

    Thanks again Tom, proud patron here. Invaluable info that I needed to set up my Mini RAMBo 1.3 with a large LCD screen! The 1.3 having the USB isolated and not powering the board threw me for a bit of a loop. Couldn't upload a thing with the Arduino IDE till I added 12 volts DC to the board! This fixed my encoder steps and allowed me to select the proper screen for my configuration file.

  • @mathaeis
    @mathaeis 8 лет назад

    I just built my new Printrbot Simple last night and my friend that has far more experience with this than I do suggested the improvement in the video. I never thought it would be so cheap or simple. Thanks for the information, I'm looking forward to giving it a try!

  • @ScottLahteine
    @ScottLahteine 9 лет назад +3

    The annoying feedback beep for the LCD controller that Tom mentions at 5:12 has been tamed to a short click sound, so you can keep the BEEPER pin enabled with the latest Marlin. To fix this in Marlin 1.0.0, just re-flash the firmware with LCD_FEEDBACK_FREQUENCY_HZ set to 5000 and LCD_FEEDBACK_FREQUENCY_DURATION_MS set to 2.

  • @dholzric1
    @dholzric1 9 лет назад

    Thanks Thomas. This is exactly what i was needing to fix the knob on my LCD.

  • @Milan152
    @Milan152 8 лет назад

    Thank you a lot Thomas. Your guides help me a lot when I set up my first DYI printer.

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

    For those who are scratching their heads on the pins.h file, it appears that the pins.h file has been broken up into multiple files on recent builds. You are now looking for pins_RAMBO.h (if RAMBO is your control board) or look for the pins_YOURMAINBOARDHERE.h file. In my case it was pins_RAMPS.h for the RAMPS board.

  • @magdanoz88
    @magdanoz88 8 лет назад

    For RAMPS 1.4 and Arduino Mega users: The beeper's option is on line 606 -> #define BEEPER -1. Took me some time to find it... :)

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

    For those who wonder about a black screen. There are different ribbon cables and matching connectors around. Some of them are rotated 180° !!! i.e. Exp1 stays Exp1 and Exp2 stays Exp2 BUT the pin 1-5 will instead connect to pin 6-10 and vice versa.
    I just reversed the orientation of the connector and could then use a discount full graphics display on a trigorilla board.

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

    Finally got mine working. Don't edit config H in the Arduino do it in notepad ++ then upload the whole marlin program to the Arduino found this out after a couple of days of trying.

  • @nathanryan8699
    @nathanryan8699 9 лет назад

    Just got this controller for my MM3 - thanks for the guide! :)

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

    Forgive if already commented, but changing scroll direction was included in the Marlin build I’m using (REPRAPGURU v4) and can be flipped in the configuration H by uncommenting REVERSE MENU DIRECTION. Hope this helps someone.

  • @robertbauer1999
    @robertbauer1999 9 лет назад

    Great job Tom. Your a smart guy. When are you going to build a cnc router and get the ramps board running it?

  • @lkruzan
    @lkruzan 8 лет назад

    At time mark 2:41 the back of the lcd is shown with the cables installed. I see that the red stripes are opposite of each other. My cables connect the same direction - Tom, is this why my lcd does not work??? I've been pulling out the little hair I have left over this.
    Your videos are great and so very helpful. Whenever I have a 3d printer problem, I turn to your videos first and almost always find the answer I need. Thank you!

  • @TheAgAgger
    @TheAgAgger 8 лет назад

    Thank you so much Thomas! You helped making mine work like a charm !!

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

    Thanks for this explanation video, it helped me bring my LCD alive.
    I'm on Marlin 1.1.0-RC8 and few things changed, but I could find and correct the settings.

  • @clivemayo4049
    @clivemayo4049 9 лет назад

    Thanks feel so much better to use now

  • @NickFarrow
    @NickFarrow 8 лет назад

    Would really like to see the printers output from the i2c interface from the pi running OctoPrint such as using a 1602 LCD.

  • @nikhilbhansalis
    @nikhilbhansalis 10 лет назад

    Again,
    Really great video, detailed precise aaand short :D

  • @john-paulhopman318
    @john-paulhopman318 9 лет назад +3

    Does anyone know what to change in Repetier FW v.91 to reverse the encoder direction and increase its sensativity? Also, does the light button have a pin assignment or is it just on the LCD display?
    Thanks for the help.

  • @samernajia
    @samernajia 8 лет назад +1

    Hi Thomas,
    Can you tell me if you have tried the MKS 12864 OLED on RAMPS or a Smoothie? I hear that the Smoothie has no driver for this OLED but what worries me about this controller (which would be perfect for my printer) is that that the Wiki says Repetier may not work if I install it on my board. Anyway, any input would be appreciated.
    Thanks,
    Samer

  • @PerchEagle
    @PerchEagle 6 месяцев назад

    Where is the same code in the video ? I couldn't find it in the link provided.

  • @kutay_ozkeskin
    @kutay_ozkeskin 8 лет назад

    Hi tom. Im using lcd smart controller panel and i have a problem with the button. When i turn the knobi it enters menu, and when i clikc it trys to scroll.. even the reset button is not responding.. This happend after i updated the firmware. Im using arduino mega and simple prusa i3
    Thanks in advance

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

    Do you recommend using Octoprint? If I have a printer with an SD slot, Will using the SD improve the quality at all? I have heard using tethered lowers quality.

  • @ad5000donnell
    @ad5000donnell 9 лет назад

    Just wondering for this SD card reader does it matter what type of SD card you use? Because I am about to finish building mine and was just wonder if there is any one that is required and if not can you recommend a good one to get?

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

    Early days of Tom, you were so young haha

  • @emielbeus
    @emielbeus 9 лет назад

    Great channel! this have helpt me a lot.

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

    Hello Tom,
    I followed your guide exactly and was very pleased to find that my LCD display worked!
    I then thought I would push my luck and plug in an AD card. The card was taken out of my other printer and plugged into the screen slot where it registers OK and the screen shows a "card inserted" message. However, when I select the next page on the display it still says "No SD Card" and I cannot find any of the files on the card. Am I missing something? The card works fine on my Anet printer.
    RH

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

    Good morning mate. I have a REPRAP FULL GRAPHIC SMART CONTROLLER LCD and only a blue screen appears. Could it have burned? Thank you.

  • @hi-its-me22
    @hi-its-me22 8 лет назад

    I'm using this for my Fabrikator Mini. Is it possible to add under the "prepare" or "control" menu items, a way to retract the filament? Sorry - I haven't watched the whole video yet - apologies if it's in there.

  • @anlpereira
    @anlpereira 9 лет назад

    Hi Tom, I will try to control my 3040 CNC using this controller, is it possible? Do you have some ideas on how to use that in a CNC? I want to convert the PWM output of the extruder to control the spindle rotation. Thanks

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

    Great video,
    But one thing, when i insert the Sd Card into the Smart Full Graphics Controller i can see the Card is inserted but it doesn't show any files on the LCD, but when i insert it onto Computer it does show, why is it like that,??

  • @piezo218
    @piezo218 9 лет назад

    Hi, i installed the lcd, the printer was working flawlessly until i did so, now it is printing horizontally instead of vertically, any ideas on what i need to do to correct this problem?

  • @michaelmorgan1055
    @michaelmorgan1055 8 лет назад

    hey tom i have a question. my lcd shows the temps about 60 c to high. if i link the printer to my pc it make the lcd start reading the temps corectly

  • @praffe
    @praffe 9 лет назад

    Thanks for very good videos! I recently purchased a Printrbot Simple Metal - waiting for it now by studying how to set it up from my CAD-programs. I learnt some stuff already!
    I´m running a Macbook Pro.
    I have 1 question - please, is it so that all I need now at first - is the STL-plugin/programs able to export to STL, the Slic3er and the Repetier Host Mac?

  • @VAP0RCL0UD79
    @VAP0RCL0UD79 8 лет назад

    I have a fabrikator mini from hobby king. how and where in arduino do I change the max extruder temp from 230 to 260?

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

    Above the "Mendel ready" icon is what appears to be an "FR 100%" I notice I can change this by turning the encoder on my smart controller lcd. What is FR? Sorry if this is a newbie question, I'm building my printer and haven't tried to print anything yet. Thank you!

  • @OhhYeeeah
    @OhhYeeeah 8 лет назад

    For people using the new marlin firmware, To change the increments of the LCD controller
    (Adding "#define ENCODER_PULSES_PER_STEP 4
    #define ENCODER_STEPS_PER_MENU_ITEM 1" ). This can be done in the Conditionals.h file. :)

  • @Crix4evaTnT
    @Crix4evaTnT 9 лет назад

    hi i want to custom a name for the screen how do you do it

  • @paulolondres
    @paulolondres 9 лет назад

    Hi i am having a problem. I am using an ultimaker pcd and the large smart Lcd , but everything I change on the lcd doesn´t save on the eeprom. If I turn off , no data have been stored. I enable already the lines on the arduino firmware, but still the same. Can you help me?

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

    Hi Tom,
    Thanks for your video, very helpful. However do not manage to crack it. My LCD turns on on start up, then the back light dimms a bit and it starts blinking. I have followed your steps. Any idea of what am I not doing right?
    Thanks in advance

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

    Hay Tom is their a guide for setting up a re-arm+ramps1.6plus+tmc2130+full graphics display pannel. I'm currently trying to set this up. Any help would be greatly appreciated.

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

    Hello Tom! I have a question, I have the MKS TFT32 and want to have also my stock 20x4 LCD screen working. Despite disabling the secure check for only only one display I simply cant make it work... its either one display or the other. Thank you for the videos

  • @DefconOkay
    @DefconOkay 9 лет назад

    Thank you. Very Helpful

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

    really informative! Thank you!

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

    what about on a cr10 bro? cant i just get new one and plug it in? the z axis is jumpy when i do that though

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

    just, THANK YOU!!!

  • @Arthur_C
    @Arthur_C 8 лет назад

    @Thomas Sanladerer: I intend to upgrade my Prusa I3 from Ramps 1.4 to a Megatronix v3 and want to use the LCD controller as you so excellently describe here (thanx for that!). I cannot find a converter for the controller to the Megatronix board, however, nor a tutorial how to connect it if I don't have a converter. Do you know if this can be done and if so, push me a bit in the right direction? your help is much appreciated!
    regards,
    Arthur

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

    how we upgrade our lcd sd card slots into usb port slot ?
    if you have ideas and tric so please upload an videos for that .

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

    Can you help me to fix My full graphics smart controller buzzer is not working please help

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

    Hey
    I installed the firmware correctly and the user interface is appearing on my screen but when i turn the knob nothing happens. I only have the stepper motors hooked up to it now could that be the issue?

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

    Thanks a lot tom!

  • @andrewbishop7066
    @andrewbishop7066 9 лет назад

    Hi Tom great Videos just finishing off my printer after a year break using ramps 1.4 with lcd and marlin
    what pc software do you suggest for a beginner
    I use 2.5 drawing software and a post processor for my full size cnc mill but this is a bit different
    Thanks Andrew

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

    hi tom well i have a problem with the rotatory switch its not jogging in either direction but as a button it works i can switch between menu and post screen, need help here

  • @paulwatts5029
    @paulwatts5029 8 лет назад

    Hi Thomas... Great Videos, made setting up my Prusa (replacement for knackered Davinci) a bit more straightforward.
    I have installed the graphical display, but cannot fix the pulses per step and steps per menu item as the new Marlin (Dec 2015) doesn't seem to have the section your editing?? Any ideas as I don't like scrolling left to go down a list!

  • @TheTruthIsHarsh
    @TheTruthIsHarsh 8 лет назад

    Hi Tom, I just got the RepRapDIscount LCD 12864 for my ROBO 3D R1+. I already did most of your updates, but I have spent way too much time looking through the Marlin firmware trying to figure out how to change the LCD display to show only 1 extruder instead of 3. Is their any way to remove the images/icons on the LCD screen for the 2nd and 3rd extruders?

  • @rcsaramos
    @rcsaramos 9 лет назад

    My LCD (from Lulzbot) has two presets for temperature. One for PLA and one for ABS as in your video. Is it possible to add presets for other filament types and have them as options on the LCD controller?

  • @master39781
    @master39781 10 лет назад

    does the one from printrbot just work on the xl or does it work o the simple metal aswell?

  • @mrtomu9
    @mrtomu9 8 лет назад

    Hi Tom great video , I've connected my arduino board to my ramps which has the LCD screen shown in this video. This was working before however no once i connect the two the LCD screen lights up for 5-6 seconds with no writing then it all turns off including the arduino. do you have any ideas as to why it would be happening? Thanks in advance

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

    i have a robo 3d r1 plus and a full graphic controller non white pcb and cannot seem to get the sd card working iv'e tried multiple sd cards and still nothing it detects them being inserted and thats it. Any Suggestions

  • @deltajegga
    @deltajegga 9 лет назад

    not sure what happened but when i changed the numbers to swap the direction of the encoder, the lcd lights up but there is no text. please help!
    +Thomas Sanladerer

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

    can you use this with the anet A8?

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

      You may have to edit your firmware but yes.

  • @ralf.d.sch.4192
    @ralf.d.sch.4192 7 лет назад

    Hallo,
    Hab mir jetzt gebraucht einen CL -260 mit einem Ramps 1.4 geholt und unter anderem Malin 1.1.1 schon drauf geflasht. Außer dass ich bis jetzt die X und Y Achsen (die Laufrichtung der Motoren) ändern musste bin ich eigentlich recht zufrieden. Aber die Eingabe von dem LCD Display (Drehrichtung des Eingabe Knopfes) ist meines achtens falsch. Gibt es da Möglichkeiten die zu ändern? Könntest du mir da helfen unter welchen Menüpunkt ich das ändern kann.
    Gruß Ralf.

  • @JaspreetSingh-he5qt
    @JaspreetSingh-he5qt 7 лет назад

    hello
    i am using same LCD controller with ramps 1.4
    there is no option in control menu for heat bed temp. settings....
    info screen is also not showing any details about heat bed temp
    when i start print, bed heats up, but then print stops and screen displays
    "heating failed, print halted"
    i have changed the thermisters.. it is still happening

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

    I have the same as you the lsd and the motherboard the problem is that the usb input to the pc is broken what can i do

  • @jameslee522
    @jameslee522 8 лет назад

    how do you make the buzzer work.

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

    I hope you can tell me if this LCD screen will work on my Anet A8, all the push buttons are a pain.

  • @ChainsPro
    @ChainsPro 9 лет назад

    Vielen dank man das hat sehr geholfen !! Thanks !!

  • @lorenzoscaramucci3336
    @lorenzoscaramucci3336 9 лет назад

    Hi Thomas,
    I followed your instructions but when loading the firmware I get the following errors. Please tell me what I'm doing wrong.
    In file included from ultralcd.cpp:42:0:
    ultralcd.cpp: In function ‘void lcd_control_temperature_menu()’:
    dogm_lcd_implementation.h:361:149: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
    #define lcd_implementation_drawmenu_setting_edit_generic_P(row, pstr, pre_char, data) _drawmenu_setting_edit_generic(row, pstr, pre_char, data, true)
    ^
    dogm_lcd_implementation.h:377:88: note: in expansion of macro ‘lcd_implementation_drawmenu_setting_edit_generic_P’
    #define lcd_implementation_drawmenu_setting_edit_bool_selected(row, pstr, pstr2, data) lcd_implementation_drawmenu_setting_edit_generic_P(row, pstr, '>', (*(data))?PSTR(MSG_ON):PSTR(MSG_OFF))
    ^
    ultralcd.cpp:129:17: note: in expansion of macro ‘lcd_implementation_drawmenu_setting_edit_bool_selected’
    lcd_implementation_drawmenu_ ## type ## _selected (_drawLineNr, _label_pstr , ## args ); \
    ^
    ultralcd.cpp:143:46: note: in expansion of macro ‘MENU_ITEM’
    #define MENU_ITEM_EDIT(type, label, args...) MENU_ITEM(setting_edit_ ## type, label, PSTR(label) , ## args )
    ^
    ultralcd.cpp:735:5: note: in expansion of macro ‘MENU_ITEM_EDIT’
    MENU_ITEM_EDIT(bool, MSG_AUTOTEMP, &autotemp_enabled);
    ^
    dogm_lcd_implementation.h:340:13: error: initializing argument 4 of ‘void _drawmenu_setting_edit_generic(uint8_t, const char*, char, char*, bool)’ [-fpermissive]
    static void _drawmenu_setting_edit_generic(uint8_t row, const char* pstr, char pre_char, char* data, bool pgm) {
    ^
    dogm_lcd_implementation.h:361:149: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
    #define lcd_implementation_drawmenu_setting_edit_generic_P(row, pstr, pre_char, data) _drawmenu_setting_edit_generic(row, pstr, pre_char, data, true)
    ^
    dogm_lcd_implementation.h:378:79: note: in expansion of macro ‘lcd_implementation_drawmenu_setting_edit_generic_P’
    #define lcd_implementation_drawmenu_setting_edit_bool(row, pstr, pstr2, data) lcd_implementation_drawmenu_setting_edit_generic_P(row, pstr, ' ', (*(data))?PSTR(MSG_ON):PSTR(MSG_OFF))
    ^
    ultralcd.cpp:131:17: note: in expansion of macro ‘lcd_implementation_drawmenu_setting_edit_bool’
    lcd_implementation_drawmenu_ ## type (_drawLineNr, _label_pstr , ## args ); \
    ^
    ultralcd.cpp:143:46: note: in expansion of macro ‘MENU_ITEM’
    #define MENU_ITEM_EDIT(type, label, args...) MENU_ITEM(setting_edit_ ## type, label, PSTR(label) , ## args )
    ^
    ultralcd.cpp:735:5: note: in expansion of macro ‘MENU_ITEM_EDIT’
    MENU_ITEM_EDIT(bool, MSG_AUTOTEMP, &autotemp_enabled);
    ^
    dogm_lcd_implementation.h:340:13: error: initializing argument 4 of ‘void _drawmenu_setting_edit_generic(uint8_t, const char*, char, char*, bool)’ [-fpermissive]
    static void _drawmenu_setting_edit_generic(uint8_t row, const char* pstr, char pre_char, char* data, bool pgm) {
    ^

  • @themostexcellentadventure5473
    @themostexcellentadventure5473 8 лет назад

    Do all lcd screens come with the sd card reader?

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

    Hello Thomas all of your videos are very imformative ...thank you
    I have a question how do you enable filament swap option on a Rep Rap full graphics controller ??
    I have uncommented #if ENABLED(ULTIPANEL) in Configuration advh
    does this this option show on the menu only if you are printing ??
    Thanks for any help you can offer...stevep

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

    How do you know which side is pin 1 on the connectors used for the LCD?

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

    3:45 the backlight is RGB cycling.. can the color of the backlight be set in the settings?

  • @FPVSlacker
    @FPVSlacker 9 лет назад

    Tom, first off GREAT VIDEOS! Thank you, my printrbot simple metal is printing fantastic thanks to your videos! Now my question, I have the 20x4 LCD working fine on my printrboard (revF). I also got the full graphic board but I can't get it to work. More specifically I can't successfully compile the source code for the full graphics LCD. I get overflow errors when compiling. Is the printrboard capable of running the full graphic LCD?

  • @pawelwojcik7550
    @pawelwojcik7550 8 лет назад

    how, could you tell what need to be choose to start printing? is it automatic process? I can't find guide about it on the yt,

  • @jamesptobin66
    @jamesptobin66 8 лет назад +1

    I keep getting this message
    Arduino: 1.6.11 (Windows 10), Board: "Arduino/Genuino Uno"
    In file included from C:\Users\James\AppData\Local\Temp\Temp1_Marlin-RC.zip\Marlin-RC\Marlin\Marlin.ino:37:0:
    sketch\MarlinConfig.h:29:20: fatal error: fastio.h: No such file or directory
    #include "fastio.h"
    ^
    compilation terminated.
    exit status 1
    Error compiling for board Arduino/Genuino Uno.

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

    I am trying to add the RepRapDiscount Full Graphic Smart Controller to my mk2s however after following many guids I can't even compile the Marlin, any suggestions or idea where I can get teh .hex file?

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

    Clarification this new lcd does not work with a prusa mkll , the prusa file and marlin are not the same and the marlin has updated yet the prusa has not for newer large lcd .

  • @stefi300972
    @stefi300972 9 лет назад

    had problems with 2gb card and all cards i have so i googled it and everywhere i found said that the lattest version of marlin has had problems and pronterface shuts off and displays an sd error

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

    How can I add a touch screen to marlin, I have a 3d printer to get rid of and I can touch the screen and touch the screen very bad, I want to touch panel I need to check the printer through the panel please help

  • @johnlittle1137
    @johnlittle1137 8 лет назад

    Hi Tom got a question for you I got a RepRap i3 with a gt2560 board running Marlin.
    I know it's easy to make a mistake with the led and sd card wire so help
    I killed the standard 2004 lcd screen by plugging the wrong leed in the right slot so I have bought a 12864 full graphics lcd screen to replace it and all it has is exp1 and exp2 and I don't want to mess up again on the screen which slot is the lcd and which is the sd card
    As I don't need the adapted board.
    Cheers

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

    Hello Sir , I keep getting this message when trying to upload the firmware to my board ( exit status 1
    'U8GLIB_DOGM128_2X' does not name a type ) help pls ?

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

    i have made a 3d printer but facing some issue.i cannot home all axis.i m doing it manually by pausing the printer.and also i m not able to control prining speed from lcd display.i thing this might be from marlin.plz help me out

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

    Hi ,Super video,
    I'm buy a new MSK GenV1.4 ,
    What do I have to do first?
    My old board is in the printer , may i can copie the setup ??? MFG

  • @EngineeringNS
    @EngineeringNS 8 лет назад

    This doesn't seem to give me SD support...

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

    Can i resume my print if power cut happens from this mirlin firmware using display attached to it.

  • @daveo.3039
    @daveo.3039 8 лет назад

    Hey Tom, thanks for your videos! I've got a problem I'm trying to solve with an MKSGen 1.4 board and a RepRapDiscount Smart Controller. It doesn't seem to work, as it seems is the case for many others. Apparently some have had success cutting off the header keys and putting the headers into the board backwards. Have you had any experience with this?

    • @daveo.3039
      @daveo.3039 8 лет назад

      So it ended up being the case that the lcd headers were put on the MKS Gen 1.4 board backwards. Luckily this didn't destroy the lcd. (In case anyone else was wondering)

  • @recumbentcountry
    @recumbentcountry 9 лет назад

    do you now how to enable larger SD cards with Fat32 File system?. I have 16gb sdhc cards and sometimes it cannot read the cards.

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

    Got a new control board but after wiring it up the lcd screen is in Chinese. How can I get it back in English?

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

    Tried to follow and I must have done things wrong. When I first plugged it in I got the blue screen. When I switched the plugs I got nothing. Placed them back and have blue screen. Screen stays blue and on. Downloaded the Arduino file, and another u8glib file and added them to the library and added them to the Marlin file. Nothing. After adding the Arduino file I have a page of errors! I did not have the drivers plugged in, just wanted the screen to work. I tried a github file for the monoprice mini but when I downloaded the Marlin file on that page it only gave you the one tab marlin. I can see why many new people to this give up as I am at a loss.

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

    I am new to this I have a question m having issues with my controller board the board that came withmy prusawas broke so I bought anew one a geetech I hooked it up and all I get is black boxes I no nothing about the firmware can you guid me to get m prusaup and going please

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

    My reprap discount graphical lcd wont display anything even with new firmware and a few wires being swapped

  • @tenij000
    @tenij000 9 лет назад

    did all you did but dont get any out put on the screen also try out the cable swaping part then get some blue screen whit small blocks on text on it
    do have config h file i can use standart marlin for ramps 1.4 board

  • @nilz__
    @nilz__ 10 лет назад

    Is it possible to dim the backlight via firmware or other way? I have a knockoff RepRap Discount LCD and it only has a contrast pot on the back. I'd like to sleep at night without having to disconnect it from Octoprint every time. Thanks for the video Thomas!

    • @nilz__
      @nilz__ 10 лет назад

      Seems like a hit and miss with these things. The one you linked to doesn't seem to have the jumper, according to the pictures. I guess I'll hack a switch on mine then.
      I appreciate the help, thanks!

  • @tiagogiraovideos
    @tiagogiraovideos 9 лет назад

    Hi Thomas, your guides are great.
    Regarding the Full Graphics LCD, do you know how to pause a print or resume it when pausing with "pause at height" plugin? Thanks in advance, TG

    • @tiagogiraovideos
      @tiagogiraovideos 9 лет назад

      ***** Thanks for your quick reply, Thomas. But the case is that I don't have the option for pausing through the LCD. Therefore I can't resume it either (when pausing with "pause at z"). I've also tryed sending M commands via prontrface, but no luck.

    • @tiagogiraovideos
      @tiagogiraovideos 9 лет назад

      Problem solved: if I print via SD card I have the pause/resume funtion. I'm used to print directly (USB) and thought it was possible to pause/resume that way. Thanks again.

  • @karstenjanas1585
    @karstenjanas1585 8 лет назад

    Hi
    I´m using the Marlin Software with the full graphic display and a RAMPS1.4 Board.
    In PINS.H I cannot find it and the entries to swap the value. (The BTN.... values)

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

    Thank you so much!

  • @rizulthakur8919
    @rizulthakur8919 9 лет назад

    what changes do i need to make in marlin so that i can see my name on the smart controller, for every time i turn on my printer.. ??
    plz help