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
02cc63d6
Commit
02cc63d6
authored
Jan 19, 2019
by
Scott Lahteine
Browse files
Options
Downloads
Patches
Plain Diff
Update CreatorPro Configuration_adv.h
parent
f4c16e68
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/FlashForge/CreatorPro/Configuration_adv.h
+9
-25
9 additions, 25 deletions
...config/examples/FlashForge/CreatorPro/Configuration_adv.h
with
9 additions
and
25 deletions
Marlin/src/config/examples/FlashForge/CreatorPro/Configuration_adv.h
+
9
−
25
View file @
02cc63d6
...
@@ -77,6 +77,8 @@
...
@@ -77,6 +77,8 @@
#define THERMAL_PROTECTION_PERIOD 40 // Seconds
#define THERMAL_PROTECTION_PERIOD 40 // Seconds
#define THERMAL_PROTECTION_HYSTERESIS 4 // Degrees Celsius
#define THERMAL_PROTECTION_HYSTERESIS 4 // Degrees Celsius
//#define ADAPTIVE_FAN_SLOWING // Slow part cooling fan if temperature drops
/**
/**
* Whenever an M104, M109, or M303 increases the target temperature, the
* Whenever an M104, M109, or M303 increases the target temperature, the
* firmware will wait for the WATCH_TEMP_PERIOD to expire. If the temperature
* firmware will wait for the WATCH_TEMP_PERIOD to expire. If the temperature
...
@@ -245,9 +247,6 @@
...
@@ -245,9 +247,6 @@
#define CHAMBER_AUTO_FAN_PIN -1
#define CHAMBER_AUTO_FAN_PIN -1
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // 255 == full speed
#define EXTRUDER_AUTO_FAN_SPEED 255 // 255 == full speed
//
//#define E0_AUTO_FAN E0_AUTO_FAN_PIN
//#define E1_AUTO_FAN E1_AUTO_FAN_PIN
/**
/**
* Part-Cooling Fan Multiplexer
* Part-Cooling Fan Multiplexer
...
@@ -894,7 +893,6 @@
...
@@ -894,7 +893,6 @@
#if ENABLED(MOVE_Z_WHEN_IDLE)
#if ENABLED(MOVE_Z_WHEN_IDLE)
#define MOVE_Z_IDLE_MULTIPLICATOR 1 // Multiply 1mm by this factor for the move step size.
#define MOVE_Z_IDLE_MULTIPLICATOR 1 // Multiply 1mm by this factor for the move step size.
#endif
#endif
//#define BABYSTEP_ZPROBE_OFFSET // Combine M851 Z and Babystepping
//#define BABYSTEP_ZPROBE_OFFSET // Combine M851 Z and Babystepping
#if ENABLED(BABYSTEP_ZPROBE_OFFSET)
#if ENABLED(BABYSTEP_ZPROBE_OFFSET)
//#define BABYSTEP_HOTEND_Z_OFFSET // For multiple hotends, babystep relative Z offsets
//#define BABYSTEP_HOTEND_Z_OFFSET // For multiple hotends, babystep relative Z offsets
...
@@ -1488,22 +1486,6 @@
...
@@ -1488,22 +1486,6 @@
*/
*/
//#define TMC_DEBUG
//#define TMC_DEBUG
/**
* M915 Z Axis Calibration
*
* - Adjust Z stepper current,
* - Drive the Z axis to its physical maximum, and
* - Home Z to account for the lost steps.
*
* Use M915 Snn to specify the current.
* Use M925 Znn to add extra Z height to Z_MAX_POS.
*/
//#define TMC_Z_CALIBRATION
#if ENABLED(TMC_Z_CALIBRATION)
#define CALIBRATION_CURRENT 250
#define CALIBRATION_EXTRA_HEIGHT 10
#endif
/**
/**
* You can set your own advanced settings by filling in predefined functions.
* You can set your own advanced settings by filling in predefined functions.
* A list of available functions can be found on the library github page
* A list of available functions can be found on the library github page
...
@@ -1716,11 +1698,6 @@
...
@@ -1716,11 +1698,6 @@
*/
*/
//#define CNC_COORDINATE_SYSTEMS
//#define CNC_COORDINATE_SYSTEMS
/**
* M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
*/
#define PINS_DEBUGGING
/**
/**
* Auto-report temperatures with M155 S<seconds>
* Auto-report temperatures with M155 S<seconds>
*/
*/
...
@@ -1976,5 +1953,12 @@
...
@@ -1976,5 +1953,12 @@
#define WIFI_PWD "Wifi Password"
#define WIFI_PWD "Wifi Password"
#endif
#endif
// @section develop
/**
* M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
*/
//#define PINS_DEBUGGING
// Enable Marlin dev mode which adds some special commands
// Enable Marlin dev mode which adds some special commands
//#define MARLIN_DEV_MODE
//#define MARLIN_DEV_MODE
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