Commit Graph

  • 888da29b61 Enforce minimum TMC2130 / TMC2208 libs Scott Lahteine 2018-03-23 18:00:25 -0400
  • 50ff4cf157 Fix bed size and max z pos for Ender-2 (#10603) TheMasterFX 2018-05-03 02:02:15 +0200
  • 12b9bbaa50
    Merge pull request #10602 from thinkyhead/bf1_AD8495_thermocouple Scott Lahteine 2018-05-02 09:05:11 -0500
  • 9b63430f34 Add guidelines, update README Scott Lahteine 2018-03-03 19:21:49 -0600
  • b50afa9897 Add thermocouple with AD8495 support Scott Lahteine 2018-05-02 07:03:47 -0500
  • a556a8c506 Temp-related and conditional improvements Scott Lahteine 2018-05-01 19:48:58 -0500
  • ee7b6a5e68 [1.1.x] Add Velleman RGB-LED Add-on support to K8400 configs (#10594) TerraBAS 2018-05-02 15:00:01 +0200
  • da9f3868d5
    Merge pull request #10587 from thinkyhead/bf1_lcd_bed_leveling_abl Scott Lahteine 2018-05-01 06:49:32 -0500
  • 04183da302
    Add Ender-3 configs (#10588) Scott Lahteine 2018-05-01 06:20:35 -0500
  • 0b9f99f940 LCD_BED_LEVELING enables a sub-menu for ABL Scott Lahteine 2018-05-01 03:26:44 -0500
  • 5aff43e65e Rename float32 => float52, etc. Scott Lahteine 2018-05-01 03:59:17 -0500
  • 32b6a3ad12 Fewer includes of vector_3.h Scott Lahteine 2018-05-01 04:20:45 -0500
  • 94857b59c9 General lcd code cleanup Scott Lahteine 2018-05-01 01:08:39 -0500
  • 3c5f0ce858 Clean up autostart handling Scott Lahteine 2018-04-30 23:38:02 -0500
  • 0d7c559139 Improve debug of homing move feedrate Scott Lahteine 2018-04-30 23:38:36 -0500
  • 542baea2e1 Add units to probe speed comments Scott Lahteine 2018-04-30 23:35:54 -0500
  • 33ddd4e929 Fix XY homing move away rate Scott Lahteine 2018-04-30 23:44:04 -0500
  • 96c1721eeb Fix sd_status comparison Scott Lahteine 2018-04-30 21:07:44 -0500
  • 80c51ea572
    Merge pull request #10581 from thinkyhead/bf1_no_menus Scott Lahteine 2018-04-30 20:22:02 -0500
  • f71e65aa9c Add NO_LCD_MENUS to custom configs Scott Lahteine 2018-04-30 17:32:01 -0500
  • 1025066ab1 Add NO_LCD_MENUS to display only the Status Screen Scott Lahteine 2018-04-30 17:31:48 -0500
  • f4a7531ccb Fix homing with probe feedrates Scott Lahteine 2018-04-30 03:00:04 -0500
  • 3e53754ccf Allow Z_AFTER_PROBING to be 0 Scott Lahteine 2018-04-30 02:59:11 -0500
  • 99cbeb3806 Do rounding in integer (instead of FIXFLOAT) Scott Lahteine 2018-04-29 19:10:37 -0500
  • 751de314a4 Add sanity check for LED_CONTROL_MENU Scott Lahteine 2018-04-29 18:37:00 -0500
  • 689ae467f2
    Round all floats in string conversion functions (#10565) Scott Lahteine 2018-04-28 21:51:27 -0500
  • b06fc3b539 Modify FastIO error message Scott Lahteine 2018-04-28 20:28:40 -0500
  • 3ca3268241 Fix the TMC26X initializer CS pin argument Scott Lahteine 2018-04-28 11:59:56 -0500
  • 382aa96870 1.1.x version of Auto-build PR 10503 (#10561) Bob-the-Kuhn 2018-04-28 11:30:40 -0500
  • 522ea178a4 Clear up trailing whitespace Scott Lahteine 2018-04-28 11:24:58 -0500
  • 2756a1d411 Fix M421 comment in Marlin_main.cpp Scott Lahteine 2018-04-28 11:15:03 -0500
  • 94b8eac6d0 Allow a home bump of 0 when homing Z with probe Scott Lahteine 2018-04-28 10:25:50 -0500
  • b4ddee8beb When homing with Z probe bump at Z_PROBE_SPEED_SLOW Scott Lahteine 2018-04-28 08:48:49 -0500
  • f0494b4021 Fix M420 C for UBL Scott Lahteine 2018-04-28 08:17:55 -0500
  • ba8d03d241 Clean up some endstop inverting examples Scott Lahteine 2018-04-28 08:00:44 -0500
  • 37927f9274 Fix some endstop inverting settings Scott Lahteine 2018-04-28 08:00:15 -0500
  • 81b9914704 Further cleanup of inline delays Scott Lahteine 2018-04-27 19:06:46 -0500
  • d86efae37c [1.1.x] report error on unsupported commands (#10554) Giuliano 2018-04-28 00:40:32 +0200
  • 3550494db1 Correct AVR_ATmega328_FAMILY macro (#10540) per1234 2018-04-27 01:11:56 -0700
  • 95d19cfcbf Fix disable of Z_SENSORLESS for HOMING_Z_WITH_PROBE Scott Lahteine 2018-04-27 01:38:40 -0500
  • e5e5c1513d Fix ABL grid bounds test for Delta/SCARA Scott Lahteine 2018-04-27 00:54:55 -0500
  • 083bfa3fe9 Remove refs to non-existent CPU_32_BIT Scott Lahteine 2018-04-26 18:15:53 -0500
  • 8f5d99a2ab Wrap delay macros in do{}while(0) Scott Lahteine 2018-04-26 18:10:34 -0500
  • f748b1a1ce Apply const in a few spots Scott Lahteine 2018-04-26 17:52:20 -0500
  • e931bc7e72 Reorder some conditionals Scott Lahteine 2018-04-26 17:02:35 -0500
  • b95a1b94cb
    make Max7219 usable at ISR time Roxy-3D 2018-04-26 14:32:24 -0500
  • cb02b6ec60 Disable PIDTEMPBED with no bed… Scott Lahteine 2018-04-26 01:34:06 -0500
  • d70a4646f4 MKS OLED support for RUMBA Scott Lahteine 2018-04-25 22:56:43 -0500
  • 11bbcfd69e
    Update emergency_parser for 2.0.x parity (#10530) Scott Lahteine 2018-04-25 22:42:43 -0500
  • d429d5a4ae
    Add M420 C to center the mesh on a value (#10521) Scott Lahteine 2018-04-25 06:43:59 -0500
  • 21f5ca6ad4 Revert potentially-not-redundant UBL test Scott Lahteine 2018-04-24 08:05:23 -0500
  • ad3b95c8ea Fix current_temperature_chamber compile error Scott Lahteine 2018-04-24 07:53:45 -0500
  • 50cc55d172 FastIO faster atomic bit write, fix TOGGLE Scott Lahteine 2018-04-24 04:10:31 -0500
  • 3eb55016e4 Finish AVR preemptive interrupt Scott Lahteine 2018-04-23 22:19:54 -0500
  • 51004e003d
    Proper AVR preemptive interrupt handling (#10501) Scott Lahteine 2018-04-23 20:47:31 -0500
  • 0764981aa1 Fix compile for Malyan LCD Scott Lahteine 2018-04-23 16:50:33 -0500
  • b19d8182c1
    Add HAS_HEATED_BED conditional (#10494) Scott Lahteine 2018-04-22 23:40:49 -0500
  • 6b50a50676
    Extra options for LEVEL_BED_CORNERS (#10484) Scott Lahteine 2018-04-22 02:30:20 -0500
  • 29c9c723f8 Use 0 as the bed height for manual probing Scott Lahteine 2018-04-22 02:12:29 -0500
  • b49da0c4ba Update language_ru.h (#10482) Anton Piliugin 2018-04-22 10:24:14 +0500
  • 58bd2a5e81
    Merge pull request #10437 from thinkyhead/bf1_creality_power_loss_resume Scott Lahteine 2018-04-22 00:17:27 -0500
  • 6f176d1d64
    [1.1.x] Reset LCD status to fallbacks (#10467) Scott Lahteine 2018-04-22 00:15:57 -0500
  • 38c97dc975 Update language_ru.h (#10481) Anton Piliugin 2018-04-22 10:12:21 +0500
  • d7ec13ce69 Creality3D Power-Loss Recovery Scott Lahteine 2018-04-21 16:12:04 -0500
  • 7e585cab83 Add POWER_LOSS_RECOVERY to example configs Scott Lahteine 2018-04-21 19:12:42 -0500
  • e76545c450 Add Stopwatch::resume method Scott Lahteine 2018-04-16 22:53:06 -0500
  • 1894b981af Add R parameter to G28 to specify pre-raise Scott Lahteine 2018-04-21 16:04:41 -0500
  • 61f9e28c23 [1.1.x] Wait for bed heaters between probing (#9890) Festivejelly 2018-04-21 21:44:07 +0100
  • c6ecfc1429
    [1.1.x] Split TRIGORILLA into 1.3 and 1.4 (#10468) Scott Lahteine 2018-04-20 19:27:11 -0500
  • 4cc2bc1343 [1.1.x] Add new capability to report if Thermal Protection is enabled (#10465) Sebastien Andrivet 2018-04-20 23:42:56 +0200
  • dcb8af0518 Match Makefile order to boards.h Scott Lahteine 2018-04-20 16:02:07 -0500
  • 4108382c2c Complete CREALITY_ENDER revert Scott Lahteine 2018-04-20 15:30:10 -0500
  • 0c1be965b6 Don't report point 0 in MBL G29 Scott Lahteine 2018-04-20 00:00:48 -0500
  • 6f87e4b4dc Fix up enqueue now functions Scott Lahteine 2018-04-19 19:33:16 -0500
  • c91b3142aa
    Update ubl_motion.cpp Roxy-3D 2018-04-19 12:03:18 -0500
  • df6becfb07
    Merge pull request #10452 from thinkyhead/bf1_mks_base_15 Scott Lahteine 2018-04-18 22:32:11 -0500
  • 51aa9743a6 Rename MKS_13 to MKS_GEN_13 Scott Lahteine 2018-04-18 22:04:52 -0500
  • e561ecb5a7 Add BOARD_MKS_BASE_15 with digital micro-stepping Scott Lahteine 2018-04-18 20:29:06 -0500
  • 38ed5f5ee9 Fix calls to ubl.get_z_correction Scott Lahteine 2018-04-18 21:43:00 -0500
  • 23618d9cd0 Use 0 as the bed position (not Z_MIN_POS) Scott Lahteine 2018-04-17 20:29:52 -0500
  • 8cf6ef8411
    Merge pull request #10431 from thinkyhead/bf1_fix_and_improve Scott Lahteine 2018-04-17 16:59:14 -0500
  • fa3c14fccf Fix compile warnings in fastio.h Scott Lahteine 2018-04-17 16:27:17 -0500
  • 773d773baa Fix compile error in tmc_status Scott Lahteine 2018-04-17 16:15:42 -0500
  • 5c186f7dd3 Try FIXFLOAT rounding based on sign Scott Lahteine 2018-04-16 04:44:36 -0500
  • 77b75ce86c One fewer compare in _lcd_move_xyz Scott Lahteine 2018-04-16 02:34:13 -0500
  • 6f156d01d9 Update position for UBL non-segmented activate/deactivate Scott Lahteine 2018-04-16 03:35:12 -0500
  • c0f6eebded Improve UBL mesh report. Add M420 T, M421 N Scott Lahteine 2018-04-15 21:02:09 -0500
  • 6786101c64 Ignore LCD_BED_LEVELING with UBL Scott Lahteine 2018-04-15 20:59:44 -0500
  • ee21f44969 Tweak fwretract.retract debug, comments Scott Lahteine 2018-04-16 01:48:31 -0500
  • 090e08ef3d M221 with no parameters report flow Scott Lahteine 2018-04-16 01:42:03 -0500
  • 444b6d6d83 Prevent delay when power is already on Scott Lahteine 2018-04-17 04:31:26 -0500
  • f1dfc80332 Improved SENSORLESS_HOMING sanity check Scott Lahteine 2018-04-17 01:14:24 -0500
  • 31261d0c17 Fix bug in Planner::set_position_mm Scott Lahteine 2018-04-16 01:40:42 -0500
  • 85d57f7a9e [1.1.x] Change UBL default G29 P4 height to 0 (#9510) Thomas Moore 2018-04-15 20:49:03 -0500
  • 8a159dfec2 Remove Brazilian Portuguese duplicates Scott Lahteine 2018-04-15 19:10:11 -0500
  • d59ed4dce0
    Abort SD printing more safely (#10405) Scott Lahteine 2018-04-15 18:26:25 -0500
  • 110e631656 Update pt-br translation (#10368) Vitorio Miguel Prieto Cilia 2018-04-15 06:07:13 +0100
  • 9769d799df clear_block_buffer, kill_current_block in quick_stop Scott Lahteine 2018-04-13 21:59:09 -0500
  • a783caabac Make sure ABL (manual) starts close to the bed Scott Lahteine 2018-04-13 20:17:23 -0500
  • b978153ca4
    Stow Probe at end of G29 J3 Roxy-3D 2018-04-13 14:46:40 -0500