Skip to content
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

Temporary force USB mode #30

Closed
thijszijlstra opened this issue Apr 22, 2021 · 4 comments
Closed

Temporary force USB mode #30

thijszijlstra opened this issue Apr 22, 2021 · 4 comments

Comments

@thijszijlstra
Copy link

Is it possible to temporary force USB mode so I can use the CNC without a working touchscreen? I'm waiting for a replacement and need to use the CnC asap.

@mstrens
Copy link
Owner

mstrens commented Apr 22, 2021

Yes, it is possible.
In the .ino file, there is a line with:
// printing status
uint8_t statusPrinting = PRINTING_STOPPED ;

Change it in
// printing status
uint8_t statusPrinting = PRINTING_FROM_USB ;

@Oleg9965
Copy link

Hello! I really like your project. Is it possible to rotate the image by 180 degrees.

@mstrens
Copy link
Owner

mstrens commented May 20, 2021

Normally it is possible to rotate the image.
In file draw.cpp you have a line with
tft.setRotation(1);

You can try to replace 1 by 3.

@Oleg9965
Copy link

Thanks!

@mstrens mstrens closed this as completed May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants