1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-08-04 04:17:25 +02:00

Fixed typo in Pronterface config: the BR button was not disabling the motors.

Also fixed typo in end.gcode, only a problem if code for second fan was uncommented
This commit is contained in:
Chris Palmer
2013-10-29 23:20:32 +00:00
parent f28f798403
commit 3ba6f096d2
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ macro BL
M84 M84
macro BR macro BR
G1 X-90 Y-95 F12000 G1 X-90 Y-95 F12000
G84 M84
set xy_feedrate 50000 set xy_feedrate 50000
set z_feedrate 240 set z_feedrate 240
set e_feedrate 60 set e_feedrate 60

View File

@@ -2,7 +2,7 @@ M104 S0 ; turn off extruder
M140 S0 ; bed off M140 S0 ; bed off
M107 ; carriage fan off M107 ; carriage fan off
G1 E-1 F1200 ; extra retract G1 E-1 F1200 ; extra retract
;G1 X-100 Y 100 F9000 ; go to back ;G1 X-100 Y100 F9000 ; go to back
;M42 P28 S255 ;bed fan on ;M42 P28 S255 ;bed fan on
G1 Z200 X-100 F9000 ; go to top G1 Z200 X-100 F9000 ; go to top
;G4 P300000 ;G4 P300000

View File

@@ -6,7 +6,7 @@ macro BL
M84 M84
macro BR macro BR
G1 X-90 Y-95 F12000 G1 X-90 Y-95 F12000
G84 M84
set xy_feedrate 50000 set xy_feedrate 50000
set z_feedrate 240 set z_feedrate 240
set e_feedrate 60 set e_feedrate 60