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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
0572be94
Commit
0572be94
authored
Dec 18, 2018
by
Ondřej Nový
Committed by
Scott Lahteine
Dec 18, 2018
Browse files
Options
Downloads
Patches
Plain Diff
[2.0.x] Enable PIDTEMPBED in Anet A8 example config (#12655)
parent
c6e09c26
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/src/config/examples/Anet/A8/Configuration.h
+11
-5
11 additions, 5 deletions
Marlin/src/config/examples/Anet/A8/Configuration.h
with
11 additions
and
5 deletions
Marlin/src/config/examples/Anet/A8/Configuration.h
+
11
−
5
View file @
0572be94
...
@@ -439,9 +439,9 @@
...
@@ -439,9 +439,9 @@
* heater. If your configuration is significantly different than this and you don't understand
* heater. If your configuration is significantly different than this and you don't understand
* the issues involved, don't use bed PID until someone else verifies that your hardware works.
* the issues involved, don't use bed PID until someone else verifies that your hardware works.
*/
*/
//
#define PIDTEMPBED
#define PIDTEMPBED
#define BED_LIMIT_SWITCHING
//
#define BED_LIMIT_SWITCHING
/**
/**
* Max Bed Power
* Max Bed Power
...
@@ -457,9 +457,9 @@
...
@@ -457,9 +457,9 @@
//120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
//120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
//from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
//from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
#define DEFAULT_bedKp 10.00
//
#define DEFAULT_bedKp 10.00
#define DEFAULT_bedKi .023
//
#define DEFAULT_bedKi .023
#define DEFAULT_bedKd 305.4
//
#define DEFAULT_bedKd 305.4
//120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
//120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
//from pidautotune
//from pidautotune
...
@@ -467,6 +467,12 @@
...
@@ -467,6 +467,12 @@
//#define DEFAULT_bedKi 1.41
//#define DEFAULT_bedKi 1.41
//#define DEFAULT_bedKd 1675.16
//#define DEFAULT_bedKd 1675.16
// ANET A8
// original Bed + 0.3mm Heat conducting into 4mm borosilicate (PID-Autotune: M303 E-1 S60 C5):
#define DEFAULT_bedKp 295.00
#define DEFAULT_bedKi 35.65
#define DEFAULT_bedKd 610.21
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
#endif // PIDTEMPBED
#endif // PIDTEMPBED
...
...
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