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
5cf1c38e
Commit
5cf1c38e
authored
Dec 22, 2015
by
esenapaj
Browse files
Options
Downloads
Patches
Plain Diff
Update Configuration_adv.h
parent
04ab61bf
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/example_configurations/delta/kossel_mini/Configuration_adv.h
+10
-18
10 additions, 18 deletions
...mple_configurations/delta/kossel_mini/Configuration_adv.h
with
10 additions
and
18 deletions
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h
+
10
−
18
View file @
5cf1c38e
...
@@ -36,16 +36,6 @@
...
@@ -36,16 +36,6 @@
#define THERMAL_PROTECTION_BED_HYSTERESIS 2 // Degrees Celsius
#define THERMAL_PROTECTION_BED_HYSTERESIS 2 // Degrees Celsius
#endif
#endif
/**
* Automatic Temperature:
* The hotend target temperature is calculated by all the buffered lines of gcode.
* The maximum buffered steps/sec of the extruder motor is called "se".
* Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
* The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
* mintemp and maxtemp. Turn this off by excuting M109 without F*
* Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
* On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
*/
#if ENABLED(PIDTEMP)
#if ENABLED(PIDTEMP)
// this adds an experimental additional term to the heating power, proportional to the extrusion speed.
// this adds an experimental additional term to the heating power, proportional to the extrusion speed.
// if Kc is chosen well, the additional required power due to increased melting should be compensated.
// if Kc is chosen well, the additional required power due to increased melting should be compensated.
...
@@ -56,14 +46,16 @@
...
@@ -56,14 +46,16 @@
#endif
#endif
#endif
#endif
/**
//automatic temperature: The hot end target temperature is calculated by all the buffered lines of gcode.
* Automatic Temperature:
//The maximum buffered steps/sec of the extruder motor are called "se".
* The hotend target temperature is calculated by all the buffered lines of gcode.
//You enter the autotemp mode by a M109 S<mintemp> B<maxtemp> F<factor>
* The maximum buffered steps/sec of the extruder motor is called "se".
// the target temperature is set to mintemp+factor*se[steps/sec] and limited by mintemp and maxtemp
* Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
// you exit the value by any M109 without F*
* The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
// Also, if the temperature is set to a value <mintemp, it is not changed by autotemp.
* mintemp and maxtemp. Turn this off by excuting M109 without F*
// on an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
* Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
* On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
*/
#define AUTOTEMP
#define AUTOTEMP
#if ENABLED(AUTOTEMP)
#if ENABLED(AUTOTEMP)
#define AUTOTEMP_OLDWEIGHT 0.98
#define AUTOTEMP_OLDWEIGHT 0.98
...
...
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