Commit Graph

  • 9b94210394 Bring FLSUN config more up to date Scott Lahteine 2017-04-15 01:25:13 -05:00
  • b0aa256bc0 Updates for all configs Scott Lahteine 2017-04-20 17:51:29 -05:00
  • b6ed69571a Merge pull request #6400 from thinkyhead/rc_interrupt_macros Scott Lahteine 2017-04-20 17:17:22 -05:00
  • ee46ce1743 Add and apply interrupt helper macros Scott Lahteine 2017-04-20 13:20:08 -05:00
  • 6131c62499 General cleanup Scott Lahteine 2017-04-12 00:08:24 -05:00
  • 2c86dfd3b5 Fix compiler type conversion errors after LCD changes benlye 2017-04-18 22:57:57 +01:00
  • 55f9e76610 Merge pull request #6367 from thinkyhead/rc_cleanup_followup Scott Lahteine 2017-04-20 15:13:24 -05:00
  • d38a792a91 Merge pull request #6382 from MagoKimbra/fix_configuration_store Scott Lahteine 2017-04-20 15:06:58 -05:00
  • b98bc034ae Replace c_assert hack with static_assert Scott Lahteine 2017-04-18 15:26:27 -05:00
  • 5eb2b1a790 Clear up G29 compiler warnings Scott Lahteine 2017-04-18 14:39:57 -05:00
  • 4ce2a63db0 Apply const, spacing to Marlin_main.cpp Scott Lahteine 2017-04-18 14:39:45 -05:00
  • e97f1284c1 Cleanup of pins testing code Scott Lahteine 2017-04-18 14:37:10 -05:00
  • e9b53ae00c Cleanup after some direct commits Scott Lahteine 2017-04-16 17:33:22 -05:00
  • e05d050a1e Add hex routine to print an address Scott Lahteine 2017-04-12 19:39:26 -05:00
  • 4542282f5e Fix broken TOGGLE macro in fastio.h Scott Lahteine 2017-04-19 12:38:13 -05:00
  • ed52275a14 Fix double definition in configuration_store MagoKimbra 2017-04-18 17:57:40 +02:00
  • de569e3d4e Merge pull request #6327 from Bob-the-Kuhn/M43-toggle-&-Z-probe-fixes Scott Lahteine 2017-04-18 03:21:57 -05:00
  • f33a650ecc Merge pull request #6368 from thinkyhead/rc_linear_advance_eeprom Scott Lahteine 2017-04-18 02:54:12 -05:00
  • a00ae4790a Replace M905 with unique code M900 Scott Lahteine 2017-04-17 00:27:49 -05:00
  • 1286d9603d Clean up and organize ultralcd.cpp Scott Lahteine 2017-04-16 21:32:52 -05:00
  • 3cdf78a79f MSG_VOLUMETRIC => MSG_FILAMENT Scott Lahteine 2017-04-16 23:00:08 -05:00
  • f8e77d6545 Add Linear Advance values to EEPROM and enable configuration of K via LCD Thomas Moore 2017-04-15 22:18:10 -05:00
  • eb2d073dae Add M905 R for setting the E/D ratio directly Scott Lahteine 2017-04-16 18:42:05 -05:00
  • 69dfa54a84 Use code_value_linear_units for known-linear axes Scott Lahteine 2017-04-16 21:55:17 -05:00
  • b956f2642b Show M503 report with current linear units Scott Lahteine 2017-04-16 23:24:30 -05:00
  • ba4a005ceb Merge pull request #6373 from mtowara/mt_makefile_fix Scott Lahteine 2017-04-17 16:16:37 -05:00
  • 150b15c311 fix compiler errors generated by more stringent flags in Makefile: - use volatile for registers - avoid implicit casts towara 2017-04-17 11:59:47 +02:00
  • f6095c9325 fix missing serial.cpp in Makefile towara 2017-04-15 00:29:25 +02:00
  • 871f92378c Tweak headings in EEPROM structure Scott Lahteine 2017-04-16 18:41:13 -05:00
  • bf2548be4a Merge pull request #6362 from tcm0116/babystepping Scott Lahteine 2017-04-16 17:46:06 -05:00
  • bddd75aa5c Merge pull request #6363 from dot-bob/display_reset Scott Lahteine 2017-04-16 17:44:44 -05:00
  • 9c410ddf68 Fixed an issue where a display with a hardware reset pin (LCD_RESET) may not get initialized properly. dot-bob 2017-04-15 22:45:15 -06:00
  • 72a7fac461 Only queue babysteps if axis is in a known position Thomas Moore 2017-04-15 23:15:13 -05:00
  • 5e9726530f Setup to find data corruption and general clean up Roxy-3D 2017-04-15 19:14:40 -05:00
  • e519e95953 Merge pull request #6358 from thinkyhead/rc_doubleclick_fix Scott Lahteine 2017-04-15 17:25:37 -05:00
  • a81606c680 Show Cancel/Continue screen for ABL "Level Bed" Scott Lahteine 2017-04-15 16:26:44 -05:00
  • 51021bc7b8 Merge pull request #6353 from thinkyhead/rc_endstop_coolness Scott Lahteine 2017-04-15 16:49:54 -05:00
  • 857dec0990 Merge pull request #6342 from benlye/benlye-fix-softspi Scott Lahteine 2017-04-15 16:33:50 -05:00
  • 4e04383d18 Merge pull request #6354 from thinkyhead/rc_doubleclick_fix Scott Lahteine 2017-04-15 16:06:29 -05:00
  • 8dd0492e68 Show lcd_babystep_zoffset screen if DOUBLECLICK_FOR_Z_BABYSTEPPING is enabled and HAS_BED_PROBE is defined Thomas Moore 2017-04-14 23:00:35 -05:00
  • 0a2f60fab4 Make spi.h inclusion conditional benlye 2017-04-15 16:22:42 +01:00
  • 60471b7592 minor improvements Bob-the-Kuhn 2017-04-14 23:47:11 -05:00
  • 25a61e9061 Improve motion-based endstop triggering code Scott Lahteine 2017-04-15 04:23:20 -05:00
  • 5a97a7be97 Merge pull request #6352 from thinkyhead/rc_patch_menu_bug Scott Lahteine 2017-04-15 03:35:16 -05:00
  • a2356c2825 Fix compiler warning about z-offset callback Scott Lahteine 2017-04-15 02:19:48 -05:00
  • 3a40e637cd Merge pull request #6350 from thinkyhead/rc_more_dualx_logging Scott Lahteine 2017-04-15 02:02:54 -05:00
  • 037c964d26 Reverse bools on prepare_move sub-functions Scott Lahteine 2017-04-14 23:48:30 -05:00
  • d9c4333806 Extra logging of Dual X modes Scott Lahteine 2017-04-14 23:47:53 -05:00
  • 8cccf69ef7 Merge pull request #6348 from thinkyhead/rc_tmc2130_clean_clean Scott Lahteine 2017-04-14 23:40:56 -05:00
  • 4067d15c92 Cleanup, extend TMC2130 implementation Scott Lahteine 2017-04-14 22:44:08 -05:00
  • d60c02c5b1 Cleanup, extend TMC2130 configuration Scott Lahteine 2017-04-14 22:43:56 -05:00
  • 0e97b3d6d0 Fix some configuration spacing Scott Lahteine 2017-04-14 22:12:08 -05:00
  • cf6f483378 Merge pull request #6187 from thinkyhead/rc_flsun_delta_autocal Scott Lahteine 2017-04-14 22:32:12 -05:00
  • 24882adfbf Allow NO_WORKSPACE_OFFSETS with DELTA_AUTO_CALIBRATION Scott Lahteine 2017-04-14 21:41:21 -05:00
  • 1acb84ba02 fix 1 bug, add error messages Bob-the-Kuhn 2017-04-12 23:22:11 -05:00
  • 40dfafbe89 Add Travis CI test for FLSUN config Scott Lahteine 2017-04-10 22:24:45 -05:00
  • 8821963873 Implement delta auto-calibration and delta_height LVD-AC 2017-03-31 21:58:40 +02:00
  • b305699046 Merge pull request #6341 from benlye/benlye-lcd_babystep_zoffset Scott Lahteine 2017-04-14 19:11:46 -05:00
  • 03bda24d19 Add delta auto-calibration and configuration for Flsun AC LVD-AC 2017-03-31 21:03:38 +02:00
  • 396bd7b377 Update "firstpush" to open branch commits on Github Scott Lahteine 2017-04-10 22:02:30 -05:00
  • 1bd25fd2b3 Clean up config spacing, section headings, etc. Scott Lahteine 2017-04-13 21:06:37 -05:00
  • 153b0ae967 Tweak Delta Printer configuration note Scott Lahteine 2017-04-14 19:04:09 -05:00
  • 81ffd98dd9 Allow faux leveling Scott Lahteine 2017-02-25 20:10:57 -06:00
  • 2355d87e11 Merge pull request #6346 from thinkyhead/rc_broken_abl_test Scott Lahteine 2017-04-14 18:36:32 -05:00
  • f4685c28b7 Reorder Conditionals_post.h and add comments Scott Lahteine 2017-04-14 18:00:33 -05:00
  • 5135be14ea Include Travis CI tests for 5 extruders / e-steppers Scott Lahteine 2017-04-14 17:16:32 -05:00
  • 0ac2b5c045 Additional 5 extruders support (solenoids, microstepping) Scott Lahteine 2017-04-14 17:14:14 -05:00
  • fd2a0784ba Add support for SOLENOID_PROBE Scott Lahteine 2017-04-14 16:36:02 -05:00
  • 5803ba43a9 Expose EXT_SOLENOID as an advanced option Scott Lahteine 2017-04-14 17:21:19 -05:00
  • ea734f910b Use direct pin manipulation whenever possible Scott Lahteine 2017-04-14 16:36:12 -05:00
  • 19d0c6a0c0 Patch to init W with RGBW_LED Scott Lahteine 2017-04-14 16:54:53 -05:00
  • 3e079660b0 Never define SLED_PIN Scott Lahteine 2017-03-01 14:46:44 -06:00
  • 76765a8279 Merge pull request #6337 from thinkyhead/rc_core_endstop_fix Scott Lahteine 2017-04-14 14:24:58 -05:00
  • 1a447d0047 Fix variant conditional for 1284p benlye 2017-04-14 18:46:09 +01:00
  • 1f9ee42750 Fix lcd_babystep_zoffset() benlye 2017-04-14 18:38:35 +01:00
  • 445d39e95a CORExx endstop detection fixes Bob-the-Kuhn 2017-04-13 19:32:37 -05:00
  • 28fec61f92 M100 Fixes and Features Roxy-3D 2017-04-13 18:07:10 -05:00
  • 2f2835e622 Merge pull request #6332 from thinkyhead/rc_babystep_zprobe Scott Lahteine 2017-04-13 16:50:08 -05:00
  • 52c3ace102 Add BABYSTEP_ZPROBE_OFFSET as an optional feature Scott Lahteine 2017-04-13 16:29:43 -05:00
  • cd4e6abec8 Group BABYSTEPPING options together Scott Lahteine 2017-04-13 16:26:45 -05:00
  • 972c9655e9 Merge pull request #6245 from thinkyhead/rc_babystep_zprobe Scott Lahteine 2017-04-13 16:06:07 -05:00
  • 60ac41a32c Add code to handle changes to zprobe_zoffset Scott Lahteine 2017-04-11 05:05:23 -05:00
  • 8fa4209916 Movement/adjustment should be reverse of probe offset change Scott Lahteine 2017-04-04 20:16:21 -05:00
  • 361655828f Use babystepping to adjust bed probe z-offset Thomas Moore 2017-02-12 17:20:24 -06:00
  • 36e5c7c389 Merge pull request #6330 from thinkyhead/rc_improvements Scott Lahteine 2017-04-13 13:08:44 -05:00
  • 02fca543bb Merge pull request #6272 from thinkyhead/rc_adc_variable_rate Scott Lahteine 2017-04-13 12:49:31 -05:00
  • 34308368c0 Sanity check per-axis settings for size Scott Lahteine 2017-04-13 06:25:43 -05:00
  • ac96ae89f9 Apply const in Stepper::isr Scott Lahteine 2017-04-13 06:20:23 -05:00
  • 2fa1e882d0 Merge pull request #6325 from thinkyhead/rc_M20_with_size Scott Lahteine 2017-04-13 05:06:52 -05:00
  • 1b12fea0fa simplified M20 with size Bob-the-Kuhn 2017-04-12 14:35:31 -05:00
  • 4022b971db Merge pull request #6315 from thinkyhead/rc_unify_M421 Scott Lahteine 2017-04-12 19:43:28 -05:00
  • b236562354 Merge pull request #6306 from thinkyhead/cleanup_after_6302 Scott Lahteine 2017-04-12 19:12:27 -05:00
  • 5e4f4d387f Swap MBL z_values dimensions to [X][Y] Scott Lahteine 2017-04-12 17:24:05 -05:00
  • f81b518a03 Add Travis tests for optional M100 features Scott Lahteine 2017-04-12 17:07:22 -05:00
  • 063f641651 Unify M421 Scott Lahteine 2017-04-11 15:46:13 -05:00
  • 6d5400dc31 Merge pull request #6240 from thinkyhead/rebuild_rgb_led Scott Lahteine 2017-04-11 15:16:57 -05:00
  • dac21ec680 Add support for an RGBW LED Scott Lahteine 2017-04-11 12:58:55 -05:00
  • e7746ffee4 Extend RGB LED support, adding Printer Events Scott Lahteine 2017-04-04 16:26:30 -05:00
  • c7063eb55c theTarget => target_temp Scott Lahteine 2017-04-08 20:45:06 -05:00
  • 36bda2bade Add HAS_RESUME_CONTINUE shorthand macro Scott Lahteine 2017-04-09 11:12:08 -05:00