Описание
The
command initiates the filament change procedure. The basic procedure will move the print head away from the print, eject the filament, wait for new filament to be inserted and the user to confirm, load and prime the filament, and continue with the print.
may be initiated automatically if a filament runout sensor is installed.
Примечание
Requires ADVANCED_PAUSE_FEATURE.
The settings for this command can be found in Configuration_adv.h. At this time
requires an LCD controller.
Использование
M600 [B<beeps>] [E<pos>] [L<pos>] [T<index>] [U<pos>] [X<pos>] [Y<pos>] [Z<pos>]
Параметры
[B<beeps>]
Number of beeps to alert user of filament change (default FILAMENT_CHANGE_ALERT_BEEPS)
[E<pos>]
Retract before moving to change position (negative, default PAUSE_PARK_RETRACT_LENGTH)
[L<pos>]
Load length, longer for bowden (negative)
[T<index>]
Target extruder
[U<pos>]
Amount of retraction for unload (negative)
[X<pos>]
X position for filament change
[Y<pos>]
Y position for filament change
[Z<pos>]
Z relative lift for filament change position
Примеры
With no parameters
uses the settings in Configuration.h.
M600 ; execute filament change
To set the change position:
M600 X10 Y15 Z5 ; Do filament change at X:10, Y:15 and Z:+5 from current