Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
25
Star
54
Fork
40
lautr3k
/
SLAcer.js
Code
Issues
6
Pull requests
0
Projects
0
Insights
Permalink
Browse files
fixes
Loading branch information
...
1 parent
08f7f01
commit
07cbb8430d08de82e30be823e888880c816cf012
rkoeppl
committed
Jun 26, 2016
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
modules/printengine.pl
Show comments
View
2
modules/printengine.pl
@@ -307,7 +307,7 @@
$z
=
$z
+
$zdelta
;
my
@command_list
=(
"
G1 Z
$z
F1
"
);
send_commands(
@command_list
);
-
my
$zsleep
=
$zdelta
*
$Z_speed
*1000000;
#
microseconds
+
my
$zsleep
=
$zdelta
*
$Z_speed
*
60*
1000000;
#
microseconds
, conversion from mm/min to mm/s
Time::HiRes::usleep(
"
$zsleep
"
);
Time::HiRes::usleep(
"
$resin_settling_time_us
"
);
}
Toggle all file notes
0 comments on commit
07cbb84
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
07cbb84