1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-08-04 20:37: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
macro BR
G1 X-90 Y-95 F12000
G84
M84
set xy_feedrate 50000
set z_feedrate 240
set e_feedrate 60

View File

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