My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
daid303 7a02ba361c Header multiple include protection should match the filename, not just _ARDUINO_H, which is almost bound to go wrong some day. il y a 12 ans
..
Gen7 Fix Gen7 compile if you have avr-libc version 1.7.1 or higher. See http://code.google.com/p/arduino/issues/detail?id=604 il y a 12 ans
Sanguino Fixed compiler warning for Sanguino compile il y a 13 ans
hardware/tools/avr/etc ATMega1284P support for Arduino IDE replace $ARDUINO_HOME/hardware/tools/avr/etc/arduino.conf with this file il y a 13 ans
COPYING first commit il y a 14 ans
Configuration.h Store the pre-heat constants outside of the ULTIPANEL define, so we can use them when storing EEPROM in a build without the ULTIPANEL. il y a 12 ans
ConfigurationStore.cpp Fixing issue #297 il y a 12 ans
ConfigurationStore.h Most likely fixing issue #295. il y a 12 ans
Configuration_adv.h signed/unsigned fixes. il y a 12 ans
LCD Menu Tree.pdf Added PDF file containing Menu Tree for documentation purposes. Source xlsx document included. il y a 13 ans
LiquidCrystalRus.cpp 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. il y a 12 ans
LiquidCrystalRus.h Enables support the Cyrillic alphabet for LCD il y a 13 ans
Makefile Update on makefile, should make it easier to compile for different boards without changing the makefile. (Still missing Arduino 1.x.x support). il y a 12 ans
Marlin.h Better explain the watchdog "problem" and rename the config define so it explains that the feature belongs to the watchdog. il y a 12 ans
Marlin.pde 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. il y a 12 ans
MarlinSerial.cpp Make serial port configurable. il y a 12 ans
MarlinSerial.h Clean up special serial port cases il y a 12 ans
Marlin_main.cpp Fix the EEPROM storage, no longer inline it at multiple locations, and remove the template. il y a 12 ans
Menu Plans.xlsx Tidy up il y a 13 ans
Sd2Card.cpp Added long filename support. il y a 13 ans
Sd2Card.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace il y a 13 ans
Sd2PinMap.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace il y a 13 ans
SdBaseFile.cpp Added long filename support. il y a 13 ans
SdBaseFile.h Added long filename support. il y a 13 ans
SdFatConfig.h Added long filename support. il y a 13 ans
SdFatStructs.h Added long filename support. il y a 13 ans
SdFatUtil.cpp Updated SERIAL define to MYSERIAL, because Arduino 1.0 defines SERIAL as 0. il y a 13 ans
SdFatUtil.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace il y a 13 ans
SdFile.cpp 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. il y a 12 ans
SdFile.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace il y a 13 ans
SdInfo.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace il y a 13 ans
SdVolume.cpp made sd code only compile with SDSUPPORT defined. safes 10k of codespace il y a 13 ans
SdVolume.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace il y a 13 ans
cardreader.cpp Added long filename support. il y a 13 ans
cardreader.h Added long filename support. il y a 13 ans
createTemperatureLookup.py first commit il y a 14 ans
create_speed_lookuptable.py Added 20MHz support. il y a 13 ans
fastio.h Header multiple include protection should match the filename, not just _ARDUINO_H, which is almost bound to go wrong some day. il y a 12 ans
language.h Update Marlin/language.h il y a 12 ans
motion_control.cpp software_endstops: use *_MIN_POS and *_MAX_POS for arcs il y a 13 ans
motion_control.h Removed interrupt nesting in the stepper ISR. il y a 13 ans
pins.h Update on some comments, make the MOTHERBOARD list complete again. il y a 12 ans
planner.cpp 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. il y a 12 ans
planner.h Residual in the comments: there are no more mm/minutes but only mm/sec in the planner buffer. il y a 13 ans
speed_lookuptable.h Made the 2nd speed lookup table condition more explicit. il y a 12 ans
stepper.cpp added KILL_PIN support / cleaned up manage_inactivity function definition il y a 13 ans
stepper.h Fixed wrong code (will not even compile when EXTRUDERS>2) il y a 13 ans
temperature.cpp 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. il y a 12 ans
temperature.h bed pid il y a 13 ans
thermistortables.h Correct temptable_55 name. il y a 13 ans
ultralcd.cpp SDCARDINSERTED is always defined, and thus we do not need the #ifdefs. il y a 12 ans
ultralcd.h 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. il y a 12 ans
watchdog.cpp Set the watchdog to a 4 second timeout, as with 1 second it can timeout during SD card init. il y a 12 ans
watchdog.h 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. il y a 12 ans
wiring.h add wiring.h, that can be used to overwrite: il y a 13 ans