AnHardt / Marlin

Reprap FW with look ahead. SDcard and LCD support. It works on Gen6, Ultimaker, RAMPS and Sanguinololu
GNU General Public License v3.0
1 stars 1 forks source link

Replace some functions in qr-solve with the standard ones #1

Closed AnHardt closed 8 years ago

AnHardt commented 8 years ago

replace i4_min() with min() replace r8_max( with max() replace r8_abs() with abs()

uses 4 bytes more than before.

r8_sign() is different from standard sign()