Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
marlin-anet-a8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
7cfce20c
Commit
7cfce20c
authored
6 years ago
by
Scott Lahteine
Browse files
Options
Downloads
Patches
Plain Diff
Update comments on M125
parent
dc4786a5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/src/gcode/feature/pause/M125.cpp
+5
-3
5 additions, 3 deletions
Marlin/src/gcode/feature/pause/M125.cpp
with
5 additions
and
3 deletions
Marlin/src/gcode/feature/pause/M125.cpp
+
5
−
3
View file @
7cfce20c
...
...
@@ -37,9 +37,9 @@
* object. On resume (M24) the head will be moved back and the
* print will resume.
*
*
If Marlin is compiled without SD Card support, M125 can be
*
used directly to pause the print and move to park position,
*
resuming with a button click or M108
.
*
When not actively SD printing, M125 simply moves to the park
*
position and waits, resuming with a button click or M108.
*
Without PARK_HEAD_ON_PAUSE the M125 command does nothing
.
*
* L = override retract length
* X = override X
...
...
@@ -75,6 +75,8 @@ void GcodeSuite::M125() {
#endif
if
(
pause_print
(
retract
,
park_point
))
{
// SD Printing simply pauses, leaving the machine in a ready state,
// and can be resumed at any time, so don't wait in a loop here.
if
(
!
sd_printing
)
{
wait_for_confirmation
();
resume_print
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment