- Mar 27, 2015
-
-
Scott Lahteine authored
Fixup leveling and other issues
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Parentheses need here otherwise sanitycheck.h does wrong thing on line 222
-
Scott Lahteine authored
Give all temp arrays 4 indices
-
Scott Lahteine authored
-
Edward Patel authored
-
Scott Lahteine authored
- Also patch up some warnings
-
Scott Lahteine authored
-
Scott Lahteine authored
- Fix a bug reading `code_value` for `M503 Sn` - Hide and remove unused variables
-
Scott Lahteine authored
Latest upstream commits
-
Scott Lahteine authored
-
Scott Lahteine authored
Always 4 temp sensors
-
- Mar 26, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Also a small tweak to SanityCheck.h
-
Scott Lahteine authored
Avoid warnings in SanitiCheck.h
-
Scott Lahteine authored
First aid for #1703
-
Scott Lahteine authored
- Increase the probe offset range to -20…20 - Apply the range limits to the menu item
-
AnHardt authored
/SanityCheck.h:107:53: warning: missing terminating ' character ...
-
AnHardt authored
to avoid: Marlin_main.cpp:1790: warning: array subscript is above array bounds.
-
Scott Lahteine authored
-
Scott Lahteine authored
Clean "fromsd" array if not SDSUPPORT
-
Scott Lahteine authored
- Put + in front of positive values in the output
-
Scott Lahteine authored
Instructions for Mesh Bed Leveling
-
Scott Lahteine authored
Latest upstream commits
-
Scott Lahteine authored
comment #define Z_DUAL_STEPPER_DRIVERS
-
Scott Lahteine authored
Latest upstream commits
-
Scott Lahteine authored
Move definition of PIDdT back to temperature.h
-
Scott Lahteine authored
Don’t set CUSTOM_M_CODE_SET_Z_PROBE_OFFSET if there’s no Z probe
-
Scott Lahteine authored
- Make `zprobe_zoffset` conditional - Fix ConfigurationStore for `zprobe_zoffset`
-
Scott Lahteine authored
- Init `zprobe_zoffset` - Remove `current_position[Z_AXIS] = zprobe_zoffset` lines from the `set_bed_level_equation_*` functions - Apply standards to `mesh_bed_leveling` files - Document `MESH_BED_LEVELING`
-
Scott Lahteine authored
Fix MAX6675 again and introduce set_current_temp_raw()
-
- Mar 25, 2015
-
-
AnHardt authored
-
Victor Torre authored
if not have SDSUPPORT the fromsd array is not necessary
-
AnHardt authored
-
Edward Patel authored
-