mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-05 23:05:10 +08:00
Comment for M104 was erroneously saying that it would wait for temperature. #49
This commit is contained in:
parent
a2b4f9f671
commit
76dfda3b09
@ -417,7 +417,7 @@ sub export_gcode {
|
|||||||
or die "Failed to open $file for writing\n";
|
or die "Failed to open $file for writing\n";
|
||||||
|
|
||||||
# write start commands to file
|
# write start commands to file
|
||||||
printf $fh "M104 S%d ; wait for temperature to be reached\n", $Slic3r::temperature;
|
printf $fh "M104 S%d ; set temperature\n", $Slic3r::temperature;
|
||||||
print $fh "$Slic3r::start_gcode\n";
|
print $fh "$Slic3r::start_gcode\n";
|
||||||
print $fh "G90 ; use absolute coordinates\n";
|
print $fh "G90 ; use absolute coordinates\n";
|
||||||
print $fh "G21 ; set units to millimeters\n";
|
print $fh "G21 ; set units to millimeters\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user