I do not know if it is correct, but I use M135 toolchange code for Sailfish & GPX

master
Vitaliy Filippov 2014-06-11 03:23:59 +04:00
parent 87ac675d14
commit 54b80e1109
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ sub set_extruder {
($self->config->gcode_flavor eq 'makerware'
? 'M135 T'
: $self->config->gcode_flavor eq 'sailfish'
? 'M108 T'
? 'M135 T' # M108 T
: 'T'),
$extruder_id,
($self->config->gcode_comments ? ' ; change extruder' : '');