New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lcd support #13

Open
ekaggrat opened this Issue Dec 4, 2017 · 5 comments

Comments

Projects
None yet
5 participants
@ekaggrat

ekaggrat commented Dec 4, 2017

great work.. i had made the first plotter using the link you had provided but it became defunct as it always needed a laptop to print..

does your version of repetier support printing from sd card and lcd?

thanks

@RickMcConney

This comment has been minimized.

Show comment
Hide comment
@RickMcConney

RickMcConney Dec 4, 2017

Owner

I have not tried it myself but it should work. You may need to set the LCD in the config file to match the one you have.

Owner

RickMcConney commented Dec 4, 2017

I have not tried it myself but it should work. You may need to set the LCD in the config file to match the one you have.

@gehringer

This comment has been minimized.

Show comment
Hide comment
@gehringer

gehringer Dec 4, 2017

Printing from SD-card worked for me using an old Arduino mega with RAMPS 1.4 and repetier... setting up repetier just took some time and changing paramaters until I found the right parameters for my hardware.
Thanks for providing the instructions Rick!

Printing from SD-card worked for me using an old Arduino mega with RAMPS 1.4 and repetier... setting up repetier just took some time and changing paramaters until I found the right parameters for my hardware.
Thanks for providing the instructions Rick!

@robscar

This comment has been minimized.

Show comment
Hide comment
@robscar

robscar Dec 13, 2017

just got the lcd (reprapdiscount full graphics controller) working. Edit FEATURE_CONTROLLER to fit your display and make sure you use 1.05-r2 arduino environment for compiling. I ran into strange compile issues with the newest version.

robscar commented Dec 13, 2017

just got the lcd (reprapdiscount full graphics controller) working. Edit FEATURE_CONTROLLER to fit your display and make sure you use 1.05-r2 arduino environment for compiling. I ran into strange compile issues with the newest version.

@mshaub

This comment has been minimized.

Show comment
Hide comment
@mshaub

mshaub Mar 25, 2018

Does anyone know if this will work with the standard Polargraph hardware (Arduino Mega and Polarshield motor drivers)? I'd love to try this out as an alternative but not sure how to start. Thanks for any advice you can provide!

mshaub commented Mar 25, 2018

Does anyone know if this will work with the standard Polargraph hardware (Arduino Mega and Polarshield motor drivers)? I'd love to try this out as an alternative but not sure how to start. Thanks for any advice you can provide!

@RickMcConney

This comment has been minimized.

Show comment
Hide comment
@RickMcConney

RickMcConney Mar 26, 2018

Owner

It uses marlin on the Arduino Mega so no problem there but I am not sure marlin supports the polarshield. I would just get a ramps board they are less than $10 on Amazon.

Owner

RickMcConney commented Mar 26, 2018

It uses marlin on the Arduino Mega so no problem there but I am not sure marlin supports the polarshield. I would just get a ramps board they are less than $10 on Amazon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment