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
7e99c935
Commit
7e99c935
authored
Mar 23, 2015
by
MagoKimbra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Same fix
parent
9c56a0f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
dogm_lcd_implementation.h
MarlinKimbra/dogm_lcd_implementation.h
+1
-1
ultralcd.cpp
MarlinKimbra/ultralcd.cpp
+2
-2
No files found.
MarlinKimbra/dogm_lcd_implementation.h
View file @
7e99c935
...
...
@@ -14,7 +14,7 @@
#ifndef DOGM_LCD_IMPLEMENTATION_H
#define DOGM_LCD_IMPLEMENTATION_H
#define MARLIN_VERSION " 4.0.
3
"
#define MARLIN_VERSION " 4.0.
4
"
/**
* Implementation of the LCD display routines for a DOGM128 graphic display. These are common LCD 128x64 pixel graphic displays.
...
...
MarlinKimbra/ultralcd.cpp
View file @
7e99c935
...
...
@@ -758,7 +758,7 @@ void lcd_level_bed()
delay
(
1200
);
encoderPosition
=
0
;
lcd
.
clear
();
lcd
.
clear
();
currentMenu
=
lcd_status_screen
;
lcd_status_screen
();
pageShowInfo
=
0
;
...
...
@@ -1001,7 +1001,7 @@ static void lcd_control_temperature_menu() {
MENU_ITEM_EDIT
(
float32
,
MSG_FACTOR
,
&
autotemp_factor
,
0.0
,
1.0
);
#endif
#ifdef PIDTEMP
// set up temp variables - undo the default scaling
// set up temp variables - undo the default scaling
raw_Ki
=
unscalePID_i
(
Ki
[
0
]);
raw_Kd
=
unscalePID_d
(
Kd
[
0
]);
MENU_ITEM_EDIT
(
float52
,
MSG_PID_P
,
&
Kp
[
0
],
1
,
9990
);
...
...
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