Skip to content

Commit

Permalink
Merge pull request #60 from PrintM3D/rc5patch
Browse files Browse the repository at this point in the history
Rc5patch
  • Loading branch information
ericl-m3d authored Dec 18, 2018
2 parents e37ad4f + fc82082 commit e2ec53b
Show file tree
Hide file tree
Showing 122 changed files with 384 additions and 755 deletions.
52 changes: 52 additions & 0 deletions SD Card Structure/Bowden/macros/basic_bed_lev
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
23 changes: 0 additions & 23 deletions SD Card Structure/Bowden/menu/e_main

This file was deleted.

4 changes: 2 additions & 2 deletions SD Card Structure/Bowden/menu/main
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ value R39 C80 F0 D0 W18 N533
;
; hold one selectable item, off-screen, so that a click brings you to e_main:
text R51 C5 F0 T"M3D Bowden"
button V3 R51 C86 F0 T"Prepare" A"menu" L"s_prepare"
button V4 R51 C86 F0 T"Tune" A"menu" L"s_tune"
button V3 R51 C86 F0 T"Prepare" A"menu s_prepare" L"s_prepare"
button V4 R51 C86 F0 T"Tune" A"menu s_tune" L"s_tune"
6 changes: 6 additions & 0 deletions SD Card Structure/Bowden/menu/s_bed_leveling
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"
22 changes: 0 additions & 22 deletions SD Card Structure/Bowden/menu/s_control

This file was deleted.

30 changes: 13 additions & 17 deletions SD Card Structure/Bowden/menu/s_prepare
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"
19 changes: 6 additions & 13 deletions SD Card Structure/Bowden/menu/s_tune
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"
;
3 changes: 1 addition & 2 deletions SD Card Structure/Bowden/menu/x_babystepz
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;
button R3 C5 F0 T"Go Back" A"return"
;
value R21 C50 F0 D2 W29 N519
value R21 C50 F0 D2 W29 N521
; value R30 C50 F0 D2 W60 N516 ; change this to the Z offset
;
button R39 C10 F0 T"+0.05 mm" A"M290 Z+0.05 R1"
Expand All @@ -12,4 +12,3 @@ button R39 C75 F0 T"-0.05 mm" A"M290 Z-0.05 R1"
button R51 C10 F0 T"+0.01 mm" A"M290 Z+0.01 R1"
button R51 C75 F0 T"-0.01 mm" A"M290 Z-0.01 R1"
;

1 change: 0 additions & 1 deletion SD Card Structure/Bowden/menu/x_filament

This file was deleted.

1 change: 0 additions & 1 deletion SD Card Structure/Bowden/menu/x_motion

This file was deleted.

14 changes: 7 additions & 7 deletions SD Card Structure/Bowden/menu/x_move
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"
7 changes: 3 additions & 4 deletions SD Card Structure/Bowden/menu/x_move_e0
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"
7 changes: 3 additions & 4 deletions SD Card Structure/Bowden/menu/x_move_x
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"
7 changes: 3 additions & 4 deletions SD Card Structure/Bowden/menu/x_move_y
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"
9 changes: 3 additions & 6 deletions SD Card Structure/Bowden/menu/x_move_z
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"
11 changes: 0 additions & 11 deletions SD Card Structure/Bowden/menu/x_preabr

This file was deleted.

11 changes: 0 additions & 11 deletions SD Card Structure/Bowden/menu/x_preabs

This file was deleted.

11 changes: 0 additions & 11 deletions SD Card Structure/Bowden/menu/x_prepla

This file was deleted.

1 change: 0 additions & 1 deletion SD Card Structure/Bowden/menu/x_retract

This file was deleted.

6 changes: 3 additions & 3 deletions SD Card Structure/Bowden/menu/x_temp
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
;
button R3 C5 F0 T"Go Back" A"return"
;
button R15 C5 F0 T"Hotend:" A"menu" L"x_temphadj"
button R15 C5 F0 T"Hotend:" A"menu x_temphadj" L"x_temphadj"
value R15 C87 F0 D0 W27 N179
;
button R27 C5 F0 T"Bed:" A"menu" L"x_tempbadj"
button R27 C5 F0 T"Bed:" A"menu x_tempbadj" L"x_tempbadj"
value R27 C87 F0 D0 W27 N180
;
button R39 C5 F0 T"Fan Speed:" A"menu" L"x_tempfadj"
button R39 C5 F0 T"Fan Speed:" A"menu x_tempfadj" L"x_tempfadj"
value R39 C87 F0 D0 W27 N399
;
button R51 C5 F0 T"Allow Cold Extrusion" A"M302 P1"
Expand Down
6 changes: 3 additions & 3 deletions SD Card Structure/Bowden/menu/x_temp_tune
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
;
button R3 C5 F0 T"Go Back" A"return"
;
button R15 C5 F0 T"Hotend:" A"menu" L"x_temphadj"
button R15 C5 F0 T"Hotend:" A"menu x_temphadj" L"x_temphadj"
value R15 C87 F0 D0 W27 N179
;
button R27 C5 F0 T"Bed:" A"menu" L"x_tempbadj"
button R27 C5 F0 T"Bed:" A"menu x_tempbadj" L"x_tempbadj"
value R27 C87 F0 D0 W27 N180
;
button R39 C5 F0 T"Fan Speed:" A"menu" L"x_tempfadj"
button R39 C5 F0 T"Fan Speed:" A"menu x_tempfadj" L"x_tempfadj"
value R39 C87 F0 D0 W27 N399
;
button R51 C5 F0 T"Allow Cold Extrusion" A"M302 P1"
Expand Down
8 changes: 0 additions & 8 deletions SD Card Structure/Bowden/menu/x_tool

This file was deleted.

20 changes: 0 additions & 20 deletions SD Card Structure/Bowden/menu/x_tool_create

This file was deleted.

15 changes: 0 additions & 15 deletions SD Card Structure/Bowden/menu/x_tool_setmix

This file was deleted.

6 changes: 0 additions & 6 deletions SD Card Structure/Bowden/menu/x_tuned0

This file was deleted.

7 changes: 0 additions & 7 deletions SD Card Structure/Bowden/menu/x_tuned1

This file was deleted.

7 changes: 0 additions & 7 deletions SD Card Structure/Bowden/menu/x_tuned2

This file was deleted.

Loading

0 comments on commit e2ec53b

Please sign in to comment.