Skip to content
Permalink
Browse files

fixes

  • Loading branch information...
rkoeppl committed Jun 26, 2016
1 parent 5be5730 commit 363d2043fe9be81610699bfd895996be9359de64
Showing with 2 additions and 1 deletion.
  1. +2 −1 modules/printengine.pl
@@ -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.
You can’t perform that action at this time.