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
6440ed0a
Commit
6440ed0a
authored
Apr 18, 2015
by
Simone Primarosa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added ability to write configuration on SD
parent
e96208dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
Marlin.h
MarlinKimbra/Marlin.h
+7
-0
No files found.
MarlinKimbra/Marlin.h
View file @
6440ed0a
...
...
@@ -311,6 +311,8 @@ extern bool axis_known_position[3];
extern
float
lastpos
[
4
];
extern
float
zprobe_zoffset
;
extern
unsigned
long
printer_usage_seconds
;
//this can old about 136 year before go overflow. If you belive that you can live more than this please contact me.
#ifdef PREVENT_DANGEROUS_EXTRUDE
extern
float
extrude_min_temp
;
#endif
...
...
@@ -362,6 +364,11 @@ extern int fanSpeed;
extern
int
laser_ttl_modulation
;
#endif
#if defined(SDSUPPORT) && defined(SD_SETTINGS)
extern
unsigned
long
config_last_update
;
extern
bool
config_readed
;
#endif
extern
millis_t
print_job_start_ms
;
extern
millis_t
print_job_stop_ms
;
...
...
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