Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MarlinKimbra
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
MarlinKimbra
Commits
d96fd49b
Commit
d96fd49b
authored
Aug 19, 2015
by
Simone Primarosa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 4.1.5 RC
parent
a3f74efe
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
changelog.md
Documentation/changelog.md
+0
-1
Configuration_adv.h
MarlinKimbra/Configuration_adv.h
+1
-4
conditionals.h
MarlinKimbra/conditionals.h
+3
-2
No files found.
Documentation/changelog.md
View file @
d96fd49b
...
...
@@ -8,7 +8,6 @@
### Version 4.1.5
*
Implemented FAST_PWM_FAN and FAN_SOFT_PWM also for other fan that can be added in configuration_adv file.
*
Added the ability to set a min speed to the fan that can be added in configuration_adv file.
*
Critical stepper motor frequency bugfix
*
General bugfix
### Version 4.1.4
...
...
MarlinKimbra/Configuration_adv.h
View file @
d96fd49b
...
...
@@ -416,9 +416,6 @@ const unsigned int dropsegments = 5; // everything with less than this number of
// Add support for filament exchange support M600; requires display
#if ENABLED(ULTIPANEL)
#ifdef CARTESIAN
#define FILAMENTCHANGEENABLE
#else
//#define FILAMENTCHANGEENABLE
#endif
#if ENABLED(FILAMENTCHANGEENABLE)
...
...
MarlinKimbra/conditionals.h
View file @
d96fd49b
...
...
@@ -385,10 +385,11 @@
#endif
/**
* Babystepping
* Babystepping
and M600
*/
#if ENABLED(CARTESIAN)
#define BABYSTEPPING // On Cartesian printer this can be enabled as default as fully working
#define FILAMENTCHANGEENABLE // On Cartesian printer this can be enabled as default as fully working
#endif
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment