Permalink
Browse files

fixes

  • Loading branch information...
1 parent 5be5730 commit 363d2043fe9be81610699bfd895996be9359de64 @rkoeppl rkoeppl committed Jun 26, 2016
Showing with 2 additions and 1 deletion.
  1. +2 −1 modules/printengine.pl
View
@@ -307,7 +307,8 @@
$z=$z+$zdelta;
my @command_list=("G1 Z $z F1");
send_commands(@command_list);
-
+my $zsleep=$zdelta*$Z_speed*1000000 #microseconds
+Time::HiRes::usleep("$zsleep");
Time::HiRes::usleep("$resin_settling_time_us");
}
$fb->clear_screen('ON');

0 comments on commit 363d204

Please sign in to comment.