- Mar 01, 2013
-
-
Dirk Eichel authored
These definition contain also the definition for the graphics LCD.
-
Dirk Eichel authored
Definition for the graphic LCD are already in it, they will not harm the configuration as they are only defined constants
-
Dirk Eichel authored
-
Dirk Eichel authored
-
daid authored
Marlin with ATmega1284p sanguino support under Arduino 023
-
- Feb 27, 2013
-
-
Dirk Eichel authored
Added the optiboot bootloader, uses only 512kB of FLASH Includes .hex file is for 20MHz µC Clock and serial speed of 57k6
-
Dirk Eichel authored
This is the actual Sanguino release for Arduino 023. It has full ATmega1284p support. Reference: https://code.google.com/p/sanguino/downloads/detail?name=Sanguino-0023r4.zip&can=2&q=
-
Dirk Eichel authored
ATmega644P 16MHz, ATmega1284p 8, 16, 20MHz
-
daid303 authored
-
daid authored
Hotend offset handling for multi-extruder machines
-
- Feb 19, 2013
-
-
daid303 authored
-
- Feb 18, 2013
-
-
Denis Bakin authored
Conflicts: Marlin/language.h Marlin/thermistortables.h
-
- Feb 16, 2013
-
-
daid authored
Marlin v1, alignment of the Italian language
-
daid authored
Update Marlin/language.h
-
Daniele Sdei authored
-
Daniele Sdei authored
-
codenamepawel authored
Update Polish language #define MSG_RESUMING "Wznawiam drukowanie"
-
- Feb 14, 2013
-
-
daid303 authored
-
- Feb 13, 2013
-
-
daid authored
Add SD-Card change and SD-Card init. for electronics equipped with LCD Display
-
daid authored
Update Marlin/ultralcd_implementation_hitachi_HD44780.h
-
Dirk Eichel authored
-
- Feb 12, 2013
-
-
mfeherpataky authored
Fix to a bug that I just introduced - sorry. Forgot about offset of string length.
-
Dirk Eichel authored
Add SD-Card change and SD-Card init. for reprap electronics without SD-Chard change detect pin.
-
daid authored
Update Marlin/ultralcd_implementation_hitachi_HD44780.h
-
- Feb 11, 2013
-
-
mfeherpataky authored
Use all available characters in narrow LCDs < 20 characters.
-
mfeherpataky authored
Fix to a minor bug with hardcoded LCD_WIDTH that draws edited values outside of the 16 characters width LCDs.
-
- Feb 05, 2013
-
-
Denis B authored
The extruder offset can be specified in the configuration file or adjusted on the fly using the "M218 T# X# Y#" command. The EEPROM support is not yet merged in. The "T#" command can take option "F#" that specifies the feedrate at which the printing head should be re-positioned. If not specified the re-positioning move is not preformed immediately, but the coordinates are adjusted for the printer to properly position the head when the next movement happens.
-
- Feb 04, 2013
-
-
Denis B authored
-
- Feb 03, 2013
-
-
Bernhard Kubicek authored
Also skip .files and _files with long filenames. I think its better than before. If somebody dislikes it, or wants additional configuration, it can be done in a future step. Thanks, Marius, and nice to have you helping!
-
- Feb 02, 2013
-
-
daid authored
Chenged LED_PIN for Melzi boards, added comment about broken versions of...
-
- Feb 01, 2013
-
-
daid authored
compile fix: quickStop() needs stepper.h
-
- Jan 31, 2013
-
-
Bas Spaans authored
-
Bas Spaans authored
This reverts commit 01541ee6.
-
Marius Kintel authored
-
Bas Spaans authored
-
Marius Kintel authored
-
- Jan 30, 2013
-
-
Bas Spaans authored
-
Bas Spaans authored
-
- Jan 27, 2013
-
-
Bernhard authored
[default off for now] syntax: M600 X[pos] Y[pos] Z[relative lift] E[initial retract] L[later retract distance for removal] if enabled, after a M600, the printer will retract by E, lift by Z, move to XY, retract even more filament. Oh, and it will display "remove filament" and beep like crazy. You are then supposed to insert a new filament (other color, e.g.) and click the display to continue. After having the nozzle cleaned manually, aided by the disabled e-steppers. After clicking, the printer will then go back the whole shebang, and continue printing with a fancy new color.
-
- Jan 21, 2013
-
-
daid303 authored
-