marlin2_i2/Marlin/src
Roxy-3D 0850b38b45
Get Bi-Linear working with G26
G26 uses logic that looks like:
```
ex = _GET_MESH_X(i + 1) - (SIZE_OF_INTERSECTION_CIRCLES - (SIZE_OF_CROSSHAIRS));
```
The Bi-Linear macros need parenthesis to work correctly.
2017-12-02 14:10:30 -06:00
..
config Add SKEW_CORRECTION to example configs 2017-12-01 19:22:27 -06:00
core New feature: BED_SKEW_CORRECTION 2017-12-01 19:39:49 -06:00
feature Get Bi-Linear working with G26 2017-12-02 14:10:30 -06:00
gcode Merge pull request #8625 from tcm0116/2.0.x-G33 2017-12-02 00:51:19 -06:00
HAL Spacing, macros in LPC1768_PWM 2017-11-26 20:20:05 -06:00
inc New feature: BED_SKEW_CORRECTION 2017-12-01 19:39:49 -06:00
lcd New feature: BED_SKEW_CORRECTION 2017-12-01 19:39:49 -06:00
libs Apply some formatting 2017-11-18 03:12:30 -06:00
module Comment/cleanup of motion code 2017-12-02 01:09:55 -06:00
pins Done cleanup and removed duplicates in pins_RuRAMPS4D.h (#8582) 2017-11-28 18:33:12 -06:00
sd Tweak to readDir code 2017-11-26 18:25:00 -06:00
Makefile Encapsulate RGB(W) LEDs 2017-09-21 16:26:46 -05:00
Marlin.cpp Apply LEDColor, language fixes 2017-11-29 23:58:12 -06:00
Marlin.h Remove enum.h include of MarlinConfig.h 2017-11-19 15:43:38 -06:00