- Apr 04, 2015
-
-
Richard Wackerbarth authored
-
Natealus authored
Just a simple #ifdef Z_PROBE_ENDSTOP to define the pin for it. Also has a couple commented lines for switching Z_MIN_PIN if needed.
-
Scott Lahteine authored
-
Natealus authored
It wouldn't compile because of this line in temperature.cpp it turns out it was just a stray ( that didn't line up with the previous lines so I just made it in line with the rest and it compiled fine.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Apr 03, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Wurstnase authored
-
Wurstnase authored
max_feedrate is in mm/s. line_to_destination needs a feedrate in mm/min because there is feedrate/60.
-
- Apr 02, 2015
-
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
The automatic versioning system extracts a build version number from the SCM system That versioning information is written to the file _Version.h, a file that is NOT preserved in the SCM. If such a file will be present, we include it here to utilize the parameters that are defined therein.
-
Scott Lahteine authored
-
AnHardt authored
related to current_position[Z_AXIS] and retract_zlift. '+ =' -> '+=' Fix for #1786
-
Scott Lahteine authored
- Add comments documenting `thermal_runaway_protection` - Add an enum for the thermal runaway states - Add macros for temperature helper functions - Fix a glitch with the z probe sled in homeaxis
-
Chris Roadfeldt authored
-
Chris Roadfeldt authored
Catch unlikely but possible error and head crash when using Z_PROBE_REPEATABILITY_TEST
-
- Apr 01, 2015
-
-
Chris Roadfeldt authored
-
Chris Roadfeldt authored
is not used.
-
Wurstnase authored
some people are starting to ask why homing is so slow. this is the old standard hard-coded value.
-
Chris Roadfeldt authored
-
Chris Roadfeldt authored
-
AnHardt authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
AnHardt authored
for when no LCD is defined. Fix for #1770.
-
Chris Roadfeldt authored
Updated documentation in Configuration.h. Cleaned up and commented some code relating to Z_PROBE_ENDSTOP. Separated Z_MIN_ENDSTOP and Z_PROBE_ENDSTOP completely.
-
atfield90 authored
-
Scott Lahteine authored
-