Commit graph

  • c35d27f77c
    Merge pull request #8299 from tcm0116/2.0.x-BIQU_BQ111-A4 Scott Lahteine 2017-11-22 19:16:04 -0600
  • 1685cd193b Tweak char_mode init Scott Lahteine 2017-11-22 19:12:08 -0600
  • 7533ccfa83
    Merge pull request #8527 from thinkyhead/bf2_lcd_init_charset Scott Lahteine 2017-11-22 19:06:29 -0600
  • 9406c87a97 Fix up LCD init / charset Scott Lahteine 2017-11-22 18:22:55 -0600
  • fa577392b2 Add BIQU BQ111-A4 board Thomas Moore 2017-11-07 21:14:46 -0600
  • c2fc78c3a8 #ifndef => #if !PIN_EXISTS Scott Lahteine 2017-11-22 16:28:40 -0600
  • 001ce7a2fd
    Merge pull request #8521 from teemuatlut/Ultratronics Scott Lahteine 2017-11-22 16:18:59 -0600
  • c613a1ed38 Fix indentation, stepper.h dependency, etc. Scott Lahteine 2017-11-22 14:51:42 -0600
  • f011a32771 Board definitions for Ultratronics Pro v1.0 teemuatlut 2017-11-21 11:13:59 +0200
  • 0c95262b9e
    Merge pull request #8518 from Bob-the-Kuhn/temp-test-servo-2 Bob-the-Kuhn 2017-11-21 21:54:25 -0600
  • 9dad534f02 fixed Bob-the-Kuhn 2017-11-21 21:29:00 -0600
  • 4371345cbe
    Don't re-init graphical LCD after boot screen Scott Lahteine 2017-11-21 18:23:39 -0600
  • 8d0a45f5d4
    Merge pull request #8512 from thinkyhead/bf2_debouncer Scott Lahteine 2017-11-21 17:46:20 -0600
  • 56c02b7f59 Shift register buttons question Scott Lahteine 2017-11-21 00:20:01 -0600
  • 3994d3b935 General cosmetic LCD Scott Lahteine 2017-11-21 00:18:46 -0600
  • 617993d0ea Patch for !!TEST (was _BV once?) Scott Lahteine 2017-11-21 00:17:36 -0600
  • 3269d8dd62 Tweak M42 var Scott Lahteine 2017-11-20 23:30:59 -0600
  • cf2c5266ed
    Merge pull request #8514 from MateuszKrawczuk/patch-1 Scott Lahteine 2017-11-21 15:44:59 -0600
  • bb1a6eea88
    Remove pin count check for MIGTHYBOARD_REVE Mateusz Krawczuk 2017-11-21 14:38:02 +0100
  • 1ce0fb336b Patch Max7219_LED_Set input args Scott Lahteine 2017-11-20 21:15:15 -0600
  • 63e135732c
    Merge pull request #8495 from GMagician/Tool-change-fix Scott Lahteine 2017-11-20 20:36:46 -0600
  • a61127a421 [2.0.x] tool change bad behaviours GMagician 2017-11-19 12:26:25 +0100
  • 5cfdb76186
    Merge pull request #8425 from Vynt-1/bugfix-2.0.x Scott Lahteine 2017-11-20 16:18:16 -0600
  • e2724c68ab Update pins_RURAMPS4D.h Vitaliy Sapyanov 2017-11-14 00:32:43 +0300
  • 9770062309
    Merge pull request #8463 from thinkyhead/bf2_32bit_M42 Scott Lahteine 2017-11-20 15:12:30 -0600
  • 586c1e4e73
    Merge pull request #8484 from Bob-the-Kuhn/P1.02-P1.20 Scott Lahteine 2017-11-20 15:03:00 -0600
  • 37a8d0b809
    Merge pull request #8464 from tcm0116/2.0.x-pio_lib_deps Scott Lahteine 2017-11-20 15:02:27 -0600
  • 3066655727 Try port*100+pin, fix config dependency Scott Lahteine 2017-11-19 20:26:53 -0600
  • ba8bc7ea80 Cosmetic tweaks Scott Lahteine 2017-11-19 23:00:43 -0600
  • f409147116 Fix P2_04, P2_05 Scott Lahteine 2017-11-19 19:54:23 -0600
  • a28ccabe2a M42 P1.20 fix Bob-the-Kuhn 2017-11-18 12:57:32 -0600
  • 5060195e8a
    Merge pull request #8502 from fiveangle/bf_sync_tempurature_h Bob-the-Kuhn 2017-11-20 10:36:24 -0600
  • 33912fa7e8 Update Temperature::setPwmFrequency prototype to match source Unknown 2017-11-20 01:49:21 -0800
  • 5a52cf6a71
    Merge pull request #8499 from thinkyhead/bf2_workaround_sq Scott Lahteine 2017-11-19 16:08:09 -0600
  • b9327a4d16 Misc. general cleanup Scott Lahteine 2017-11-19 14:12:45 -0600
  • 8836623e0f Fix sq/min/max macros after platform headers Scott Lahteine 2017-11-19 14:01:05 -0600
  • fe4f009fdd 32-bit unless… Scott Lahteine 2017-11-19 14:00:41 -0600
  • 25af9decfe Remove enum.h include of MarlinConfig.h Scott Lahteine 2017-11-19 15:11:11 -0600
  • 1d4571b88d Dependency adjustments Scott Lahteine 2017-11-19 13:59:40 -0600
  • 550f1025f0 Try using <Arduino.h> everywhere Scott Lahteine 2017-11-19 13:57:07 -0600
  • c0000a0cdc Move servo code to modules/servo.* Scott Lahteine 2017-11-19 13:39:46 -0600
  • 81bc428b48 Don't compile custom u8g without DOGLCD Scott Lahteine 2017-11-19 13:37:33 -0600
  • 3af7fc07e7
    Merge pull request #8446 from Bob-the-Kuhn/LPC1768-PWM-rewrite Scott Lahteine 2017-11-18 07:07:30 -0600
  • c14000775b PWM fixes, slow down fan update Bob-the-Kuhn 2017-11-15 19:01:52 -0600
  • 60adc6ff02 Display filwidth ratio in terms of E mm Scott Lahteine 2017-11-18 07:01:49 -0600
  • 6e533748eb Fixes #8472 Scott Lahteine 2017-11-18 05:15:55 -0600
  • 485abb023b
    Merge pull request #8456 from thinkyhead/bf2_wednesday_tweaks Scott Lahteine 2017-11-18 04:49:53 -0600
  • ca6d408549
    Merge pull request #8477 from thinkyhead/bf2_some_formatting Scott Lahteine 2017-11-18 03:45:51 -0600
  • 3bba7d60f3 No retroactive changes with M851 Z Scott Lahteine 2017-11-16 16:53:55 -0600
  • 32512332df Apply some formatting Scott Lahteine 2017-11-18 02:08:03 -0600
  • 7dacc999b9 Remove obsolete show_bootscreen var Scott Lahteine 2017-11-17 16:59:02 -0600
  • 9729528d13
    Update UBL's Delta Probable locations Roxy-3D 2017-11-17 16:44:57 -0600
  • d48cb6bf41 Apply coding standards to Max7219 Scott Lahteine 2017-11-17 15:32:21 -0600
  • 50a5bb77d2 Update PlatformIO lib_deps Thomas Moore 2017-11-16 23:23:07 -0600
  • bd8bcf06e7 Updates to Anet A8 configurations Scott Lahteine 2017-11-16 23:19:36 -0600
  • 1502b6ad8a
    Merge pull request #8460 from Bob-the-Kuhn/E0-autofan Bob-the-Kuhn 2017-11-16 18:44:56 -0600
  • 7eea000f4b E0 auto fan fixes Bob-the-Kuhn 2017-11-16 18:10:54 -0600
  • a7ff4f5799
    Merge pull request #8455 from thinkyhead/bf2_filwidth_fix Scott Lahteine 2017-11-16 17:58:42 -0600
  • b2dda096fe Fix FILAMENT_LCD_DISPLAY for disabled state Scott Lahteine 2017-11-16 16:19:58 -0600
  • 1e8afb66b7 Fix a planner comment Scott Lahteine 2017-11-16 16:54:03 -0600
  • 50f09cc029 Miscellaneous cleanup Scott Lahteine 2017-11-16 00:27:24 -0600
  • 63257dc083 Fix M503 output for M145 Scott Lahteine 2017-11-15 03:58:43 -0600
  • 166dbada91
    Merge pull request #8438 from thinkyhead/bf2_thermistor_ov Scott Lahteine 2017-11-15 03:50:50 -0600
  • 0918dae66e Add OV() macro for use in thermistor tables Scott Lahteine 2017-11-15 03:14:55 -0600
  • 24057270a3
    Merge pull request #8420 from RowanMeara/rm-dithering-2.0.x Scott Lahteine 2017-11-15 02:30:19 -0600
  • 5079a02c90 Add HAL_SERVO_LIB to HAL_Due.h Scott Lahteine 2017-11-15 02:06:48 -0600
  • 9c3761047e
    Merge pull request #8434 from thinkyhead/bf2_fix_M32_subroutines Scott Lahteine 2017-11-15 01:15:02 -0600
  • 1c7b9f6d5d
    Merge pull request #8433 from thinkyhead/bf2_fix_parser_value Scott Lahteine 2017-11-15 00:49:47 -0600
  • e0d367f1fb Fix M32 P subroutine handling Scott Lahteine 2017-11-15 00:15:57 -0600
  • 9f8b4c5ee8 Patch SD lib files for readability Scott Lahteine 2017-11-15 00:06:20 -0600
  • 2c8c30437e Fix parser parameter value handling Scott Lahteine 2017-11-14 23:20:33 -0600
  • 6131533157 Change dithering behavior to intended. RowanMeara 2017-11-14 00:36:35 -0800
  • e70b44dc0b Make sure leveled[] is defined for later use Scott Lahteine 2017-11-14 02:13:38 -0600
  • 54774841ba
    Merge pull request #8416 from thinkyhead/bf2_M114_DETAIL Scott Lahteine 2017-11-14 00:28:55 -0600
  • 009e3a7aa7 Add M114_DETAIL to Configuration_adv.h Scott Lahteine 2017-11-14 00:03:17 -0600
  • 0c7a17a312
    Merge pull request #8414 from thinkyhead/bf2_anet_cleanup Scott Lahteine 2017-11-13 22:44:43 -0600
  • 6d6c3b1e97 Fix up REPRAPWORLD_KEYPAD defines Scott Lahteine 2017-11-13 22:14:54 -0600
  • d8199b5db9
    Merge pull request #8410 from thinkyhead/bf2_fix_printrboard_pins Scott Lahteine 2017-11-13 21:22:34 -0600
  • 3f0a982b8c Move Filament Width Sensor to Configuration_adv.h Scott Lahteine 2017-11-13 20:50:58 -0600
  • b76e173205 Move test extrusion options under G26 Scott Lahteine 2017-11-13 16:15:03 -0600
  • 705801880b
    Merge pull request #8408 from thinkyhead/bf2_fix_printrboard_pins Scott Lahteine 2017-11-13 16:07:58 -0600
  • 14ebedca27 Drop unused LARGE_FLASH option Scott Lahteine 2017-11-13 15:40:18 -0600
  • b7feb53e8a Support for Extrudrboard in Printrboard Rev.F Scott Lahteine 2017-11-13 15:23:30 -0600
  • 1b6c25a5e6
    Merge pull request #8400 from thinkyhead/bf2_travis_tweaks Scott Lahteine 2017-11-13 05:39:14 -0600
  • 202a9b06d9 Update Travis CI to match 1.1.x Scott Lahteine 2017-11-13 03:51:40 -0600
  • 91baca6abb Patches for compiler warnings/errors Scott Lahteine 2017-11-13 03:32:39 -0600
  • 98efc18f2c
    Merge pull request #8399 from thinkyhead/bf2_fix_M428 Scott Lahteine 2017-11-13 03:06:41 -0600
  • 2f73dec077 Apply native workspace fixes for G92, G53-59 Scott Lahteine 2017-11-13 01:50:05 -0600
  • 04abd8d459 Improve and clarify M428 code Scott Lahteine 2017-11-13 01:34:19 -0600
  • c009a990e4 [2.0.x] Fix some 8-bit Teensyduino compile warnings (#8385) Dave Johnson 2017-11-12 23:07:59 -0800
  • e8e92f8969 No leveling data in M114 if no leveling is enabled Scott Lahteine 2017-11-12 23:03:38 -0600
  • f5d210c35c Fix report_current_position Scott Lahteine 2017-11-12 23:02:53 -0600
  • faaae7a1b2
    Provide more clearance for BL-Touch probe Roxy-3D 2017-11-12 13:11:22 -0600
  • e1e68e4c95
    Merge pull request #8382 from thinkyhead/bf2_native_followup Scott Lahteine 2017-11-11 23:13:45 -0600
  • 06ee6584fd Remove offsets from soft endstops, tool change Scott Lahteine 2017-11-11 21:25:24 -0600
  • c938273bd5 Coding standard patch of M290 Scott Lahteine 2017-11-11 22:14:21 -0600
  • 98c1265e3b Disable laser power when PWM goes to 0 Scott Lahteine 2017-11-11 21:58:37 -0600
  • 68f2d95f76
    Merge pull request #8366 from thinkyhead/bf2_renormalize_pause_e_move Scott Lahteine 2017-11-10 21:26:26 -0600
  • d4a1154c25 Use do_blocking_move_to where possible Scott Lahteine 2017-11-10 20:49:37 -0600
  • 36426af564
    Merge pull request #8356 from tcm0116/2.0.x-M600 Scott Lahteine 2017-11-10 19:44:08 -0600