- Mar 24, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
Configuration sanity-checking
-
Scott Lahteine authored
Latest upstream commits
-
Scott Lahteine authored
Cleanup temperature code
-
Scott Lahteine authored
A logo for the Marlin wiki
-
Scott Lahteine authored
- Remove test of raw temp for thermistor 0 when using MAX6675 - Longer `raw_temp_value` array for `TEMP_SENSOR_1_AS_REDUNDANT`
-
Scott Lahteine authored
Latest upstream commits
-
Scott Lahteine authored
-
- Mar 23, 2015
-
-
Scott Lahteine authored
Report changes from previous PR (#1670) from old code base including :
-
Scott Lahteine authored
-
nicolas-rambaud authored
I've updated the minimum values from the LCD. It has been a while that i want to at least fix this. I have an inductive probe and often i need to set my zOffset to something lower than 0.5. With the current implementation, the default LCD value is set to 0.5 for some reason. On my case i need to be able to set it down to 0.0 as my inductive probe can be lower than 0.5. Before with the LCD we couldn't change this value below 0.5. We had to flash the firmware every time which was painful. Now we are able to change this value down to 0.0 if needed. I've also changed the minimum value for Z min acceleration. In the default configuration it's set to 25 but on the LCD the minimum was 100 which is not coherent. I've changes the minimum to 10. On this axis, depending on the mechanics/motor drivers we might require very low acceleration, so i guess 10 is somehow realistic.
-
Scott Lahteine authored
Refactor SCARA calibration. Save some lines of code and possibly ROM.
-
Scott Lahteine authored
fix bad insertion config again
-
wurstnase authored
-
Scott Lahteine authored
- Get rid of unused temp states in the ISR, resulting in more frequent temperature reading with fewer sensors - Shrink code slightly in min/max testing
-
Scott Lahteine authored
-
Scott Lahteine authored
Fix mangled probe_pt calls
-
Scott Lahteine authored
-
Scott Lahteine authored
- Address issue #1669 - Remove the TOPO_ORIGIN configuration setting
-
Scott Lahteine authored
Fix 1507
-
- Mar 22, 2015
-
-
maverikou authored
-
maverikou authored
-
maverikou authored
-
Josef Larsson authored
-
- Mar 21, 2015
-
-
Scott Lahteine authored
Don't add home offsets in G29
-
Scott Lahteine authored
Fix compile error with `*_DUAL_STEPPER_DRIVERS`
-
Scott Lahteine authored
- Patch up macros in stepper.cpp
-
Josef Larsson authored
-
Scott Lahteine authored
- Address #1262 by leaving values as set - Rename `add_homing` to `home_offset`
-
Scott Lahteine authored
Latest upstream commits
-
Scott Lahteine authored
-
Scott Lahteine authored
Manual bed leveling + mesh bed leveling
-
Scott Lahteine authored
- `Conditionals.h` is included twice, setting LCD values the first time
-
Scott Lahteine authored
Fix temperature min/max test
-
Scott Lahteine authored
Latest upstream commits
-
Scott Lahteine authored
- Base tests on all thermistors/thermocouples, not just heater 0
-
Edward Patel authored
-
Edward Patel authored
-
Scott Lahteine authored
Fix for menus failing to scroll
-
- Mar 20, 2015
-
-
AnHardt authored
by updating 'encoderPosition' in END_MENU() line 1.
-