Commit Graph

12282 Commits

Author SHA1 Message Date
69dc411ae0 Merge branch 'Development' of github.com:MarlinFirmware/Marlin into LogoLCD
Conflicts:
	Marlin/dogm_lcd_implementation.h
2015-01-10 14:57:11 +01:00
d74394369b Merge pull request #1343 from thinkyhead/dogm_progress_bar
DOGLCD and LCD_PROGRESS_BAR to coexist
2015-01-10 11:37:15 +01:00
3e2af67ce3 Fix R-H compatibility
* R-H reads incorrect M301 line from EEPROM output if more than one is
present. Reverted to original output format, using only E0 value.
2015-01-10 16:44:28 +11:00
37c7e8300f Independent PID parameters for each extruder
* Variables Kp, Ki, Kd, Kc now arrays of size EXTRUDERS
* M301 gains (optional, default=0) E parameter to define which
extruder's settings to modify. Tested, works with Repetier Host's EEPROM
config window, albeit only reads/updates settings for E0.
* All Kp, Ki, Kd, Kc parameters saved in EEPROM (version now v14), up to
3 extruders supported (same as Marlin in general)
2015-01-10 16:35:12 +11:00
326b925557 DOGLCD and LCD_PROGRESS_BAR to coexist
Small changes (and formatting to confuse the diff’er) which first
allows DOGLCD and LCD_PROGRESS_BAR to be enabled in tandem, then a
#warning (rather than error) that the extra progress bar / message
options don’t apply to graphical displays at this time. This leaves
open perhaps combining the progress bar and message area in some future
(or forked custom) graphical LCD display arrangement (at which time the
relevant variables may be moved into ultralcd.cpp with externs in
ultralcd.h). I also added a conditional error that the progress bar and
the filament display may not work well together.
2015-01-09 18:16:56 -08:00
6e8e9bb41e added link to IRC web chat, archive and mailing list 2015-01-09 22:28:47 +01:00
5b4daf2669 removed hangout... only one asked for it 2015-01-09 22:08:36 +01:00
1aade4a8e2 Merge branch 'Development' of https://github.com/MarlinFirmware/Marlin into Development 2015-01-09 21:33:29 +01:00
8a2e84e3f1 Possible fix for FWRETRACT with 0 zlift. 2015-01-09 21:33:02 +01:00
905aab3b85 added missing #endif 2015-01-09 20:23:38 +01:00
b9cf1465a7 updated LCD bouts with new strings and bitmaps
new version is pretty generic and should work in most scenarios
2015-01-09 18:49:59 +01:00
c7632be5cc added high and low resolutions version of splash screen logo (saving code size) 2015-01-09 18:49:24 +01:00
8f0dba7cbf adding string for bouts splash string to config 2015-01-09 18:48:30 +01:00
eafa98e6f4 added two black/white versions of the Marlin Logo for the LCD
splashscreen
2015-01-09 17:52:23 +01:00
d94109e886 updated logo post and ver info 2015-01-09 15:51:15 +01:00
cd33b5b062 changed logo and ver info
logo is now 110 pixels wide and starts 9 pixels in from top left corner and also 9 pixels down from same corner... this will give a 9 pixel border all way round

ver info is placed centered and there is a 9 pixel from bottom of display to ver info
2015-01-09 15:44:47 +01:00
9b6c1cfda6 removed unneeded lines in welcome msg 2015-01-09 15:20:41 +01:00
ffa09f86f4 moved ver info 5 spaces to the right 2015-01-09 13:31:23 +01:00
2bbb68be8a Fix calculation of BAL grid fitting into the bed
The previous calc was wrong. Between N points there are only N-1 gaps,
not N.

So changing AUTO_BED_LEVELING_GRID_POINTS to
(AUTO_BED_LEVELING_GRID_POINTS-1)
2015-01-09 10:17:33 -02:00
590caafa2d changed ver info 2015-01-09 13:17:08 +01:00
3bb9b31515 changed boot logo a bit to test if fat wall goes away 2015-01-09 12:51:21 +01:00
47881574ed Merge pull request #1336 from stv0g/Documentation
Documentation restructuring
2015-01-08 20:35:45 +01:00
26337a56cc Merge branch 'Documentation' of github.com:stv0g/Marlin into Documentation 2015-01-08 20:02:56 +01:00
eaa462279e Merge branch 'Development' of github.com:MarlinFirmware/Marlin into Documentation
Conflicts:
	README.md
2015-01-08 20:02:40 +01:00
6712179502 updated milestone link 2015-01-08 19:57:09 +01:00
6dc9e87b68 added missing bracket 2015-01-08 19:55:33 +01:00
38669a56cb updated credits 2015-01-08 19:54:46 +01:00
49b759b804 added credits 2015-01-08 19:48:56 +01:00
6388be0731 reformatting 2015-01-08 19:38:52 +01:00
c98d87935a reformatting 2015-01-08 19:37:36 +01:00
11a42c3215 fixed formatting issue 2015-01-08 19:26:23 +01:00
d19ef56199 started hardware list 2015-01-08 19:21:57 +01:00
bc91167363 moved licence to Documentation (its linked from the frontpage) to get a cleaner top level dir 2015-01-08 18:59:40 +01:00
fd68d0074b added missing gcodes description 2015-01-08 18:59:40 +01:00
cf88d61c20 added links to reprap.org and the license 2015-01-08 18:59:40 +01:00
4a1f34c522 added logo to README 2015-01-08 18:58:57 +01:00
e351eec169 added logo for GitHub Readme 2015-01-08 18:58:08 +01:00
6f137bbe3e updated compilation/configuring instructions 2015-01-08 18:58:08 +01:00
5db6ffc03e fixed line endings 2015-01-08 18:58:08 +01:00
abea094f90 fixed hyperlinks 2015-01-08 18:57:33 +01:00
04eafe3d04 splitted huge README.md in several sections and moved them to the
Documentation directory
2015-01-08 18:55:32 +01:00
a06700a14b Revert "issue 968 for dev branch" 2015-01-08 18:54:06 +01:00
489b4fd3a5 Fix grammar/typos in new Configuration.h option
(For the SLOW_PWM_HEATERS option)
2015-01-08 18:54:06 +01:00
fdf9dbb6fe added link to google hangout 2015-01-08 18:54:06 +01:00
da192c521f Merge pull request #1333 from andrewsil1/development
Fix grammar/typos in new Configuration.h option
2015-01-08 00:34:01 +01:00
0f5cccca4f Merge pull request #1334 from MarlinFirmware/revert-1311-Development
Revert "issue 968 for dev branch"
2015-01-07 23:41:10 +01:00
3a30d45c2e Revert "issue 968 for dev branch" 2015-01-07 23:40:17 +01:00
269ec9f87f Fix grammar/typos in new Configuration.h option
(For the SLOW_PWM_HEATERS option)
2015-01-07 12:41:09 -08:00
3d2b471c1a added link to google hangout 2015-01-07 21:05:28 +01:00
506353892e Rambo Pin documentation and servo support
Updated pins reference and servo support.

cross referenced between Rambo 1.1, 1.2, and 1.3
2015-01-07 11:02:05 -06:00