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
f810d99
commit
5723bb53c6de65039850be8005b3857d54e4c4fe
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
@@ -268,7 +268,7 @@
say
"
layer_height=
$layer_height
µm, exposure_time=
$exposure_time_us
µs,resin_settling_time=
$resin_settling_time_us
µs
\n
"
;
sleep
10;
#
Home Z-Axis
-
my
@command_list
=(
'
G21
'
,
'
G28 Z
'
)
+
my
@command_list
=(
'
G21
'
,
'
G28 Z
'
)
send_commands(
@command_list
);
sleep
20;
#
Toggle all file notes
0 comments on commit
5723bb5
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
5723bb5