mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 07:48:58 +08:00
Include M82/M83 for Teacup too. #1206
This commit is contained in:
parent
6bb2e593a7
commit
895e0bbfcd
@ -725,7 +725,7 @@ sub write_gcode {
|
||||
print $fh "G90 ; use absolute coordinates\n";
|
||||
if ($Slic3r::Config->gcode_flavor =~ /^(?:reprap|teacup)$/) {
|
||||
printf $fh $gcodegen->reset_e;
|
||||
if ($Slic3r::Config->gcode_flavor =~ /^(?:reprap|makerbot|sailfish)$/) {
|
||||
if ($Slic3r::Config->gcode_flavor =~ /^(?:reprap|teacup|makerbot|sailfish)$/) {
|
||||
if ($Slic3r::Config->use_relative_e_distances) {
|
||||
print $fh "M83 ; use relative distances for extrusion\n";
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user