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
03795f5
commit
853e769895c0b8a369038db49d7def205d0b8687
root
committed
May 5, 2016
Unified
Split
Showing
1 changed file
with
1 addition
and
2 deletions
.
+1
−2
modules/printengine.pl
Show comments
View
3
modules/printengine.pl
@@ -221,10 +221,9 @@
$fb
->
blit_write(
$fb
->
load_image(
{
'
center
'
=>
$fb
->
{
'
CENTER_XY
'
},
-
'
file
'
=>
'
$dir/$pics[0]
'
,
#
Usually needs full path
+
'
file
'
=>
"
$dir
/
$pics
[0]
"
#
Usually needs full path
}
)
);
$fb
->
clear_screen(
'
ON
'
);
-
Toggle all file notes
0 comments on commit
853e769
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
853e769