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