e06d820909Also skip .files and _files with long filenames
Marius Kintel
2013-01-31 12:07:14 -0500
01541ee64cExtended comment explaining M42 usage
Bas Spaans
2013-01-31 18:00:25 +0100
f24f02e212compile fix: quickStop() needs stepper.h
Marius Kintel
2013-01-31 10:43:03 -0500
12c41423adFixed typo in comment
Bas Spaans
2013-01-30 22:54:04 +0100
0995eaa492Chenged LED_PIN for Melzi boards, added comment about broken versions of the Sanguino libraries
Bas Spaans
2013-01-30 22:12:47 +0100
1d06b10962Added 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]
Bernhard
2013-01-27 13:21:34 +0100
408b349a84Fixed#368. Commented out the wrong pin definition, but explained why it is there.
daid303
2013-01-21 15:46:17 +0100
236bb2c110Merge pull request #365 from DanieleSdei/Marlin_v1
daid
2013-01-14 08:29:55 -0800
27843388c6Merge pull request #360 from njprossi/Marlin_v1
daid
2013-01-08 02:58:02 -0800
bfa5bb86e4Merge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1
daid303
2013-01-08 11:54:13 +0100
921273baa0Added 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.
daid303
2013-01-08 11:53:18 +0100
7d20ec706eAdded libraries from Arduino 1.0.3 for sanguino build
Yuri Valentini
2013-01-07 17:26:50 +0100
437eb3bafcInitialize PS_ON at startup
Nicolas Rossi
2013-01-07 14:57:51 +0100
f3c1fc70a9Power signal control definitions for ATX and others
Nicolas Rossi
2013-01-07 14:33:30 +0100
dad7691df9makefile for sanguino standalone compilation
Yuri Valentini
2013-01-07 11:08:10 +0100
6752cb2d9cPID now per extruder. Fixed typo
Erik vd Zalm
2013-01-06 14:26:23 +0100
0ac452e252Disable is now multi extruder compatible. M84 got a T option.
Erik vd Zalm
2013-01-06 13:37:01 +0100
3a1cd30ce1Merge pull request #358 from yuroller/sanguino_spi
daid
2013-01-04 11:53:10 -0800
69582042d7Definitions for Sanguino SPI
Yuri Valentini
2013-01-04 18:32:08 +0100
9e7b5056a0{X,Y,Z}_{MIN,MAX}_POS are actually in Gcode coordinates.
Johann Rocholl
2012-12-28 16:20:10 -0800
5f82f03ff3Add italian MSG_RESUMING.
Daniele Sdei
2012-12-28 11:44:35 +0100
5e3873c8dbAdd german MSG_RESUMING.
daid303
2012-12-25 20:53:11 +0100
01aac2a142Small changes on the LCD panel, let the speed control work better, line up the parameter edit the same as the menu, remove some unused defines, and remove the Z from the 10mm move menu.
daid303
2012-12-21 16:14:47 +0100
b69cb9fbd9Change the end of SD cart print message from minutes/seconds to hours/minutes.
daid303
2012-12-19 12:26:40 +0100
30254e3388Merge pull request #350 from jcrocholl/Marlin_v1
daid
2012-12-17 02:16:31 -0800
38ee395ac7Replace the 1ms delay for 2 nops to get a 100ns delay. #259
daid303
2012-12-17 11:12:11 +0100
5df5e4c4a2Merge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1
daid303
2012-12-17 11:09:18 +0100
a95dcd74e7Fix some of the duplicated PSTRs, saving 500bytes of flash with LCD on.
daid303
2012-12-17 11:09:09 +0100
ab318beaafMerge pull request #348 from oni303/Marlin_v1
daid
2012-12-17 02:08:28 -0800
8caf5d252dRemove bogus blank line.
Johann Rocholl
2012-12-16 12:50:20 -0800
1c2ecddae4Fix typo (# missing before define).
Johann Rocholl
2012-12-16 12:33:44 -0800
6dfb8a2187Fix home_all_axis to make QUICK_HOME work with Repetier-Host which sends G28 X0 Y0 Z0 instead of G28. Thanks to Matt Schoenholz for reporting this issue.
Johann Rocholl
2012-12-16 12:30:33 -0800
3b2e5027e5Merged updates from Marlin_v1.
Johann Rocholl
2012-12-16 12:19:24 -0800
b39f5d614aFor boards with only one endstop per axis, automatically set *_MIN_PIN and *_MAX_PIN according to *_HOME_DIR.
Johann Rocholl
2012-12-16 12:08:55 -0800
ab09fa4bbffixed pwm generation at pin D12 and D13 when one of them is used as FAN_PIN on Sanguino, added soft pwm entry for FAN_PIN in temperature.cpp
oni303
2012-12-16 01:36:57 +0100
83ea7dc5b9Merge pull request #342 from setar/Marlin_v1
daid
2012-12-14 05:04:41 -0800
5697451c72fix lcd class
Sergey Taranenko
2012-12-14 15:39:47 +0400
58e806f3faFix the russial translation.
Sergey Taranenko
2012-12-14 15:39:26 +0400
1a8f54cea1The 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.
daid303
2012-12-12 11:47:03 +0100
6731c094eeFix compiling with just an 16x2 LCD and no buttons.
daid303
2012-12-12 11:32:33 +0100
b99a928a80Fix the M117 (display message on LCD) when used over USB with checksums.
daid303
2012-12-12 09:35:32 +0100
55ba90ac19Add PID functional range setting. With high powered heaters the current functional range of 10 degrees causes high overshoots as the PID needs to kick in before the temperature hits 10 degrees below target.
daid303
2012-12-12 09:08:37 +0100
5ff5cee8ceFix the sensitive pin definitions, there where analogue numbers in the digital pin list. Also made M42 without a P function on the LED_PIN (which was otherwise a useless pin definition)
daid303
2012-12-11 14:53:53 +0100
8b58edc70eMerge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1
daid303
2012-12-11 13:38:34 +0100