forked from jinschoi/SphereBot
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from tgolla/TouchscreenV2
Merge Touchscreen v2 pre-release 1.9.3
- Loading branch information
Showing
16 changed files
with
318 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
% | ||
;Output G-Code Both | ||
; | ||
;Output g-code to both the serial port | ||
;or display. | ||
; | ||
M990 P3 | ||
M500 ;Save pen configuration to EEPROM. Values Saved in EEPROM (23): 23 | ||
M999 | ||
% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
% | ||
;Output G-Code Neither | ||
; | ||
;Output g-code to neither the serial port | ||
;or display. | ||
; | ||
M990 P0 | ||
M500 ;Save pen configuration to EEPROM. Values Saved in EEPROM (23): 23 | ||
M999 | ||
% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
% | ||
;Output G-Code Display | ||
; | ||
;Output g-code to only the display. | ||
; | ||
M990 P2 | ||
M500 ;Save pen configuration to EEPROM. Values Saved in EEPROM (23): 23 | ||
M999 | ||
% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
% | ||
;Output G-Code Serial | ||
; | ||
;Output g-code to only the serial port. | ||
; | ||
M990 P1 | ||
M500 ;Save pen configuration to EEPROM. Values Saved in EEPROM (23): 23 | ||
M999 | ||
% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
% | ||
;Disable Percentage/Time | ||
;Calculation | ||
; | ||
;Disables the percentage completed and time | ||
;remaining calculation. This option removes | ||
;the calculations inorder to increase the | ||
;printing time. | ||
; | ||
M991 P0 | ||
M500 ;Save pen configuration to EEPROM. Values Saved in EEPROM (23): 23 | ||
M999 | ||
% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
% | ||
;Enable Percentage/Time | ||
;Calculation | ||
; | ||
;Enables the percentage completed and time | ||
;remaining calculation. This option allows | ||
;for the calculations inorder to display the | ||
;percentage completed and time remaining. | ||
;(45% 3:45) | ||
; | ||
M991 P1 | ||
M500 ;Save pen configuration to EEPROM. Values Saved in EEPROM (23): 23 | ||
M999 | ||
% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.