Skip to content
Why GitHub?
Features
→
Code review
Project management
Integrations
Actions
Package registry
Security
Team management
Social coding
Documentation
Code hosting
Customer stories
→
Security
→
Enterprise
Explore
Explore GitHub
→
Learn & contribute
Topics
Collections
Trending
Learning Lab
Open source guides
Connect with others
Events
Community forum
GitHub Education
Marketplace
Pricing
Plans
→
Compare plans
Contact Sales
Nonprofit
→
Education
→
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
Watch
27
Star
86
Fork
59
lautr3k
/
SLAcer.js
Code
Issues
8
Pull requests
1
Projects
0
Security
Insights
Permalink
Browse files
fixes
Loading branch information
...
rkoeppl
committed
Jun 26, 2016
1 parent
07cbb84
commit
c9ce51ae413673010a188064bb9ebc485b889318
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
modules/printengine.pl
2
modules/printengine.pl
Show comments
View file
Edit file
Delete file
@@ -305,7 +305,7 @@
Time::HiRes::usleep(
"
$exposure_time_us
"
);
$fb
->
clear_screen(
'
OFF
'
);
$z
=
$z
+
$zdelta
;
my
@command_list
=(
"
G1 Z
$z
F1
"
);
my
@command_list
=(
"
G1 Z
$z
F
$Z_speed
"
);
send_commands(
@command_list
);
my
$zsleep
=
$zdelta
*
$Z_speed
*60*1000000;
#
microseconds, conversion from mm/min to mm/s
Time::HiRes::usleep(
"
$zsleep
"
);
Toggle all file notes
0 comments on commit
c9ce51a
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
c9ce51a