78 Commity (b64661070ed15cefa12f34bf8e9dc7d4661fa8ed)

Autor SHA1 Wiadomość Data
  Alex Borro b33375d438 Z Axis Safe Homing when using Z Probe 11 lat temu
  Erik van der Zalm 48a185d004 Fixed compile errors from bad commits. 11 lat temu
  fmalpartida 7b556d2e96 Added BT support on AT90USB devices 11 lat temu
  fmalpartida b5a964fcc5 Initial SAV MkI (RepRap CloneWars board) integration. 11 lat temu
  Richard Miles ed1ab42186 Added Y_DUAL_STEPPER_DRIVERS 11 lat temu
  Richard Miles f4a59e4ce5 Revert "Added Y_DUAL_STEPPER_DRIVERS" 11 lat temu
  Richard Miles 7ee275b620 Added Y_DUAL_STEPPER_DRIVERS 11 lat temu
  Peter Hercek 9aa2229077 add command M666 for adjusting delta printer endstop position 12 lat temu
  hg42@gmx.net 3700f688f5 convert PROTOCOL macros from statements to (multiple, comma separated) expressions 12 lat temu
  Nicolas Rossi 55c287a69e Fixed move from panel for delta bot #557 12 lat temu
  Robert F-C d7390e13d9 Support dual x-carriage printers 12 lat temu
  Erik van der Zalm c8dcc7c208 Allow increasing the software PWM frequency. 12 lat temu
  Scott Lahteine 5dabc95409 Apply all changes from latest Marlin_V1 12 lat temu
  Robert F-C 40eb07bad4 Revert and extend previous change pin check change 12 lat temu
  Erik van der Zalm bd2cd4903e Added #ifdef BARICUDA around the BariCUDA changes 12 lat temu
  Jordan Miller fbd899a37d Support for BariCUDA Paste Extruder derived from MakerBot Frostruder. Using Ultimachine RAMBo board. M126/M127 and M128/M129. 12 lat temu
  Yuri Valentini 7d20ec706e Added libraries from Arduino 1.0.3 for sanguino build 12 lat temu
  daid303 596a7e1904 Fix compiling for Arduin < 1.0.0 12 lat temu
  daid303 1a8f54cea1 The big LCD code update. This splits the display and menu implementation. Paving the way for future different displays. It also makes it easier to modify the menu structures while keeping everything consistant. Note that this most likely breaks the translations, which need to be updated. 12 lat temu
  Johann Rocholl 8e2519e88b Add realtime delta geometry in Marlin_main.cpp. 12 lat temu
  Johann Rocholl 621c24a10f AT90USB is only defined after pins.h is included. 12 lat temu
  Johann Rocholl 6cba11f087 Stop redefining MOTHERBOARD and #define AT90USB instead. Also put #ifndef AT90USB around the HardwareSerial_h trick, so now Printrboard / Brainwave support compiles on Arduino 1.0.2 as well. 12 lat temu
  daid303 6a9bee27cc Changed the naming of some LCD functions, so the names match better what the function does. Also moved around some prototypes for general cleanup. 12 lat temu
  daid303 94ea26ff46 Some minor changes on code style. And a bugfix where the counters for positioning in the stepper where wrong depending on compiler settings. (Caused strange values to reported back with M114 and endstop triggers). Also fixed compiling with FWRETRACT enabled. 12 lat temu
  daid303 97fa2a9c30 Few simple fixes that save RAM, as static strings are stored in RAM by default. 12 lat temu
  daid303 b6ff45254e Better explain the watchdog "problem" and rename the config define so it explains that the feature belongs to the watchdog. 12 lat temu
  daid303 06b58a9c4f First cleanup. Moved all code to cpp files, so there are no dependencies on pde files. And no more odd requirement to cat files together. (Still need to fix the Makefile). Also cleaned up some defines and made defines upper case as by C coding conventions. 12 lat temu
  stohn de0448343f added KILL_PIN support / cleaned up manage_inactivity function definition 13 lat temu
  Ian Jackson 7bb326d389 eeprom: provide smaller code for SERIAL_ECHOPAIR 13 lat temu
  Ian Jackson 957e966d2d M206: always use homing ("homeing") offsets 13 lat temu
  Ian Jackson faccb35850 software_endstops: use *_MIN_POS and *_MAX_POS for arcs 13 lat temu
  Enchiridion 50cde90324 Added support for dual Z axis stepper drivers 13 lat temu
  Bernhard 0c123950e9 __ header file replace 13 lat temu
  MaikStohn b657a18449 Revert "magic PROGMEM defines to avoid hundreds of wrong GCC warnings" 13 lat temu
  MaikStohn 3682d9bd5b magic PROGMEM defines to avoid hundreds of wrong GCC warnings 13 lat temu
  Erik van der Zalm 1874cb71a6 Added option to increase the FAN PWM frequency. 13 lat temu
  Erik van der Zalm 67cf105bc6 Fixed AUTOTEMP (M109 S215 B260 F1 starts autotemp) 13 lat temu
  Erik van der Zalm 63aec3c56e Replaced Kill by Stop. If the printer is stopped. Fix the error and use M999 to restart. 13 lat temu
  Erik van der Zalm aac7aa3bf0 Queued fan control. Issue #90 13 lat temu
  Erik van der Zalm c6f2ec3c82 remove stop_heating_wait 13 lat temu
  daid 2a77c84c8f Updated SERIAL define to MYSERIAL, because Arduino 1.0 defines SERIAL as 0. 13 lat temu
  Erik van der Zalm 598eb1d4f1 Fixed compilation for gcc-4.6.2 with avr-lib-1.8.0 (thanks daid) 13 lat temu
  Erik van der Zalm 9173a5713b Teensylu support. 13 lat temu
  Michael Moon 8d0916af13 allow Marlin to actually compile with Makefile pulled from Sprinter and a few other modifications 13 lat temu
  Bernhard 8463e39a4a starting with sanguino arduino 1.0 compatibility 13 lat temu
  Bernhard 57f9359a41 simplified the includes, makefile now works with arduino23 13 lat temu
  Bernhard 3c1a4aac2b header file simplification 13 lat temu
  Erik van der Zalm e017228569 Merged multiple extruder support. 13 lat temu
  Bernhard 06411d5c9e ultralcd can now also stop the wait loop for the hot-end m109 heating when stopping sd prints. 13 lat temu
  Bernhard 986f0ba76c moved <stdio.h> to more dominant location. 13 lat temu