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
10e8a8e2
Commit
10e8a8e2
authored
9 years ago
by
MagoKimbra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix G4
parent
8f2891b6
Changes
1
Hide 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 @
10e8a8e2
...
...
@@ -2184,7 +2184,7 @@ inline void gcode_G2_G3(bool clockwise) {
// G4: Dwell S<seconds> or P<milliseconds>
inline
void
gcode_G4
()
{
unsigned
long
codenum
;
unsigned
long
codenum
=
0
;
LCD_MESSAGEPGM
(
MSG_DWELL
);
if
(
code_seen
(
'P'
))
codenum
=
code_value_long
();
// milliseconds to wait
...
...
This diff is collapsed.
Click to expand it.
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