forked from MarlinFirmware/Marlin
-
Notifications
You must be signed in to change notification settings - Fork 5
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
USB Print doesn't trigger printing UI screen #3
Comments
Seems to be addressed by 9352ae8#diff-61a49f76fcd47d1413eb9859a14d138d |
Yes - I'm leaving this open until I get the EXTUI PR into Marlin Main. |
xC0000005
pushed a commit
that referenced
this issue
Sep 15, 2019
# This is the 1st commit message: Add Support for ADIMLab Granty # The commit message #2 will be skipped: # Update Configuration.h # The commit message #3 will be skipped: # Add files via upload # # Add Support for ADIMLab Granty # The commit message #4 will be skipped: # Create Configuration.h # The commit message #5 will be skipped: # Delete Configuration.h # The commit message #6 will be skipped: # Create Test.h # The commit message #7 will be skipped: # Add files via upload # The commit message #8 will be skipped: # Delete Test.h # The commit message #9 will be skipped: # Delete Configuration.h # The commit message #10 will be skipped: # Delete Configuration_adv.h # The commit message #11 will be skipped: # Add files via upload # # Add ADIMLab Pins # The commit message #12 will be skipped: # Add files via upload # # Add Bootscreen # The commit message #13 will be skipped: # Update Configuration.h # # Add Bootscreen # The commit message #14 will be skipped: # Update pins.h # # Add ADIMLab Board # The commit message #15 will be skipped: # Update boards.h # # Add ADIMLab Granty # The commit message MarlinFirmware#16 will be skipped: # Update Makefile # # Add ADIMLab Granty # The commit message MarlinFirmware#17 will be skipped: # Update boards.h # The commit message MarlinFirmware#18 will be skipped: # Update Makefile
xC0000005
pushed a commit
that referenced
this issue
Sep 15, 2019
* # This is a combination of 18 commits. # This is the 1st commit message: Add Support for ADIMLab Granty # The commit message #2 will be skipped: # Update Configuration.h # The commit message #3 will be skipped: # Add files via upload # # Add Support for ADIMLab Granty # The commit message #4 will be skipped: # Create Configuration.h # The commit message #5 will be skipped: # Delete Configuration.h # The commit message #6 will be skipped: # Create Test.h # The commit message #7 will be skipped: # Add files via upload # The commit message #8 will be skipped: # Delete Test.h # The commit message #9 will be skipped: # Delete Configuration.h # The commit message #10 will be skipped: # Delete Configuration_adv.h # The commit message #11 will be skipped: # Add files via upload # # Add ADIMLab Pins # The commit message #12 will be skipped: # Add files via upload # # Add Bootscreen # The commit message #13 will be skipped: # Update Configuration.h # # Add Bootscreen # The commit message #14 will be skipped: # Update pins.h # # Add ADIMLab Board # The commit message #15 will be skipped: # Update boards.h # # Add ADIMLab Granty # The commit message MarlinFirmware#16 will be skipped: # Update Makefile # # Add ADIMLab Granty # The commit message MarlinFirmware#17 will be skipped: # Update boards.h # The commit message MarlinFirmware#18 will be skipped: # Update Makefile * Add Support for ADIMLab Granty * Optimize bootscreen * Update Makefile Updated Description * Update boards.h Updated Description * Update pins_HJC2560C_REV2.h Updated Description * Update Configuration.h Added Author + Custom_Machine_Name * Create _Bootscreen.h Add Bootscreen * Add files via upload Add ADIMLab Granty v1 * Update boards.h Add ADIMLab Granty v1 * Update Makefile Add ADIMLab Granty v1 * Update pins_HJC2560C_REV2.h * Consolidate Granty configs * config updates
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since both facebook and hackaday are difficult to use for a conversation on a specific topic, opening this issue regarding USB print detection and triggering the build dialog on the UI to prevent 30 minute safety timeout.
My experience is that nothing in the code seems to send {SYS:BUILD} in the USB print scenario so the UI stays on the main page, is this expected? I struggled to find any specific way to tell if usb print is occuring - so I added some code to check the print timer which is apparently correctly set when a USB print is activated. Sloppy code here lawrence-jeff@e5ddd28
The text was updated successfully, but these errors were encountered: