Skip to content
Permalink
Browse files

fexed typo

  • Loading branch information...
rkoeppl committed Jul 13, 2016
1 parent 9a92ac9 commit 88c7e2bc4ed762d25b8cc0463ff40fe620837b81
Showing with 1 addition and 1 deletion.
  1. +1 −1 modules/printengine.pl
@@ -308,7 +308,7 @@
my $ztemp=$z+$overshoot;
my @command_list=("G1 Z $ztemp F $Z_speed","G1 Z $z F $Z_speed");
send_commands(@command_list);
my $zsleep=60*(*$zdelta+2*$overshoot)/$Z_speed*1000000; #microseconds, conversion from mm/min to mm/s
my $zsleep=60*($zdelta+2*$overshoot)/$Z_speed*1000000; #microseconds, conversion from mm/min to mm/s
Time::HiRes::usleep("$zsleep");
Time::HiRes::usleep("$resin_settling_time_us");
}

0 comments on commit 88c7e2b

Please sign in to comment.
You can’t perform that action at this time.