19 次程式碼提交 (bf27e79e7498b48c945807091aa4be98da749453)

作者 SHA1 備註 提交日期
  Erik van der Zalm 461dad6e05 Added : M32 - Select file and start SD print (Can be used when printing from SD card) 11 年之前
  Scott Lahteine a5cd582665 Support for 10 level deep SD folder hierarchy 11 年之前
  Lukasz Stefanowicz d71f1e9bf6 Add (as an option) slower SD transfer mode 11 年之前
  Ketil Froyn 07e11c7cf5 Add command M928 to enable logging to file of received gcode commands 11 年之前
  Marius Kintel e06d820909 Also skip .files and _files with long filenames 11 年之前
  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. 11 年之前
  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. 11 年之前
  daid303 97fa2a9c30 Few simple fixes that save RAM, as static strings are stored in RAM by default. 11 年之前
  daid303 43018a48c4 Fix for a few -Wextra warnings. 11 年之前
  daid b69e75c89a Added long filename support. 12 年之前
  Bernhard 0183e6332a made prepare->autostart independent of current folder. 12 年之前
  Bernhard 1532200435 found error in filenames. 12 年之前
  Christian Thalhammer fde51084f3 set SD file delete to M30; switch printime output to M31 12 年之前
  Blair Thompson 046a8e0039 Added more defines to the language.h file so that nowe most of the text strings are now configured via this file. Still got some hunting down to do to complete this task. 12 年之前
  Erik van der Zalm c6f2ec3c82 remove stop_heating_wait 12 年之前
  Michael Moon 5aadc2f5ca cardreader needs to include some other files 12 年之前
  Michael Moon 8d0916af13 allow Marlin to actually compile with Makefile pulled from Sprinter and a few other modifications 12 年之前
  Bernhard 729cde4475 fix autostart failure if in wrong directory 12 年之前
  Bernhard 57f9359a41 simplified the includes, makefile now works with arduino23 12 年之前
  Bernhard 3c1a4aac2b header file simplification 12 年之前
  Bernhard 415aadf704 lcd panel bed support 12 年之前
  Bernhard 06411d5c9e ultralcd can now also stop the wait loop for the hot-end m109 heating when stopping sd prints. 12 年之前
  Bernhard 82c99625fa instant stop of sd prints from the panel. 12 年之前
  Bernhard 5b4625f79c added a partial release option to "m84" aka "stepper release". If you do tiny layers, you might want to keep the z-axis powered to not loose height positioning after homeing. 12 年之前
  Bernhard cc4a9cdb69 added autostart procedure trigger to the ultralcd menu 12 年之前
  Denis B 4fd75dc813 Working version of multiple extruders (up to 3) 12 年之前
  Bernhard 7714b98da7 solved some compiler warnings that are now visible in arduino 1.0. 12 年之前
  Bernhard dfd240b260 overworked autotemp, removed one layer of nesting from the ultralcd. 12 年之前
  Bernhard 6d6f323535 make an option if sd-card stop should release the steppers. 12 年之前
  Bernhard Kubicek 379ea642e1 make tuneing sub-menu. 12 年之前
  Bernhard Kubicek b21d5193f2 made ultralcd compatible with folders. 12 年之前
  Bernhard Kubicek 5ad1d19384 make it compile without sd_support 12 年之前
  Bernhard Kubicek f0154de5b3 found bug that disabled printing from root. 12 年之前
  Bernhard Kubicek 869cee74e6 host-based sd card printing seems now to work with folders 12 年之前
  Bernhard Kubicek 70abca195a overworked cardreader for folder support; not finished yet. 12 年之前
  Bernhard Kubicek ab154d5592 project progmem finished: total change with ultipanel: 2456 byte free ram initial. now: 4374 ram. 12 年之前
  Bernhard Kubicek 7b70caab7c made progmem mainly, found one bug in cardreader, added a empty class for cardreader in case no sd support. 12 年之前
  Bernhard Kubicek 907daa49af made loop counters uint8_t most were int(16_t) before 12 年之前
  Bernhard Kubicek fc0064e525 made cardreader more selfsustained 12 年之前
  Bernhard Kubicek 01df04e02c first compile with the cardreader class 12 年之前