Eliminate most warnings

- Fix a bug reading `code_value` for `M503 Sn`
- Hide and remove unused variables
This commit is contained in:
Scott Lahteine
2015-03-26 20:07:17 -07:00
parent 3fd7790a15
commit 267d6bef15
3 changed files with 25 additions and 19 deletions

View File

@@ -55,7 +55,7 @@
int target_temperature[EXTRUDERS] = { 0 };
int target_temperature_bed = 0;
int current_temperature_raw[EXTRUDERS] = { 0 };
int current_temperature_raw[4] = { 0 };
float current_temperature[EXTRUDERS] = { 0.0 };
int current_temperature_bed_raw = 0;
float current_temperature_bed = 0.0;