Commit Graph

766 Commits (2f60e324dc4ab646b69adcf4d312a39d9ce0640d)
 

Author SHA1 Message Date
daid303 2f60e324dc Fixed
daid 5e2abfcdcd Merge pull request from STB3/Marlin_with_SD-Card_Change_Menu
Add SD-Card change and SD-Card init. for electronics equipped with LCD Display
daid fa5c45f515 Merge pull request from mfeherpataky/Marlin_v1
Update Marlin/ultralcd_implementation_hitachi_HD44780.h
Dirk Eichel a0d4e8e78e Add Messages for SD Card init. & change
mfeherpataky bbf0cc1379 Update Marlin/ultralcd_implementation_hitachi_HD44780.h
Fix to a bug that I just introduced - sorry. Forgot about offset of string length.
Dirk Eichel c8f1fbd9d8 Add SD-Card change and SD-Card init.
Add SD-Card change and SD-Card init. for reprap electronics without
SD-Chard change detect pin.
daid be91fb9b47 Merge pull request from mfeherpataky/Marlin_v1
Update Marlin/ultralcd_implementation_hitachi_HD44780.h
mfeherpataky 71ddb8dc60 Update Marlin/ultralcd_implementation_hitachi_HD44780.h
Use all available characters in narrow LCDs < 20 characters.
mfeherpataky d2c547c407 Update Marlin/ultralcd_implementation_hitachi_HD44780.h
Fix to a minor bug with hardcoded LCD_WIDTH that draws edited values outside of the 16 characters width LCDs.
Bernhard Kubicek f8876a7958 Merge pull request from kintel/skip_longfilenames
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!
daid 18fcc367d2 Merge pull request from Banjer/Melzi_LED_PIN
Chenged LED_PIN for Melzi boards, added comment about broken versions of...
daid 6b78edf7c5 Merge pull request from kintel/quickstop
compile fix: quickStop() needs stepper.h
Bas Spaans 19ce90fe02 Added comment about M42 usage (clean)
Bas Spaans 00fed0a703 Revert "Extended comment explaining M42 usage"
This reverts commit 01541ee64c.
Marius Kintel e06d820909 Also skip .files and _files with long filenames
Bas Spaans 01541ee64c Extended comment explaining M42 usage
Marius Kintel f24f02e212 compile fix: quickStop() needs stepper.h
Bas Spaans 12c41423ad Fixed typo in comment
Bas Spaans 0995eaa492 Chenged LED_PIN for Melzi boards, added comment about broken versions of the Sanguino libraries
Bernhard 1d06b10962 Added a feature to have filament change by gcode or display trigger.
[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.
daid303 408b349a84 Fixed . Commented out the wrong pin definition, but explained why it is there.
daid 236bb2c110 Merge pull request from DanieleSdei/Marlin_v1
Marlin v1, italian MSG_RESUMING and RepRapPro thermistor tables.
Daniele Sdei 9ecb267b63 Merge remote-tracking branch 'upstream/Marlin_v1' into Marlin_v1
Daniele Sdei 3cf59f6f9a add RepRapPro Huxley thermistor tables
daid c1730e2b08 Merge pull request from yuroller/sanguino_panelolu
Panelolu pin assignment for sanguinololu
Yuri Valentini 86358dd6cd Panelolu pin assignment for sanguinololu from http://reprap.org/wiki/Panelolu
daid303 0f3f5d083d Minor cleanup of the new FAN_KICKSTART code.
daid 6ec56fa923 Merge pull request from KevinOConnor/FanKick
Add feature to briefly run the cooling fan at full speed when it first starts.
daid 965baf2683 Merge pull request from daid/Marlin_v1
Finnish language
daid 4fde836d83 Merge pull request from randomev/Marlin_v1
+ Finnish translation
Kevin O'Connor 3d91bd486c Add "kick fan" feature - briefly run fan at full speed on start.
Add a feature to run the cooling fan at full speed for a small period
(default 100ms) when first starting the fan.  Some fans wont reliably
start spinning at low power, and many fans have issue with the PWM at
low power.  However, once the fan starts spinning it can reliably be
set to a wide range of PWM values.
Kevin O'Connor 3f2f94ef28 Be consistent in setting of the fan PWM.
Always set the FAN PWM value in check_axes_activity() and always use
the value of the active move if a move is active.
Henry Palonen 7f30039d2a + Finnish translation
daid303 14e1d495ef Merge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1
daid303 bbe7d3d0fe Fixed
daid 7ce509b9a7 Merge pull request from yuroller/MakefileSanguino
Makefile sanguino
Yuri Valentini 9c34c4f05b fixes for ramps compilation using installed arduino ide
daid303 442ade15a6 Move Gen6 stuff into a proper location.
daid 5fd4582cc8 Merge pull request from Drakelive/Marlin_v1
Fixes issues # 216 and # 135 for Gen6 and Gen6 Deluxe board
daid303 8b88e3b386 Fixed , Fixed .
daid 27843388c6 Merge pull request from njprossi/Marlin_v1
Power signal control definitions for other power supplies
daid303 bfa5bb86e4 Merge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1
daid303 921273baa0 Added optional feature to stop printing when an endstop is hit. Made the Z display on the LCD in 3.2 format instead of 3.1. Added LCD message when and endstop is hit.
Yuri Valentini 7d20ec706e Added libraries from Arduino 1.0.3 for sanguino build
Nicolas Rossi 437eb3bafc Initialize PS_ON at startup
Nicolas Rossi f3c1fc70a9 Power signal control definitions for ATX and others
Yuri Valentini dad7691df9 makefile for sanguino standalone compilation
daid 3a1cd30ce1 Merge pull request from yuroller/sanguino_spi
Definitions for Sanguino SPI
Yuri Valentini 69582042d7 Definitions for Sanguino SPI
Daniele Sdei 5f82f03ff3 Add italian MSG_RESUMING.