Commit graph

  • 48fb4e0932
    Get Bi-Linear to work with G26 Roxy-3D 2017-12-02 14:14:24 -0600
  • 0850b38b45
    Get Bi-Linear working with G26 Roxy-3D 2017-12-02 14:10:30 -0600
  • 000b3b3117 Comment/cleanup of motion code Scott Lahteine 2017-12-01 21:43:44 -0600
  • 046a1ad331
    Merge pull request #8625 from tcm0116/2.0.x-G33 Scott Lahteine 2017-12-02 00:51:19 -0600
  • 98aba6a534
    Merge pull request #8624 from thinkyhead/bf2_skew_correction Scott Lahteine 2017-12-02 00:43:48 -0600
  • b35c3b5eb8 Fix missing return values in G33_auto_tune Thomas Moore 2017-12-01 21:29:16 -0600
  • 45c2388a58 Apply const to thermal_runaway_protection args Scott Lahteine 2017-12-01 19:42:44 -0600
  • 0154e3480c New feature: BED_SKEW_CORRECTION Scott Lahteine 2017-12-01 16:42:23 -0600
  • 082ab8fcab Add SKEW_CORRECTION to example configs Scott Lahteine 2017-12-01 17:18:09 -0600
  • d1f11e9c10 fix missing GET_TIMER (used by PWM for Ex_AUTO_FAN) Unknown 2017-12-01 22:18:28 +0100
  • dd1b503f64 fix NUM_DIGITAL_PINS being negative for more than 127 digital pins Harald Gutsche 2017-12-01 06:45:39 +0100
  • bd45d0363d Add default configurations for the Wanhao Duplicator 6. dot-bob 2017-11-30 23:24:33 -0700
  • 91fb6231b2 Fix EEPROM V45 header, layout Scott Lahteine 2017-11-30 22:45:17 -0600
  • 94e6b2976e
    Restore correct G26 values for gMax 1.5+ printer Roxy-3D 2017-11-30 18:12:17 -0600
  • e3948d8582
    Merge pull request #8612 from thinkyhead/bf2_planner_parity Scott Lahteine 2017-11-30 17:58:53 -0600
  • dd3ce40826 Drop Planner::position_float, use int types Scott Lahteine 2017-11-30 16:38:35 -0600
  • ec6ca37ed3 Fix (un)apply_leveling fade bug Scott Lahteine 2017-11-30 16:32:20 -0600
  • a52fec6ac4 Planner class parity with 1.1.x Scott Lahteine 2017-11-30 15:55:08 -0600
  • 1f3ad461bc
    Update M49.cpp Ben Lye 2017-11-30 20:17:44 +0000
  • bee2b5eea4
    Merge pull request #8388 from Tannoo/2.0.x-led_control_menu Scott Lahteine 2017-11-30 00:18:21 -0600
  • e37dd64548 Apply LEDColor, language fixes Scott Lahteine 2017-11-28 01:07:10 -0600
  • 8f90642eea LED_CONTROL_MENU config changes Scott Lahteine 2017-11-28 01:05:51 -0600
  • cf0f78336b New Feature: LED_CONTROL_MENU Tannoo 2017-11-09 16:39:01 -0700
  • 23e45fa3c4 Apply const to some planner vars Scott Lahteine 2017-11-29 21:02:29 -0600
  • fd78446b2b
    Merge pull request #8600 from thinkyhead/bf2_cartesian_segments Scott Lahteine 2017-11-29 17:25:36 -0600
  • 7c61bcb058 Apply SEGMENT_LEVELED_MOVES to example configs Scott Lahteine 2017-11-29 15:38:10 -0600
  • ef2531558c Add an option to segment leveled moves Scott Lahteine 2017-11-29 15:30:42 -0600
  • ca80564a78 Travis platformio hack no longer needed Scott Lahteine 2017-11-29 15:25:19 -0600
  • 285b868e9b Tweak planner code style Scott Lahteine 2017-11-29 15:11:31 -0600
  • eede8679e7 Fix up git helper scripts Scott Lahteine 2017-11-28 19:01:47 -0600
  • 1f2acc33bc Tweaks for check_axes_activity Scott Lahteine 2017-11-28 18:41:13 -0600
  • 7f88334aa3 Done cleanup and removed duplicates in pins_RuRAMPS4D.h (#8582) Vitaliy Sapyanov 2017-11-29 03:33:12 +0300
  • a038c10f66 #8588 followup Scott Lahteine 2017-11-28 17:59:58 -0600
  • 4f32786cf7
    Merge pull request #8588 from fiveangle/bf20_babystepping_travis_options Scott Lahteine 2017-11-28 17:56:55 -0600
  • f5f72b2009 Additional Travis BABYSTEPPING options for AVR Dave Johnson 2017-11-28 08:29:32 -0800
  • a8aa43ce2d
    Merge pull request #8587 from AnHardt/2_Fix_WDTO_during_long_DELTA_moves Scott Lahteine 2017-11-28 17:29:18 -0600
  • 4793c34c53 Fix M290 boolval bug Scott Lahteine 2017-11-28 17:21:33 -0600
  • 16baa48699 Fix #8579 Scott Lahteine 2017-11-28 16:12:14 -0600
  • 02aa93a6ad Fix Watchdog time out during long lasting DELTA moves AnHardt 2017-11-28 17:03:51 +0100
  • fadf9eb2d7 Simplify midpos calculation Scott Lahteine 2017-11-27 14:00:35 -0600
  • 0880031e8e Satisfy M702 dependencies Scott Lahteine 2017-11-27 13:39:59 -0600
  • 0786b61ce7 Followup to #8575 Scott Lahteine 2017-11-27 12:57:55 -0600
  • 47099af3ec
    Merge pull request #8575 from thinkyhead/kuru_to_upstream Scott Lahteine 2017-11-27 12:55:05 -0600
  • 276271e72f Make MBL work more like PROBE_MANUALLY Scott Lahteine 2017-11-27 02:12:29 -0600
  • 94cb412e45 Allow override of probe bounds Scott Lahteine 2017-11-26 20:53:47 -0600
  • c8718aa111 Spacing, macros in LPC1768_PWM Scott Lahteine 2017-11-26 20:20:05 -0600
  • a67cf78c6b Clean up whitespace, spacing Scott Lahteine 2017-11-26 20:18:52 -0600
  • f0dd4e3fa0 Bootscreen parity with 1.1.x Scott Lahteine 2017-11-26 20:07:17 -0600
  • b634bfe1b1 Tweak to readDir code Scott Lahteine 2017-11-26 18:25:00 -0600
  • 7be4857ab9 Tweak BLOCK_BUFFER_SIZE description Scott Lahteine 2017-11-26 17:36:40 -0600
  • 7d8b66e207
    Merge pull request #8570 from Bob-the-Kuhn/Sbase-PWM Bob-the-Kuhn 2017-11-26 09:36:18 -0600
  • 59b32c25b5 MKS Sbase changes Bob-the-Kuhn 2017-11-26 07:47:06 -0600
  • f90c075d1f SD Menu patches Scott Lahteine 2017-11-26 01:14:18 -0600
  • 9b64be0bc5 Fixes for leveling sub-menus Scott Lahteine 2017-11-26 00:05:36 -0600
  • 25674da90c Tweaks to do_blocking_move Scott Lahteine 2017-11-25 23:31:16 -0600
  • 22b897e77d Show M211 output with workspace offset Scott Lahteine 2017-11-25 20:45:43 -0600
  • d06e29846d Loosen HAS_BED_PROBE definition Scott Lahteine 2017-11-25 20:08:02 -0600
  • 2f837ce9b7
    Merge pull request #8565 from Roxy-3D/bugfix-2.0.x Scott Lahteine 2017-11-25 20:02:53 -0600
  • e48fcad615 change G26 and G29 bit function names to avoid HAL collision Roxy-3D 2017-11-25 19:35:27 -0600
  • 41ec449960 Fix G26 error return Scott Lahteine 2017-11-25 19:53:14 -0600
  • 9badf5dc0d Fix Micromake C1 config Scott Lahteine 2017-11-25 18:40:45 -0600
  • 7576ad7fc2
    Merge pull request #8554 from tcm0116/2.0.x-cleanup Scott Lahteine 2017-11-25 18:19:54 -0600
  • 27c5692b13 Syntax tweaks Scott Lahteine 2017-11-25 18:13:36 -0600
  • a9adc2c2f6
    Merge pull request #8558 from LVD-AC/2.0.x]-probe-error-handling Scott Lahteine 2017-11-25 17:16:58 -0600
  • d18d40e1d6 M290 report on change, P0 to leave Probe Z Offset alone Scott Lahteine 2017-11-25 16:27:21 -0600
  • 65f365333f [2.0.x] G33 probe error handling LVD-AC 2017-11-25 10:59:46 +0100
  • d3ed0f53cd
    Merge pull request #8563 from thinkyhead/bf2_functools_lru_cache Scott Lahteine 2017-11-25 14:35:59 -0600
  • 8c69adba8b
    Merge pull request #8553 from Bob-the-Kuhn/2.0.x-U8Glib-follow-up Bob-the-Kuhn 2017-11-25 14:26:32 -0600
  • ba5ff1a838 Try manual install of backports.functools_lru_cache Scott Lahteine 2017-11-25 13:42:04 -0600
  • be00e421a7 Patch up M290, M851 Scott Lahteine 2017-11-25 14:00:39 -0600
  • fc40d56131 fixed error, updated defaults, added notes Bob-the-Kuhn 2017-11-24 20:38:14 -0600
  • d29cb646e3
    Fix erroneous reference to temperature in time calculations Roxy-3D 2017-11-25 10:40:56 -0600
  • 7bb1721f35 Fix _BV already defined warnings for Teensy Thomas Moore 2017-11-24 22:34:39 -0600
  • 5f9592a523 Cleanup narrowing warning in pin_is_protected Thomas Moore 2017-11-24 22:15:56 -0600
  • 34eaaab5fb Fix _BV already defined warnings Thomas Moore 2017-11-24 21:59:31 -0600
  • 2ea779e560 Allow bed probe sanity checks to run Thomas Moore 2017-11-24 21:59:01 -0600
  • d24b1190bd Don't use Z_MIN_PROBE_ENDSTOP on DELTA Scott Lahteine 2017-11-24 18:24:22 -0600
  • e34c6827ea Init MIXING virtual tools as switching Scott Lahteine 2017-11-24 18:02:09 -0600
  • a9ecb975b2 Apply LINEAR_UNIT to M503 output for M200 Scott Lahteine 2017-11-24 17:27:56 -0600
  • d95ee0f003
    Merge pull request #8551 from revilor/bugfix-2.0.x Scott Lahteine 2017-11-24 17:16:23 -0600
  • 80ada58818 One fewer function call in probe_pt Scott Lahteine 2017-11-24 17:10:27 -0600
  • 92a0dc552a MK2_MULTIPLEXER does not require E2/E3 stepper pins oliver 2017-11-24 23:56:39 +0100
  • a81df268fd
    Merge pull request #8547 from thinkyhead/bf2_babystep_gfx_overlay Scott Lahteine 2017-11-24 16:18:01 -0600
  • b49acce035 Tweaks for lcd_external_control Scott Lahteine 2017-11-24 15:46:45 -0600
  • 1ef1052ae1 Phatter arrows for Z offset overlay Scott Lahteine 2017-11-24 14:46:12 -0600
  • 5926c9c97b Followup for MESH_EDIT_GFX_OVERLAY Scott Lahteine 2017-11-24 13:35:08 -0600
  • ab03a31cc9 Patch G0/G1 for NANODLP_Z_SYNC Scott Lahteine 2017-11-24 14:04:14 -0600
  • a766dfb3b1
    Merge pull request #8536 from thinkyhead/bf2_nanodlp_z_move_sync Scott Lahteine 2017-11-24 13:11:14 -0600
  • fd13489a8a
    Combine some Travis tests Scott Lahteine 2017-11-24 13:10:54 -0600
  • 01e207213f Fix MK2_MULTIPLEXER stepper indirection Scott Lahteine 2017-11-24 12:49:28 -0600
  • ec04cf27d3
    Fix the G26 out of scope identifiers in the v2.0.0 branch (#8543) Roxy-3D 2017-11-24 10:39:56 -0600
  • dc82babe8e Implement NANODLP_Z_SYNC for 2.0.x Scott Lahteine 2017-11-24 00:28:06 -0600
  • 4d517d169a
    Merge pull request #8535 from thinkyhead/bf2_more_mesh_G26 Scott Lahteine 2017-11-23 23:17:06 -0600
  • c6b0c104bb Adapt G26 to work for all meshes Scott Lahteine 2017-11-23 17:59:43 -0600
  • 5ce7f23afa Config option G26_MESH_VALIDATION for all meshes Scott Lahteine 2017-11-23 17:49:05 -0600
  • c19eb33408 Move G26 to gcode sub-folder Scott Lahteine 2017-11-23 17:01:13 -0600
  • a03f93bab4 Fix fan kickstart Scott Lahteine 2017-11-23 21:42:45 -0600
  • 9e3c41f9e8 Tweak fan kickstart / speed code Scott Lahteine 2017-11-21 19:04:09 -0600
  • 8602461da8
    Merge pull request #8523 from GMagician/2.0-Tool-change-bad-behaviour-fix Scott Lahteine 2017-11-22 21:29:33 -0600
  • 118ac61e59 [2.0.x] Tool change bad behaviour fix GMagician 2017-11-22 23:44:25 +0100