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
d5c22cc8
Commit
d5c22cc8
authored
Feb 23, 2015
by
MagoKimbra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Marlin_main.cpp
parent
15c6606c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Marlin_main.cpp
MarlinKimbra/Marlin_main.cpp
+1
-1
No files found.
MarlinKimbra/Marlin_main.cpp
View file @
d5c22cc8
...
...
@@ -3559,7 +3559,7 @@ inline void gcode_G92() {
delay
(
100
);
LCD_ALERTMESSAGEPGM
(
MSG_FILAMENTCHANGE
);
boolean
beep
=
true
;
int
cnt
=
4
;
int
cnt
=
0
;
#ifndef SINGLENOZZLE
int
old_target_temperature
[
EXTRUDERS
]
=
{
0
};
for
(
int8_t
e
=
0
;
e
<
EXTRUDERS
;
e
++
)
...
...
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