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
5a92462c
Unverified
Commit
5a92462c
authored
5 years ago
by
thisiskeithb
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Less ambiguous option comment (#17983)
parent
21bfb943
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Marlin/Configuration_adv.h
+1
-1
1 addition, 1 deletion
Marlin/Configuration_adv.h
Marlin/src/gcode/feature/pause/M600.cpp
+1
-1
1 addition, 1 deletion
Marlin/src/gcode/feature/pause/M600.cpp
with
2 additions
and
2 deletions
Marlin/Configuration_adv.h
+
1
−
1
View file @
5a92462c
...
@@ -1978,7 +1978,7 @@
...
@@ -1978,7 +1978,7 @@
#define PAUSE_PARK_NO_STEPPER_TIMEOUT // Enable for XYZ steppers to stay powered on during filament change.
#define PAUSE_PARK_NO_STEPPER_TIMEOUT // Enable for XYZ steppers to stay powered on during filament change.
//#define PARK_HEAD_ON_PAUSE // Park the nozzle during pause and filament change.
//#define PARK_HEAD_ON_PAUSE // Park the nozzle during pause and filament change.
//#define HOME_BEFORE_FILAMENT_CHANGE //
Ensure homing has been completed prior to
parking for filament change
//#define HOME_BEFORE_FILAMENT_CHANGE //
If needed, home before
parking for filament change
//#define FILAMENT_LOAD_UNLOAD_GCODES // Add M701/M702 Load/Unload G-codes, plus Load/Unload in the LCD Prepare menu.
//#define FILAMENT_LOAD_UNLOAD_GCODES // Add M701/M702 Load/Unload G-codes, plus Load/Unload in the LCD Prepare menu.
//#define FILAMENT_UNLOAD_ALL_EXTRUDERS // Allow M702 to unload all extruders above a minimum target temp (as set by M302)
//#define FILAMENT_UNLOAD_ALL_EXTRUDERS // Allow M702 to unload all extruders above a minimum target temp (as set by M302)
...
...
This diff is collapsed.
Click to expand it.
Marlin/src/gcode/feature/pause/M600.cpp
+
1
−
1
View file @
5a92462c
...
@@ -97,7 +97,7 @@ void GcodeSuite::M600() {
...
@@ -97,7 +97,7 @@ void GcodeSuite::M600() {
#endif
#endif
#if ENABLED(HOME_BEFORE_FILAMENT_CHANGE)
#if ENABLED(HOME_BEFORE_FILAMENT_CHANGE)
//
Don't allow filament change without homing first
//
If needed, home before parking for filament change
if
(
!
all_axes_known
())
home_all_axes
();
if
(
!
all_axes_known
())
home_all_axes
();
#endif
#endif
...
...
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