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
1002989
commit
4348687e0506ea9d9af1e0ad23916895ab4c6e71
rkoeppl
committed
Jun 26, 2016
Unified
Split
Showing
1 changed file
with
2 additions
and
1 deletion
.
+2
−1
modules/printengine.pl
Show comments
View
3
modules/printengine.pl
@@ -297,10 +297,11 @@
)
);
Time::HiRes::usleep(
"
$exposure_time_us
"
);
+
$fb
->
clear_screen(
'
OFF
'
);
$z
=
$z
+
$zdelta
;
my
@command_list
=(
"
G1 Z
$z
F1
"
);
send_commands(
@command_list
);
-
$fb
->
clear_screen(
'
OFF
'
);
+
Time::HiRes::usleep(
"
$resin_settling_time_us
"
);
}
$fb
->
clear_screen(
'
ON
'
);
Toggle all file notes
0 comments on commit
4348687
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
4348687