-
Notifications
You must be signed in to change notification settings - Fork 12
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 #60 from PrintM3D/rc5patch
Rc5patch
- Loading branch information
Showing
122 changed files
with
384 additions
and
755 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
; bed level routine by DroneOn | ||
; | ||
; Heating Phase12000 | ||
M291 S0 T10 P"Heating. Please Wait." | ||
12000 | ||
M140 S60 | ||
G10 P0 S175 | ||
M190 S60 | ||
M116 | ||
; Home Toolhead | ||
G28 | ||
|
||
; Lift Nozzle, prompt user to clear excess filament. | ||
G91 | ||
G1 Z50 | ||
M291 S3 P"Clear/Wipe Nozzle" | ||
G1 Z-50 | ||
G90 | ||
; Front Left adjustment. | ||
G1 X30 Y30 Z0 | ||
M291 S3 P"Adjust Front Left." | ||
;Front Right adjustment. | ||
G1 Z5 | ||
G1 X200 | ||
G1 Z0 | ||
M291 S3 P"Adjust Front Right." | ||
;Back Right adjustment. | ||
G1 Z5 | ||
G1 Y200 | ||
G1 Z0 | ||
M291 S3 P"Adjust Back Right." | ||
;Back Left adjustment. | ||
G1 Z5 | ||
G1 X30 | ||
G1 Z0 | ||
M291 S3 P"Adjust Back Left." | ||
; Center Check. | ||
G1 Z5 | ||
G1 X115 Y115 | ||
G1 Z0 | ||
M291 S3 P"Check Center Height." | ||
; Prompt for adhesive. | ||
G1 Z20 | ||
G1 Y230 | ||
M291 S2 P"Prepare Bed(opt)." | ||
|
||
G1 X15 Y40 | ||
; Cooldown. | ||
M291 S3 T10 P"Cooling Down..." | ||
|
||
M140 S0 | ||
G10 P0 S0 |
This file was deleted.
Oops, something went wrong.
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,6 @@ | ||
; s_bed_leveling | ||
; Bed Leveling Sub Menu | ||
; Created by PrintM3D | ||
; for the Crane Series | ||
button R3 C5 F0 T"Go Back" A"return" | ||
button R15 C5 F0 T"Basic Bed Leveling" A"M98 P#0" L"/macros/basic_bed_lev" |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,20 +1,16 @@ | ||
; | ||
; Created by PrintM3D | ||
; for the Crane Series | ||
; This menu is displayed when the printer is idle; for the menu active while | ||
; printing, see "s_tune" | ||
; | ||
; WARNING: lines must not be more than 80 characters long | ||
; | ||
button R3 C5 F0 T"Back to Main" A"return" ; 13 + 7 + 1 | 21 | 21 | ||
button R15 C5 F0 T"Move Axis »" A"menu" L"x_move" ; 10 + 5 + 7 | 22 | 43 | ||
button R27 C5 F0 T"Home All" A"G28" ; 16 + 4 + 1 | 21 | 64 | ||
button R39 C5 F0 T"Home Other »" A"menu" L"x_homing" | ||
; button R39 C5 F0 T"Home X" A"G28 X" ; 12 + 6 + 1 | 19 | 83 | ||
; button R51 C5 F0 T"Home Y" A"G28 Y" ; 12 + 6 + 1 | 19 | 102 | ||
; button R63 C5 F0 T"Home Z" A"G28 Z" ; 12 + 6 + 1 | 19 | 121 | ||
button R51 C5 F0 T"Load Filament »" A"menu" L"x_fload" | ||
button R63 C5 F0 T"Unload Filament »" A"menu" L"x_funload" | ||
button R75 C5 F0 T"Disable Steppers" A"M18" ; 17 + 4 + 1 | 22 | 175 | ||
button R87 C5 F0 T"Motor Tests »" A"menu" L"x_motortest" | ||
; button R C5 F0 T"Change Filament" | ||
button R99 C5 F0 T"Cooldown »" A"menu" L"x_cooldown" ; | ||
button R111 C5 F0 T"Print" A"menu" L"s_sdprint" ; 11 + 5 + 7 | 23 | 250 | ||
button R3 C5 F0 T"Back to Main" A"return" | ||
button R15 C5 F0 T"Move Axis »" A"menu x_move" L"x_move" | ||
button R27 C5 F0 T"Home All" A"G28" | ||
button R39 C5 F0 T"Home Other »" A"menu x_homing" L"x_homing" | ||
button R51 C5 F0 T"Load Filament »" A"menu x_fload" L"x_fload" | ||
button R63 C5 F0 T"Unload Filament »" A"menu x_funload" L"x_funload" | ||
button R75 C5 F0 T"Disable Steppers" A"M18" | ||
button R87 C5 F0 T"Motor Tests »" A"menu x_motortest" L"x_motortest" | ||
button R99 C5 F0 T"Cooldown »" A"menu x_cooldown" L"x_cooldown" | ||
button R111 C5 F0 T"Bed Leveling" A"menu s_bed_leveling" L"s_bed_leveling" | ||
button R123 C5 F0 T"Print" A"menu s_sdprint" L"s_sdprint" |
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 |
---|---|---|
@@ -1,19 +1,12 @@ | ||
; | ||
; Created by PrintM3D | ||
; For the Crane Series. | ||
; This menu is displayed while the printer is printing; for the menu active | ||
; when idle, see "s_prepare" | ||
; | ||
button R3 C5 F0 T"Back to Main" A"return" | ||
; | ||
button R15 C5 F0 T"Feed Rate" A"menu" L"x_tunefeed" | ||
; | ||
button R27 C5 F0 T"Flow Rate" A"menu" L"x_tuneflow" | ||
; | ||
button R39 C5 F0 T"Thermal Tuning" A"menu" L"x_temp_tune" | ||
; | ||
button R15 C5 F0 T"Feed Rate" A"menu x_tunefeed" L"x_tunefeed" | ||
button R27 C5 F0 T"Flow Rate" A"menu x_tuneflow" L"x_tuneflow" | ||
button R39 C5 F0 T"Thermal Tuning" A"menu x_temp_tune" L"x_temp_tune" | ||
button R51 C5 F0 V7 T"Pause" A"M25" | ||
; | ||
button R51 C5 F0 V6 T"Resume" A"M24" | ||
; | ||
button R63 C5 F0 T"Babystep Z »" A"menu" L"x_babystepz" | ||
button R63 C5 F0 T"Babystep Z »" A"menu x_babystepz" L"x_babystepz" | ||
button R75 C5 F0 T"Restart Print" A"M98" L"restart_active_print" | ||
; |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
; | ||
; x_move | ||
; Created by PrintM3D | ||
; for the Crane Bowden. | ||
button R3 C5 F0 T"Go Back" A"return" | ||
; | ||
button R15 C5 F0 T"Move X »" A"G0 F3600|menu" L"x_move_x" | ||
button R27 C5 F0 T"Move Y »" A"G0 F3600|menu" L"x_move_y" | ||
button R39 C5 F0 T"Move Z »" A"menu" L"x_move_z" | ||
button R51 C5 F0 T"Move Drive 1 (E0) »" A"menu" L"G0 F120|x_move_e0" | ||
|
||
button R15 C5 F0 T"Move X »" A"menu x_move_x" L"x_move_x" | ||
button R27 C5 F0 T"Move Y »" A"menu x_move_y" L"x_move_y" | ||
button R39 C5 F0 T"Move Z »" A"menu x_move_z" L"x_move_z" | ||
button R51 C5 F0 T"Move Drive 1 (E0) »" A"menu x_move_e0" L"x_move_e0" |
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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
; | ||
button R3 C5 F0 T"Go Back" A"return" | ||
; | ||
button R15 C5 F0 T"Move 10 mm »" A"menu" L"x_move_e0_10p" | ||
button R27 C5 F0 T"Move 1 mm »" A"menu" L"x_move_e0_1p" | ||
button R39 C5 F0 T"Move 0.1 mm »" A"menu" L"x_move_e0_p1" | ||
|
||
button R15 C5 F0 T"Move 10 mm »" A"menu x_move_e0_10p" L"x_move_e0_10p" | ||
button R27 C5 F0 T"Move 1 mm »" A"menu x_move_e0_1p" L"x_move_e0_1p" | ||
button R39 C5 F0 T"Move 0.1 mm »" A"menu x_move_e0_p1" L"x_move_e0_p1" |
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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
; | ||
button R3 C5 F0 T"Go Back" A"return" | ||
; | ||
button R15 C5 F0 T"Move 10 mm »" A"menu" L"x_move_x_10p" | ||
button R27 C5 F0 T"Move 1 mm »" A"menu" L"x_move_x_1p" | ||
button R39 C5 F0 T"Move 0.1 mm »" A"menu" L"x_move_x_p1" | ||
|
||
button R15 C5 F0 T"Move 10 mm »" A"menu x_move_x_10p" L"x_move_x_10p" | ||
button R27 C5 F0 T"Move 1 mm »" A"menu x_move_x_1p" L"x_move_x_1p" | ||
button R39 C5 F0 T"Move 0.1 mm »" A"menu x_move_x_p1" L"x_move_x_p1" |
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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
; | ||
button R3 C5 F0 T"Go Back" A"return" | ||
; | ||
button R15 C5 F0 T"Move 10 mm »" A"menu" L"x_move_y_10p" | ||
button R27 C5 F0 T"Move 1 mm »" A"menu" L"x_move_y_1p" | ||
button R39 C5 F0 T"Move 0.1 mm »" A"menu" L"x_move_y_p1" | ||
|
||
button R15 C5 F0 T"Move 10 mm »" A"menu x_move_y_10p" L"x_move_y_10p" | ||
button R27 C5 F0 T"Move 1 mm »" A"menu x_move_y_1p" L"x_move_y_1p" | ||
button R39 C5 F0 T"Move 0.1 mm »" A"menu x_move_y_p1" L"x_move_y_p1" |
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 |
---|---|---|
@@ -1,9 +1,6 @@ | ||
; | ||
button R3 C5 F0 T"Go Back" A"return" | ||
; | ||
button R15 C5 F0 T"Move 10 mm »" A"menu" L"x_move_z_10p" | ||
button R27 C5 F0 T"Move 1 mm »" A"menu" L"x_move_z_1p" | ||
button R39 C5 F0 T"Move 0.1 mm »" A"menu" L"x_move_z_p1" | ||
button R51 C5 F0 T"Set Current Z = 0.1 mm" A"G92 Z0.1" | ||
; button R63 C5 F0 T"Set Current Z = 45 mm" A"G92 Z45" | ||
|
||
button R15 C5 F0 T"Move 10 mm »" A"menu x_move_z_10p" L"x_move_z_10p" | ||
button R27 C5 F0 T"Move 1 mm »" A"menu x_move_z_1p" L"x_move_z_1p" | ||
button R39 C5 F0 T"Move 0.1 mm »" A"menu x_move_z_p1" L"x_move_z_p1" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.