mirror of
https://github.com/nophead/Mendel90.git
synced 2025-01-16 20:38:15 +01: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:
parent
f28f798403
commit
3ba6f096d2
@ -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
|
||||
|
@ -2,7 +2,7 @@ M104 S0 ; turn off extruder
|
||||
M140 S0 ; bed off
|
||||
M107 ; carriage fan off
|
||||
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
|
||||
G1 Z200 X-100 F9000 ; go to top
|
||||
;G4 P300000
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user