Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-04-25 23:54:52 +0300
committerbubnikv <bubnikv@gmail.com>2018-04-25 23:54:52 +0300
commitcbaf0ccc51133db07b47e1de0177b5db4fae2a02 (patch)
tree80a1abd6791ed4c7ce355fad96dcbbdfc21a716a /t
parent269770bbbc373f1462631f918b0bb894db7422a1 (diff)
Refactored cooling logic for readibility and maintainability.
Diffstat (limited to 't')
-rw-r--r--t/cooling.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/cooling.t b/t/cooling.t
index f69b7e8a8..2f444cf9d 100644
--- a/t/cooling.t
+++ b/t/cooling.t
@@ -79,6 +79,7 @@ $config->set('disable_fan_first_layers', [ 0 ]);
"G1 X50 F2500\n" .
"G1 F3000;_EXTRUDE_SET_SPEED\n" .
"G1 X100 E1\n" .
+ ";_EXTRUDE_END\n" .
"G1 E4 F400",
# Print time of $gcode.
my $print_time = 50 / (2500 / 60) + 100 / (3000 / 60) + 4 / (400 / 60);