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
bugfixes
Loading branch information
...
1 parent
3595f04
commit
d3e6d2ebd0abc0c6be1e8b0007ad2ae24bd62d0f
rkoeppl
committed
May 7, 2016
Unified
Split
Showing
1 changed file
with
4 additions
and
3 deletions
.
+4
−3
modules/printengine.pl
Show comments
View
7
modules/printengine.pl
@@ -269,9 +269,9 @@
#
sleep 10;
foreach
(
@pics_sorted
){
$fb
->
clear_screen(
'
OFF
'
);
-
$fb
->
blit_write(
Time::HiRes::usleep(
"
$resin_settling_time_us
"
);
-
$fb
->
load_image(
+
$fb
->
blit_write(
+
$fb
->
load_image(
{
'
width
'
=>
$X_pixels
,
#
Optional. Resizes to this maximum
@@ -287,6 +287,7 @@
}
)
);
+
+}
Time::HiRes::usleep(
"
$exposure_time_us
"
);
-}
$fb
->
clear_screen(
'
ON
'
);
Toggle all file notes
0 comments on commit
d3e6d2e
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
d3e6d2e