- May 08, 2017
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
bgort authored
Cleanup previous implementation of new quiet probing
-
Brian authored
Saves a few lines of code.
-
bgort authored
PlatformIO-related changes
-
Scott Lahteine authored
Minor patches and cleanup
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
bgort authored
Improve BLTOUCH_HEATERS_OFF functionality
-
Scott Lahteine authored
-
Roxy-3D authored
I think I forgot to Sync before I committed last time. Some UBL changes did not stick. Also, update the gMax configuaration.h file so other than unique numbers and settings, it exactly matches the default configuration.h file.
-
- May 07, 2017
-
-
Roxy-3D authored
* Restore LSF functionality Some of the typo's persisted... Hopefully this gets them all fixed. * Restore user's expectations of how G28 should behave * Allow Nozzle size control with ornery host programs
-
Brian authored
- rename to PROBING_HEATERS_OFF - move heater pausing functionality into thermalManager - add variables, pause(), ispaused(), other functions - add fan pausing functionality -> PROBING_FANS_OFF - add probing_pause() wrapper - move pausing into do_homing_move() and do_probe_move() to minimize quiet time and so other probe types can benefit - example configs
-
bgort authored
G29 P1 stops reporting Invalid location with this patch
-
lrpirlet authored
-
Scott Lahteine authored
Support temperature units in M503
-
Scott Lahteine authored
-
- May 06, 2017
- May 05, 2017
-
-
Scott Lahteine authored
-
Scott Lahteine authored
Update git helper scripts, config comments
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Fixed USE_CONTROLLER_FAN #define usage
-
- May 04, 2017
-
-
Max Matveev authored
-
bgort authored
also removed wayward 'address of' ampersand in setTargetHotend and setTargetBed parameters
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Fix broken fwretract recovery extruder feedrate
-
Florian Heilmann authored
When both lowering and recovery are performed using the same "prepare_move_to_destination()" the extruder recovery feedrate ends up being ignored and, instead, is only capped by either the maximum e-speed or the time it takes to perform the z-lowering. Performing the two moves separately from each other ensures a correct recovery feedrate.
-
Scott Lahteine authored
Add EXTRAPOLATE_BEYOND_GRID option to bilinear leveling
-