Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MarlinKimbra
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
MarlinKimbra
Commits
82fec32f
Commit
82fec32f
authored
Apr 01, 2015
by
MagoKimbra
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #33 from simone97/patch-2
Code clean
parents
2ada6bbc
19de031b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
planner.cpp
MarlinKimbra/planner.cpp
+2
-2
No files found.
MarlinKimbra/planner.cpp
View file @
82fec32f
...
@@ -429,7 +429,7 @@ void check_axes_activity() {
...
@@ -429,7 +429,7 @@ void check_axes_activity() {
disable_e3
();
disable_e3
();
}
}
#if
defined(FAN_PIN) && FAN_PIN > -1
// HAS_FAN
#if
HAS_FAN
// HAS_FAN
#ifdef FAN_KICKSTART_TIME
#ifdef FAN_KICKSTART_TIME
static
unsigned
long
fan_kick_end
;
static
unsigned
long
fan_kick_end
;
if
(
tail_fan_speed
)
{
if
(
tail_fan_speed
)
{
...
@@ -449,7 +449,7 @@ void check_axes_activity() {
...
@@ -449,7 +449,7 @@ void check_axes_activity() {
#else
#else
analogWrite
(
FAN_PIN
,
tail_fan_speed
);
analogWrite
(
FAN_PIN
,
tail_fan_speed
);
#endif //!FAN_SOFT_PWM
#endif //!FAN_SOFT_PWM
#endif //
FAN_PIN > -1
#endif //
HAS_FAN
#ifdef AUTOTEMP
#ifdef AUTOTEMP
getHighESpeed
();
getHighESpeed
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment