- Mar 25, 2015
-
-
Edward Patel authored
-
alexborro authored
It just probe all the bed without appliying the matrix. Useful after a first G29 to check the topology.
-
Scott Lahteine authored
Add the missed {} to END_MENU in ultralcd.cpp
-
AnHardt authored
what caused an extra update of encoderLine most of the time.
-
- Mar 24, 2015
-
-
alexborro authored
ZigZag: Inverted Behavior.. If T supplied, it does not zigzag. Topograph table: The table was rotated 90º clockwise.
-
alexborro authored
Z_DUAL_ENDSTOPS is a feature to enable the use of 2 endstops for both Z steppers - Let's call them Z stepper and Z2 stepper. That way the machine is capable to align the bed during home, since both Z steppers are homed. There is also an implementation of M666 (software endstops adjustment) to this feature. After Z homing, this adjustment is applied to just one of the steppers in order to align the bed. One just need to home the Z axis and measure the distance difference between both Z axis and apply the math: Z adjust = Z - Z2. If the Z stepper axis is closer to the bed, the measure Z > Z2 (yes, it is.. think about it) and the Z adjust would be positive. Play a little bit with small adjustments (0.5mm) and check the behaviour. The M119 (endstops report) will start reporting the Z2 Endstop as well.
-
Scott Lahteine authored
Cleanup of planner code
-
Scott Lahteine authored
Latest upstream commits
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Configuration sanity-checking
-
Scott Lahteine authored
Latest upstream commits
-
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
Latest upstream commits
-
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`
-