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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user