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
b6d857f1
Commit
b6d857f1
authored
5 years ago
by
Vertabreaker
Committed by
Scott Lahteine
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Improve Anet A6 config (#16280)
parent
2e235aff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/examples/Anet/A6/Configuration.h
+9
-7
9 additions, 7 deletions
config/examples/Anet/A6/Configuration.h
with
9 additions
and
7 deletions
config/examples/Anet/A6/Configuration.h
+
9
−
7
View file @
b6d857f1
...
@@ -1419,7 +1419,7 @@
...
@@ -1419,7 +1419,7 @@
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing when homing all axes (G28).
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing when homing all axes (G28).
// - Prevent Z homing when the Z probe is outside bed area.
// - Prevent Z homing when the Z probe is outside bed area.
//
//
#define Z_SAFE_HOMING
//
#define Z_SAFE_HOMING
#if ENABLED(Z_SAFE_HOMING)
#if ENABLED(Z_SAFE_HOMING)
#define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2) // X point for Z homing when homing all axes (G28).
#define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2) // X point for Z homing when homing all axes (G28).
...
@@ -1819,7 +1819,7 @@
...
@@ -1819,7 +1819,7 @@
// If you have a speaker that can produce tones, enable it here.
// If you have a speaker that can produce tones, enable it here.
// By default Marlin assumes you have a buzzer with a fixed frequency.
// By default Marlin assumes you have a buzzer with a fixed frequency.
//
//
//
#define SPEAKER
#define SPEAKER
//
//
// The duration and frequency for the UI feedback sound.
// The duration and frequency for the UI feedback sound.
...
@@ -1828,8 +1828,8 @@
...
@@ -1828,8 +1828,8 @@
// Note: Test audio output with the G-Code:
// Note: Test audio output with the G-Code:
// M300 S<frequency Hz> P<duration ms>
// M300 S<frequency Hz> P<duration ms>
//
//
//
#define LCD_FEEDBACK_FREQUENCY_DURATION_MS
2
#define LCD_FEEDBACK_FREQUENCY_DURATION_MS
40
//
#define LCD_FEEDBACK_FREQUENCY_HZ
50
00
#define LCD_FEEDBACK_FREQUENCY_HZ
2
00
//=============================================================================
//=============================================================================
//======================== LCD / Controller Selection =========================
//======================== LCD / Controller Selection =========================
...
@@ -1984,8 +1984,10 @@
...
@@ -1984,8 +1984,10 @@
//
//
// Note: Details on connecting to the Anet V1.0 controller are in the file pins_ANET_10.h
// Note: Details on connecting to the Anet V1.0 controller are in the file pins_ANET_10.h
//
//
//#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
#define ST7920_DELAY_1 DELAY_NS(150)
#define ST7920_DELAY_2 DELAY_NS(150)
#define ST7920_DELAY_3 DELAY_NS(150)
//
//
// ReprapWorld Graphical LCD
// ReprapWorld Graphical LCD
// https://reprapworld.com/?products_details&products_id/1218
// https://reprapworld.com/?products_details&products_id/1218
...
@@ -2072,7 +2074,7 @@
...
@@ -2072,7 +2074,7 @@
// A clone of the RepRapDiscount full graphics display but with
// A clone of the RepRapDiscount full graphics display but with
// different pins/wiring (see pins_ANET_10.h).
// different pins/wiring (see pins_ANET_10.h).
//
//
#define ANET_FULL_GRAPHICS_LCD
//
#define ANET_FULL_GRAPHICS_LCD
//
//
// AZSMZ 12864 LCD with SD
// AZSMZ 12864 LCD with SD
...
...
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