Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream #1

Merged
merged 948 commits into from
May 1, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
948 commits
Select commit Hold shift + click to select a range
0e6514e
Bug fix! Missed putting z value back in right slot after zigzag mod.
epatel Apr 5, 2015
2f0081b
Compile error fix! Fix for merge artifacts.
epatel Apr 5, 2015
61de6ec
Added change to example Configuration.h's
epatel Apr 5, 2015
d24ea7c
Added Comment in hope of github seeing these updates
epatel Apr 5, 2015
53eb662
Have the configurator read from MarlinFirmware repo
thinkyhead Apr 5, 2015
f5dad8a
Merge pull request #1819 from thinkyhead/fixup_probing
thinkyhead Apr 5, 2015
9865318
Disable splash-screen when done once
AnHardt Apr 5, 2015
bf04a92
Draw content in display loop only when needed
AnHardt Apr 5, 2015
5360158
Merge branch 'Development-Marlin' into Development
epatel Apr 5, 2015
1a5293c
Prevents MINTEMP / MAXTEMP when no heaters present
r89m Apr 5, 2015
cf66cb8
Bring configurator up-to-date
Wackerbarth Apr 4, 2015
46474cf
Incorporate @section headers from configurator
Wackerbarth Apr 4, 2015
d867c18
Fix compile error with Z_DUAL_ENDSTOPS
thinkyhead Apr 5, 2015
b6f2bff
Azteeg X3 Pro Pin fix ups
Natealus Apr 6, 2015
d521693
Revert "Draw content in display loop only when needed"
AnHardt Apr 6, 2015
6ae7148
Now the simplycistic solution.
AnHardt Apr 6, 2015
9a093b2
Added #error + mention not to enable ABL and Mesh at the same time
epatel Apr 6, 2015
d27c82a
Added check for Delta printers in Mesh, #error not yet supported.
epatel Apr 6, 2015
ed7a2f9
Merge pull request #1827 from thinkyhead/fixup_dualz
thinkyhead Apr 6, 2015
6d084c0
Fix typo in FWRETRACT handler
thinkyhead Apr 7, 2015
ac843fb
Fix lcd_status_message
AnHardt Apr 7, 2015
6a860b9
Merge pull request #1828 from Wackerbarth/Configurator
thinkyhead Apr 7, 2015
56aea5f
Merge pull request #1829 from Natealus/Development
thinkyhead Apr 7, 2015
d70a4a3
Merge pull request #1823 from AnHardt/splashscreen
thinkyhead Apr 7, 2015
5c2bb05
Merge pull request #1839 from AnHardt/fix-statusmessage
thinkyhead Apr 7, 2015
d20f42c
Don't stow the probe until the last grid point!
thinkyhead Apr 7, 2015
d05efa0
Merge pull request #1825 from shaggythesheep/bugfix_no_heaters
thinkyhead Apr 7, 2015
e502144
Fixup formatting of last commit
thinkyhead Apr 7, 2015
967db18
Latest upstream commits
thinkyhead Apr 7, 2015
7d2c2f1
Updates for the configurator
thinkyhead Apr 7, 2015
c379f17
Encapsulate setting of homing_bump_feedrate
thinkyhead Apr 7, 2015
3db4e0f
Merge pull request #1842 from thinkyhead/more_configurator
thinkyhead Apr 7, 2015
002340f
Merge branch 'Development-Marlin' into Development
epatel Apr 7, 2015
a9ed39b
Moved checks into SanityCheck.h + removed previous added checks.
epatel Apr 7, 2015
f7c4e7e
Fix G29 not deploying in some instances
thinkyhead Apr 7, 2015
5b2c67f
Merge pull request #1847 from thinkyhead/more_configurator
thinkyhead Apr 7, 2015
e03da48
Merge pull request #1774 from epatel/Development
thinkyhead Apr 8, 2015
1d291be
Fix de after PREVENT_DANGEROUS_EXTRUDE
thinkyhead Apr 8, 2015
cf9b584
Minimum delay in menu click feedback
thinkyhead Apr 8, 2015
eb6e388
Set version to "1.0.3 dev"
thinkyhead Apr 8, 2015
ff429cd
Fix typo in readme
OpCode1300 Apr 8, 2015
419f3eb
Merge pull request #1850 from OpCode1300/docs
thinkyhead Apr 8, 2015
43773ff
Formatting and lcd contrast masking
thinkyhead Apr 8, 2015
7431ef7
Merge branch 'Development' into dev_version
thinkyhead Apr 8, 2015
756bb5e
Cleanup formatting in hitachi & dogm lcd
thinkyhead Apr 8, 2015
07fc2b5
Update language_ru.h
lcfm1 Apr 8, 2015
27cb90d
IsStopped / IsRunning inline
thinkyhead Apr 8, 2015
3162971
current_position not static
thinkyhead Apr 8, 2015
c82da64
Merge pull request #1863 from lcfm1/patch-3
thinkyhead Apr 8, 2015
caa7734
Merge pull request #1864 from thinkyhead/is_running
thinkyhead Apr 8, 2015
bb917ec
Merge pull request #1853 from thinkyhead/dev_version
thinkyhead Apr 8, 2015
4788b59
Thermistor values for configurator
thinkyhead Apr 8, 2015
98f3130
Merge pull request #1865 from thinkyhead/configurator_values
thinkyhead Apr 8, 2015
bcc0419
Remove Contrast Menu for U8GLIB_ST7920
AnHardt Apr 8, 2015
a76fb42
Merge https://github.com/MarlinFirmware/Marlin into contrast
AnHardt Apr 8, 2015
6a514f3
Aplied HAS_LCD_CONTRAST also to Marlin_main.cpp
AnHardt Apr 8, 2015
7dc64ef
Added sanity check for MESH_NUM_X_POINTS and MESH_NUM_Y_POINTS
epatel Apr 8, 2015
ea89765
Moved the definitions of the LCD_STR_* to Conditionals.h
AnHardt Apr 8, 2015
14d4419
Replaced SERIAL_PROTOCOLPGM(MSG_BED) with SERIAL_PROTOCOLPGM("Bed")
AnHardt Apr 8, 2015
540dbb3
And an other MSG_BED in Marlin_main.cpp
AnHardt Apr 8, 2015
585eee6
Z Probe inverting not present in example configs, causes error
Natealus Apr 9, 2015
4abd23a
Merge pull request #1866 from AnHardt/contrast
thinkyhead Apr 9, 2015
1269c44
Catch dangerous extrude before trying several
thinkyhead Apr 9, 2015
7f22464
Merge remote-tracking branch 'upstream/Development' into Development
thinkyhead Apr 9, 2015
a00ebf0
Merge pull request #1868 from AnHardt/LCD_STR
thinkyhead Apr 9, 2015
a95544f
Spell adjustment
thinkyhead Apr 9, 2015
837ceb9
Merge pull request #1867 from epatel/Development
thinkyhead Apr 9, 2015
2ca099d
Merge pull request #1876 from thinkyhead/cold_extrude
thinkyhead Apr 9, 2015
dcde09f
Merge remote-tracking branch 'upstream/Development' into Development
thinkyhead Apr 9, 2015
df50523
Made encoderPosition and quick_feedback dependant on NEWPANEL
AnHardt Apr 9, 2015
b1950a7
Merge pull request #1875 from Natealus/Development
thinkyhead Apr 9, 2015
a488445
Fix spelling of "too"
thinkyhead Apr 9, 2015
6096164
Merge pull request #1878 from thinkyhead/cold_extrude
thinkyhead Apr 9, 2015
7a1aef1
Merge pull request #1877 from AnHardt/display-only
thinkyhead Apr 9, 2015
9189cc6
Fix moves for DELTA for MANUAL_BED_LEVELING
thinkyhead Apr 9, 2015
fb4cefc
Define lcd_move_[xyz] ahead of lcd_move_menu_axis
thinkyhead Apr 10, 2015
b328c6e
Shuffling declarations.
thinkyhead Apr 10, 2015
5914d9d
Shuffling declarations..
thinkyhead Apr 10, 2015
740152e
Merge branch 'Development' into cold_extrude
thinkyhead Apr 10, 2015
67c0e83
Merge pull request #1879 from thinkyhead/cold_extrude
thinkyhead Apr 10, 2015
8b16ebe
Break out prevent_dangerous_extrude feature
thinkyhead Apr 10, 2015
907e8e9
Add GCodes from Marlin 1.0.3 dev, format as pre
thinkyhead Apr 10, 2015
01654bd
Cleanup formatting of some M codes
thinkyhead Apr 10, 2015
3105ebc
Restore M928, M999
thinkyhead Apr 10, 2015
a3b13eb
Organize M Codes by Category
thinkyhead Apr 10, 2015
93eb632
Move G Codes into categories with M Codes
thinkyhead Apr 10, 2015
fe912f4
Smaller headings
thinkyhead Apr 10, 2015
652d59c
Spacing of g-codes in GCodes.md
thinkyhead Apr 10, 2015
a327d87
Document G92 arguments in GCodes.md
thinkyhead Apr 10, 2015
8f164f4
Clean up M85 in GCodes.md
thinkyhead Apr 10, 2015
5fe3829
Some G-Codes comment cleanup
thinkyhead Apr 10, 2015
f1a03c5
Merge pull request #1887 from thinkyhead/cold_extrude
thinkyhead Apr 10, 2015
71adb1e
Merge branch 'Development' into cold_extrude
thinkyhead Apr 11, 2015
ccbe2c4
Apply CUSTOM_MACHINE_NAME to configurations
thinkyhead Apr 11, 2015
79a5b14
Merge pull request #1890 from thinkyhead/cold_extrude
thinkyhead Apr 11, 2015
c6bb98a
machine name for hephestos too
thinkyhead Apr 11, 2015
f8b4ee0
Merge pull request #1891 from thinkyhead/cold_extrude
thinkyhead Apr 11, 2015
388dd0c
Fix doubled lcd_quick_feedback
thinkyhead Apr 11, 2015
055b118
Additional cleanup of ultralcd.cpp
thinkyhead Apr 11, 2015
b089eb4
Merge pull request #1893 from thinkyhead/cold_extrude
thinkyhead Apr 11, 2015
ac2b23f
Homing fixes
thinkyhead Apr 12, 2015
a37c7ff
Manual bed leveling menu fixes.
epatel Apr 12, 2015
8857b9e
Use the extruder argument in plan_buffer_line
thinkyhead Apr 12, 2015
74e4b42
Default MACHINE_NAME to "3D Printer"
thinkyhead Apr 13, 2015
e7aae31
Merge pull request #1896 from thinkyhead/cold_extrude
thinkyhead Apr 13, 2015
666f9cd
Merge pull request #1897 from epatel/Development
thinkyhead Apr 13, 2015
ccddc28
Apply three more commits
thinkyhead Apr 13, 2015
cfa60bd
Merge branch 'Development' into squash_fixups
thinkyhead Apr 13, 2015
e4b1e86
next_ vars faster than previous_
thinkyhead Apr 13, 2015
257a907
Fix typo in next_bed_check_ms
thinkyhead Apr 13, 2015
0908c41
Merge pull request #1899 from thinkyhead/squash_fixups
thinkyhead Apr 13, 2015
5a9e45c
Fix Syntax Error Filament Runout Statement
msutas Apr 13, 2015
c05b347
Merge pull request #1902 from msutas/Development
thinkyhead Apr 13, 2015
09d60e0
Naming and code comments
thinkyhead Apr 14, 2015
17ad80c
Spacing in XYZ_CONSTS
thinkyhead Apr 14, 2015
6b51305
Merge pull request #1906 from thinkyhead/some_fixes
thinkyhead Apr 14, 2015
642f6a9
fix type of code_has_value
thinkyhead Apr 14, 2015
dee6840
Merge pull request #1907 from thinkyhead/some_fixes
thinkyhead Apr 14, 2015
ffaf1b4
Add pin configuration for Brainwave Pro
ex-nerd Apr 10, 2015
e0e68c5
Rename servos[] array in Marlin to servo[]
thinkyhead Apr 14, 2015
3f02da6
Make sure axis_active is cleared for #1908
thinkyhead Apr 14, 2015
639ffc3
Merge pull request #1910 from thinkyhead/some_fixes
thinkyhead Apr 14, 2015
5dd87d2
Enable all old_z_*_endstop vars for Z_DUAL_ENDSTOPS
thinkyhead Apr 14, 2015
7336e6d
Always define old_z, not always z2
thinkyhead Apr 14, 2015
d57b23b
Merge pull request #1912 from thinkyhead/some_fixes
thinkyhead Apr 14, 2015
b447a4f
Merge remote-tracking branch 'upstream/Development' into Development
CONSULitAS Apr 14, 2015
3851ac6
Example Configuration for K8200 back in sync
CONSULitAS Apr 14, 2015
cb9ac49
Some minor translations to spanish
Apr 14, 2015
71f183a
Merge pull request #1913 from CONSULitAS/Development_Update_K8200_Config
thinkyhead Apr 15, 2015
637babb
Merge pull request #1915 from elgambitero/Development
thinkyhead Apr 15, 2015
0af5e3a
Example Configuration for K8200: comments/URL/readme
CONSULitAS Apr 15, 2015
1de9b56
Example Configuration for K8200: comments/URL/readme
CONSULitAS Apr 15, 2015
a40c274
Example Configuration for K8200 back in sync
CONSULitAS Apr 14, 2015
60f4627
Some minor translations to spanish
Apr 14, 2015
f8389b1
Update README.md
boelle Apr 15, 2015
d0b1f70
Update Compilation.md
boelle Apr 15, 2015
e1b69db
Fixed M48 mismatch between n and P parameter on documentation
paclema Apr 15, 2015
cde5eee
Removed unnecessary comments
paclema Apr 15, 2015
f49a73d
Merge pull request #1919 from paclema/M48_mismatch
thinkyhead Apr 16, 2015
53be0f3
Babystep delay 2us
thinkyhead Apr 16, 2015
63b98b8
Raise Z for M401 and M402
thinkyhead Apr 16, 2015
58d128b
Apply zprobe_zoffset in axis_is_at_home
thinkyhead Apr 16, 2015
d0b65ff
Merge pull request #1923 from thinkyhead/babystep_delay_2us
thinkyhead Apr 16, 2015
e4595fa
Fixed jump in speed when using high accelerations on axes with lots o…
nophead Apr 16, 2015
cc6b7cf
Fixed some comment spellings.
nophead Apr 17, 2015
483384a
Fixed faulty comment merge
nophead Apr 17, 2015
581685a
Added new PID autotune info, to make easy copy & paste results to marlin
paclema Apr 17, 2015
2d1e730
Update README.md
boelle Apr 17, 2015
b99e63a
Fixed compilation error "error: stray ‘\357’ in program" in several c…
ivan-galvez Apr 17, 2015
67a4471
Merge pull request #1926 from nophead/acceleration_fix
thinkyhead Apr 18, 2015
5e3bb4b
Merge pull request #1931 from paclema/M303_echo
thinkyhead Apr 18, 2015
a4ca87b
Merge pull request #1933 from bq/Fix_stray_in_configuration
thinkyhead Apr 18, 2015
4784776
Add M410 QuickStop command
thinkyhead Apr 19, 2015
d931220
Tweak comments
thinkyhead Apr 19, 2015
671aaf2
Minor fix for M300
AnHardt Apr 19, 2015
064f2b3
More Beeper clean up.
AnHardt Apr 20, 2015
3a27a78
Commented REPRAP_DISCOUNT_SMART_CONTROLLER again
AnHardt Apr 20, 2015
da0d91a
max endstopp
Wurstnase Apr 20, 2015
61ae43f
v <-> code_value
Wurstnase Apr 20, 2015
b59e92a
Fix for #1946
AnHardt Apr 21, 2015
c5e0e29
Add DISPLAY_CHARSET_HD44780_CYRILLIC as alternative in SanityCheck.h
AnHardt Apr 21, 2015
f2c94b3
tone will end automaticly
AnHardt Apr 21, 2015
c26d816
filter any 0
Apr 22, 2015
be9e4ce
fix typo
Wurstnase Apr 23, 2015
461aaf2
Merge pull request #1941 from thinkyhead/gcode_M410
thinkyhead Apr 24, 2015
3b97a7d
Merge pull request #1944 from AnHardt/beep2
thinkyhead Apr 24, 2015
8534bc3
Fix homing of YZ with DUAL_X_CARRIAGE
thinkyhead Apr 24, 2015
996d0a9
Squish the code down a little
thinkyhead Apr 24, 2015
64268f3
Fixup axis_is_at_home a little
thinkyhead Apr 24, 2015
0094481
Merge pull request #1955 from AnHardt/langlang
thinkyhead Apr 24, 2015
a0a5ff6
Merge pull request #1951 from AnHardt/Azteeg_x3
thinkyhead Apr 24, 2015
c3560e0
Include axis parameter to ultralcd's line_to_current
thinkyhead Apr 24, 2015
c2e11da
Merge pull request #1958 from thinkyhead/redo_1937
thinkyhead Apr 24, 2015
3193291
Use AxisEnum instead of int for _lcd_move
thinkyhead Apr 24, 2015
2558c10
Use the slower feedrate for XY axes
thinkyhead Apr 24, 2015
075386e
Merge pull request #1959 from thinkyhead/lcd_move_rate
thinkyhead Apr 24, 2015
0165560
Apply zprobe_zoffset in axis_is_at_home
thinkyhead Apr 16, 2015
7fb8d9f
Merge remote-tracking branch 'origin/move_zoffset' into move_zoffset
thinkyhead Apr 24, 2015
588ed70
Latest upstream commits, merged
thinkyhead Apr 24, 2015
79a44a9
stepper.cpp macros rework
Wurstnase Apr 24, 2015
0fed463
Add variant for MAX6675 in M104
AnHardt Apr 24, 2015
2606d1d
Merge pull request #1960 from Wurstnase/macro_steppercpp
thinkyhead Apr 25, 2015
3a74bb5
Merge pull request #1945 from Wurstnase/max_endstopp
thinkyhead Apr 25, 2015
35e79d5
Remove set-coordinate extension of G28
thinkyhead Apr 25, 2015
c5a1b22
Merge pull request #1965 from thinkyhead/g28_xyz_are_flags
thinkyhead Apr 25, 2015
ce142af
G4 shows status message only if no message is set already
thinkyhead Apr 25, 2015
56ff46e
Improve code_has_value test
thinkyhead Apr 25, 2015
3c9e94e
Merge pull request #1964 from AnHardt/Max6675again
thinkyhead Apr 25, 2015
3a6fd91
Latest upstream commits, merged
thinkyhead Apr 25, 2015
182f2cd
Minor cleanup of M48
thinkyhead Apr 25, 2015
777ca11
Merge pull request #1925 from thinkyhead/move_zoffset
thinkyhead Apr 25, 2015
0d8c00d
Define lcd_hasstatus for no lcd also
thinkyhead Apr 25, 2015
7295640
Remove extraneous ;
thinkyhead Apr 25, 2015
97dfa03
Rename expireStatusMillis to expire_status_ms
thinkyhead Apr 25, 2015
b275946
Merge pull request #1966 from thinkyhead/g4_dwell_message
thinkyhead Apr 25, 2015
c92b599
Use millis_t for progress_bar_ms and expire_status_ms
thinkyhead Apr 25, 2015
a640cad
Merge pull request #1967 from thinkyhead/g4_dwell_message
thinkyhead Apr 25, 2015
0438f0d
Merge pull request #1924 from thinkyhead/raise_z_for_m401_m402
thinkyhead Apr 25, 2015
5c29fda
Add a warning for DISABLE_[XYZ] options
thinkyhead Apr 25, 2015
b3436c8
Merge pull request #1968 from thinkyhead/more_disable_warning
thinkyhead Apr 25, 2015
9c5d14e
Fix BEEPER duration
thinkyhead Apr 25, 2015
a932e74
No noTone needed, but delay is
thinkyhead Apr 25, 2015
ac9ca64
Merge pull request #1969 from thinkyhead/buzz_duration
thinkyhead Apr 25, 2015
a22a228
Rename files to move them in the IDE
thinkyhead Apr 26, 2015
0ec4447
Rename blinkm files
thinkyhead Apr 26, 2015
1f530be
Merge pull request #1970 from thinkyhead/rename_files
thinkyhead Apr 26, 2015
d43cc2d
M111 - Debug Level
thinkyhead Apr 27, 2015
01bedd1
Merge pull request #1973 from thinkyhead/m111_debug_level
thinkyhead Apr 27, 2015
0fca084
Make EEPROM reproducible in GCode
thinkyhead Apr 27, 2015
fb37938
Reduce MBL eeprom read code
thinkyhead Apr 27, 2015
6b1b718
Intit. commit for Chinese
AnHardt Apr 27, 2015
76b12ed
Give TALL_FONT_CORRECTION a default
AnHardt Apr 27, 2015
1d9699b
Add some doku
AnHardt Apr 27, 2015
6cba6bc
Add 'cn' to the other 'Configuration.h's
AnHardt Apr 27, 2015
98ca460
Allow Y to home before X with option in Configuration_adv.h.
sjkelly Apr 22, 2015
d1c1f76
Merge remote-tracking branch 'upstream/Development' into K8200_2015-0…
CONSULitAS Apr 27, 2015
6af40e9
K8200 example Configuration.h: STRING_URL removed
CONSULitAS Apr 27, 2015
8f8824e
Merge remote-tracking branch 'upstream/Development' into Development
CONSULitAS Apr 27, 2015
c5dfb35
language_de.h: updated translation and minor typos
CONSULitAS Apr 27, 2015
5b24875
Level Bed in Prepare submenu
thinkyhead Apr 28, 2015
ff67ee7
Update Marlin_main.cpp
Apr 28, 2015
e449659
Update Servo.cpp
Apr 28, 2015
ed988e3
Merge pull request #1984 from thinkyhead/leveling_menu_items
thinkyhead Apr 28, 2015
ff178d8
Change M421 to take coordinates
thinkyhead Apr 28, 2015
2bc1d70
Merge pull request #1977 from AnHardt/Cinese2
thinkyhead Apr 28, 2015
c36226c
Fix homing Z position
thinkyhead Apr 28, 2015
8c28e36
Merge pull request #1986 from thinkyhead/fix_homing_zpos
thinkyhead Apr 28, 2015
71a0b1a
Disable endstops between homing bumps
thinkyhead Apr 28, 2015
c1dd9bd
Merge pull request #1987 from thinkyhead/fix_homing_zpos
thinkyhead Apr 28, 2015
28aef68
Merge pull request #1957 from Voxel8/sjk/home_y_before_x
thinkyhead Apr 28, 2015
0f687b5
Merge branch 'Development' into eeprom_in_gcode
thinkyhead Apr 28, 2015
0970102
Remove obsolete STRING_URL
thinkyhead Apr 28, 2015
185f8a0
Merge pull request #1917 from CONSULitAS/Development_Update_K8200_Config
thinkyhead Apr 28, 2015
31516e2
Merge pull request #1985 from Arengorn/Development
thinkyhead Apr 28, 2015
c1fbef1
Merge pull request #1988 from thinkyhead/bye_string_url
thinkyhead Apr 28, 2015
ae53b3c
Fix the M303 S-1 report text
thinkyhead Apr 28, 2015
3688256
Merge pull request #1974 from thinkyhead/eeprom_in_gcode
thinkyhead Apr 28, 2015
a120bf3
Latest upstream commits
thinkyhead Apr 28, 2015
a9a4f0e
Merge pull request #1989 from thinkyhead/pid_tuning_report
thinkyhead Apr 28, 2015
02acf06
Merge pull request #1983 from CONSULitAS/Development_Update_language_…
thinkyhead Apr 28, 2015
7548a56
Merge pull request #1886 from ex-nerd/pins_BRAINWAVE_PRO
thinkyhead Apr 28, 2015
2610b8d
Enable thermal runaway protection by default
thinkyhead Apr 29, 2015
514d8ac
Enable TRP for the bed
AnHardt Apr 29, 2015
4dcc0fd
Fixed sintaxis error of filament runout
paclema Apr 29, 2015
e47e888
Merge pull request #1991 from thinkyhead/thermal_protection_on
thinkyhead Apr 29, 2015
d065d37
Add M428 to set home_offset logically
thinkyhead Apr 30, 2015
d4c74b8
Don't apply M428 if an error occurs
thinkyhead Apr 30, 2015
b12bcd0
Merge pull request #2001 from thinkyhead/thermal_protection_on
thinkyhead Apr 30, 2015
425cd46
Merge pull request #1993 from AnHardt/TRP-bed
thinkyhead Apr 30, 2015
ca8cec8
Merge pull request #1998 from paclema/Filament_runout_fix
thinkyhead Apr 30, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Our automatic versioning scheme generates the following file
// NEVER put it in the repository
_Version.h

// All of the following OS, IDE and compiler generated file
// references should be moved from this file
// They are needed, but they belong in your global .gitignore
// rather than in a per-project file such as this

*.o
applet/
*~
Expand Down
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ install:
- sudo apt-get update -q
- sudo apt-get install arduino
before_script:
# copy TMC and L6470 libraries to arduino dir, as conditional includes do not work in .ino files
- sudo cp -r ArduinoAddons/Arduino_1.x.x/libraries/ /usr/share/arduino
# add U8glib, LiquidCrystal_I2C & LiquidTWI2 libraries
- sudo unzip u8glib_arduino_v1.17.zip -d /usr/share/arduino/libraries/
- cd /usr/share/arduino/libraries/
Expand Down Expand Up @@ -138,8 +140,12 @@ script:
- rm -rf .build/
- ino build -m mega2560
######## Example Configurations ##############
# Delta Config
- cp Marlin/example_configurations/delta/Configuration* Marlin/
# Delta Config (generic)
- cp Marlin/example_configurations/delta/generic/Configuration* Marlin/
- rm -rf .build/
- ino build -m mega2560
# Delta Config (Mini Kossel)
- cp Marlin/example_configurations/delta/kossel_mini/Configuration* Marlin/
- rm -rf .build/
- ino build -m mega2560
# Makibox Config need to check board type for Teensy++ 2.0
Expand Down
2 changes: 1 addition & 1 deletion ArduinoAddons/Arduino_1.5.x/hardware/marlin/avr/boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rambo.build.variant=rambo
########################################
sanguino.name=Sanguino

sanguino.upload.tool=ardunio:avrdude
sanguino.upload.tool=arduino:avrdude
sanguino.upload.protocol=stk500
sanguino.upload.maximum_size=131072
sanguino.upload.speed=57600
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
compiler.cpp.extra_flags=-DHAS_AUTOMATIC_VERSIONING
Loading