- Mar 20, 2015
-
-
Edward Patel authored
-
- Mar 18, 2015
-
-
Edward Patel authored
Tried to make it a little intelligent.
-
Edward Patel authored
-
alexborro authored
-
alexborro authored
-
- Mar 17, 2015
-
-
Edward Patel authored
-
Edward Patel authored
Fixed conflicts: Marlin/planner.h
-
alexborro authored
fix macro
-
wurstnase authored
-
Scott Lahteine authored
Delta auto bed level (Updated PR)
-
- Mar 16, 2015
-
-
alexborro authored
The Check Endstop logic must be: if (current_block->steps_x != current_block->steps_y || (TEST(out_bits, X_AXIS) == TEST(out_bits, Y_AXIS))) if (TEST(out_bits, X_HEAD)) not if (TEST(out_bits, X_HEAD) && (current_block->steps_x != current_block->steps_y || (TEST(out_bits, X_AXIS) == TEST(out_bits, Y_AXIS)))) Same applies for Y axis.
-
maverikou authored
-
maverikou authored
-
maverikou authored
-
maverikou authored
Conflicts: Marlin/Marlin_main.cpp
-
Scott Lahteine authored
Move TOPO_ORIGIN define to Configuration.h
-
Edward Patel authored
-
Edward Patel authored
-
- Mar 15, 2015
-
-
Scott Lahteine authored
- Addressing issue #1608
-
Edward Patel authored
-
Edward Patel authored
-
Scott Lahteine authored
Fix #1611
-
Scott Lahteine authored
Fix for #1612
-
AnHardt authored
Warning: suggest parentheses around comparison in operand of & pretty much helped.
-
AnHardt authored
-
Scott Lahteine authored
Added support for Felix 2.0/3.0 printers
-
Scott Lahteine authored
Configurator utility
-
Scott Lahteine authored
M404 should not use 'N' address as parameter because 'N' is reserved
-
Scott Lahteine authored
Fix controllerFan() code
-
Scott Lahteine authored
- Add support for 4th extruder - Fix parentheses matching - Apply coding standards - Address issue mentioned at #1575
-
Scott Lahteine authored
Latest upstream changes
-
Scott Lahteine authored
Cleanup of stepper.cpp
-
Scott Lahteine authored
Update ultralcd_st7920_u8glib_rrd.h
-
Scott Lahteine authored
-
- Mar 14, 2015
-
-
alexborro authored
Filament Runout Sensor Feature
-
chris-bo authored
-
Scott Lahteine authored
Simplify manage_heater
-
Scott Lahteine authored
- Add BIT and TEST macros - Add _APPLY_ macros to stepper.cpp to help with consolidation - Consolidate code in stepper.cpp using macros - Apply standards in stepper.cpp - Use >= 0 instead of > -1 as a better semantic - Replace DUAL_Y_CARRIAGE with Y_DUAL_STEPPER_DRIVERS
-
chrono authored
-
chrono authored
-