Commit graph

  • 2cbc7b4b73 Relocate serial macros and functions Scott Lahteine 2017-04-02 01:04:54 -0500
  • eaa66f3c46 Indent MarlinSerial code Scott Lahteine 2017-04-02 00:47:20 -0500
  • 7a7a80e6c5 status_printf => lcd_status_printf_P Scott Lahteine 2017-04-02 00:46:37 -0500
  • 0e6ec34228 Use PSTR versions of lcd_status... to save SRAM Scott Lahteine 2017-04-02 00:45:39 -0500
  • 34e2420b9b Apply const args, clean up find_closest_circle_to_print Scott Lahteine 2017-04-01 23:15:41 -0500
  • e19fbd27ce Minor spelling patch Scott Lahteine 2017-04-01 23:07:14 -0500
  • 790a3e9a8c Remove extraneous check of UBL_G26_MESH_EDITING Scott Lahteine 2017-04-01 23:03:40 -0500
  • 7310110ec0 Fix logic of UBL::fade_scaling_factor_for_z Scott Lahteine 2017-04-01 22:29:35 -0500
  • a7aa70e79a Merge pull request #6201 from thinkyhead/rc_fix_broken_ubl Scott Lahteine 2017-04-01 22:14:04 -0500
  • 1a775cecac Revert behavior of enqueue_and_echo_commands_P Scott Lahteine 2017-04-01 21:32:36 -0500
  • 79d42d87c1 Syntax cleanup Scott Lahteine 2017-03-31 15:08:08 -0500
  • b47fd31c37 Revert some changes to UBL Scott Lahteine 2017-04-01 20:06:12 -0500
  • 185337e787 add delays to allow stop & kill messages to get out Bob-the-Kuhn 2017-04-01 00:23:14 -0500
  • 63abb65146 Update description of PINS_DEBUGGING Scott Lahteine 2017-03-31 18:20:10 -0500
  • f75aa4d5be Merge pull request #6050 from thinkyhead/rc_probe_manually Scott Lahteine 2017-03-31 12:27:33 -0500
  • 73e193da1d Implement LCD_BED_LEVELING for PROBE_MANUALLY Scott Lahteine 2017-03-25 04:43:30 -0500
  • fcadc7bb1a Implement the "manual" option for ABL Scott Lahteine 2017-03-15 03:32:00 -0500
  • 9e22184936 Add a "manual" option for ABL Scott Lahteine 2017-03-13 00:24:22 -0500
  • 541165e878 Merge pull request #6181 from thinkyhead/rc_ubl_further_fixes Scott Lahteine 2017-03-31 11:35:02 -0500
  • b19a15fa7f Within applied to UBL Scott Lahteine 2017-03-31 08:56:29 -0500
  • 342ee458ae Additional UBL fixes, optimizations Scott Lahteine 2017-03-31 07:57:41 -0500
  • a5e085cbea Have run_probe() return probe Z, not nozzle Z Scott Lahteine 2017-03-24 23:25:59 -0500
  • 4487d22d56 Apply FIXFLOAT macro Scott Lahteine 2017-03-31 08:17:10 -0500
  • 6cac0f43eb MBL fiddle Scott Lahteine 2017-03-25 02:39:01 -0500
  • 25a6bfa7ed Add and apply WITHIN macro Scott Lahteine 2017-03-31 09:00:49 -0500
  • 81136c1e82 Merge pull request #6177 from thinkyhead/rc_tinyboy Scott Lahteine 2017-03-31 04:31:47 -0500
  • 93aad54dc1 Clean up code, remove _now command function Scott Lahteine 2017-03-24 05:53:19 -0500
  • 6ba6c92a81 Add example configuration for TinyBoy L10/L16 Stefan Brüns 2017-03-30 03:38:20 +0200
  • 0fe57ad4f5 Add Support TinyBoy2 OLED/Encoder panel Stefan Brüns 2017-03-09 02:56:01 +0100
  • baadb11536 Merge pull request #6174 from thinkyhead/rc_ubl_continued Scott Lahteine 2017-03-31 03:39:50 -0500
  • 65ca6472ba Make G26 compatible with G92 and M206 Scott Lahteine 2017-03-31 00:31:11 -0500
  • 4902fd4e95 More data in UBL class, make it a static class Scott Lahteine 2017-03-31 00:15:32 -0500
  • edbc024d76 Disable UBL_G26_MESH_EDITING by default Scott Lahteine 2017-03-30 22:46:40 -0500
  • 9e4bd6b3b5 Further repairs to UBL, comments, spacing Scott Lahteine 2017-03-30 21:32:50 -0500
  • f3618c3337 Reduce UBL RAM usage by making G26/G29 optional Bob-the-Kuhn 2017-03-21 01:30:26 -0500
  • e746d68a12 Merge pull request #6176 from thinkyhead/rc_mbl_abl_optimize Scott Lahteine 2017-03-31 02:12:49 -0500
  • c9eb1d6ab7 Make MBL a static class, use lookup for index-to-point conversion Scott Lahteine 2017-03-31 01:28:07 -0500
  • de9d2cddc3 Merge pull request #6152 from thinkyhead/rc_cleanup_6150_etc Scott Lahteine 2017-03-30 17:40:29 -0500
  • 9217e4b8ec Various UBL cleanups and bug fixes Scott Lahteine 2017-03-28 19:45:54 -0500
  • 9924199802 Merge pull request #5908 from thinkyhead/rc_fix_slowdown Scott Lahteine 2017-03-29 21:43:33 -0500
  • 0e71e7b2fb Cleanup to planner.cpp Scott Lahteine 2016-11-11 18:11:04 -0600
  • f105cad43c Marlin: Slight cleanup to Marlin_main.cpp Scott Lahteine 2016-10-24 12:03:41 -0500
  • 499f9e04e1 Marlin: Temperature soft-PWM cleanup Scott Lahteine 2016-11-11 18:29:03 -0600
  • 7ddd94dc61 Merge pull request #5994 from StefanBruens/fix_Makefile_errors Scott Lahteine 2017-03-29 06:32:09 -0500
  • af09095f03 Merge pull request #6154 from thinkyhead/rc_fil_sensor_vs_sd Scott Lahteine 2017-03-29 05:24:48 -0500
  • d38b1bc4b1 Show filament width sensor values in LCD constantly if SD card support is not enabled. Remo Kallio 2016-12-27 22:38:36 +0200
  • e3459ec178 Merge pull request #5989 from MagoKimbra/rc_fix_delta_angles Scott Lahteine 2017-03-29 03:35:18 -0500
  • 592300922c Merge pull request #6149 from thinkyhead/rc_scara_feedrate Scott Lahteine 2017-03-29 03:31:44 -0500
  • f49aec057f Tweak "can not" => "can't" in RUMBA pins Scott Lahteine 2017-03-29 00:50:48 -0500
  • 0a23a1bb3b Dynamic feedrate on SCARA, converting target mm/s to deg/s Scott Lahteine 2017-03-28 16:37:11 -0500
  • d8724bb546 Get G29's P1 (Automated Probing) working again. Roxy-3D 2017-03-28 16:40:34 -0500
  • 8d53298a6d Merge pull request #6139 from thinkyhead/rc_a4jp_scoovo Scott Lahteine 2017-03-28 14:06:39 -0500
  • c7f6ee9c93 Board A4JP should be SCOOVO_X9H Scott Lahteine 2017-03-27 22:22:13 -0500
  • 8c07ac7f7c Merge pull request #6133 from thinkyhead/rc_use_safe_delay Scott Lahteine 2017-03-27 00:18:02 -0500
  • a9fc30ae2e Use safe_delay to ensure watchdog reset Scott Lahteine 2017-03-26 23:49:56 -0500
  • 171904b6c7 Make G29 What command print reliably and fix G29 P1 bug Waldo found Roxy-3D 2017-03-26 16:51:26 -0500
  • 9d3ac66f73 Map clean up of UBL Roxy-3D 2017-03-25 18:37:54 -0500
  • 9a1949a91e Cleaned up G26 ready to replace existing one at MarlinFirmware/Marlin Roxy-3D 2017-03-25 10:02:34 -0500
  • aec85ad45a Start of process to get UBL running again. Roxy-3D 2017-03-24 18:35:10 -0500
  • b47eaf14ae Merge pull request #6109 from thinkyhead/rc_soft_pwm_dither Scott Lahteine 2017-03-24 18:21:07 -0500
  • 34d1c41b5f Merge pull request #6111 from benlye/benlye-patch-echo_command Scott Lahteine 2017-03-24 17:57:28 -0500
  • 7d65911c00 Merge pull request #6110 from thinkyhead/rc_bilinear_and_m851 Scott Lahteine 2017-03-24 17:51:25 -0500
  • 6a601aca35 Fix type conversion issue with echo_command benlye 2017-03-24 13:21:53 +0000
  • 009a6ddd39 Adjust bilinear grid in M851 Scott Lahteine 2017-03-24 06:28:30 -0500
  • eab7854a73 Merge pull request #6074 from thinkyhead/rc_immediate_shove Scott Lahteine 2017-03-24 05:52:27 -0500
  • 5699e2b881 Add SOFT_PWM_DITHER to other configurations Stefan Brüns 2017-03-12 06:00:26 +0100
  • 5a2abeca78 Merge pull request #6100 from thinkyhead/rc_soft_pwm_dither Scott Lahteine 2017-03-24 04:57:40 -0500
  • 043be2856b Use "& 0x3F" instead of "% 64" Scott Lahteine 2017-03-23 04:20:25 -0500
  • 6a040a6967 SOFT_PWM: Do not switch off heaters twice on pwm_count wraparound Stefan Brüns 2017-03-18 20:28:57 +0100
  • 0a74774af1 soft_pwm: avoid useless refetches of pwm_count Stefan Brüns 2017-03-14 20:24:17 +0100
  • 35a55d5757 SOFT_PWM: Implement dithering if SOFT_PWM_SCALE is 1 or more Stefan Brüns 2017-03-12 06:00:26 +0100
  • 2aed66a955 temperature: Fix SOFT_PWM off by one Stefan Brüns 2017-03-12 22:10:21 +0100
  • 4433b63d7a Merge pull request #6099 from thinkyhead/rc_cleanup_ubl_1 Scott Lahteine 2017-03-24 02:07:55 -0500
  • b5711a99a2 Patches to bring UBL closer to compliance Scott Lahteine 2017-03-24 00:53:37 -0500
  • d076c1b604 Apply some general cleanup to code Scott Lahteine 2017-03-24 00:53:28 -0500
  • d1e6b0e21a Reduce STEP_PULSE_CYCLES code slightly Scott Lahteine 2017-03-24 00:50:05 -0500
  • 783338a0b8 Add UBL_MESH_EDIT_ENABLED to configs Scott Lahteine 2017-03-24 00:44:28 -0500
  • 8d54ffbf05 Adjust vector_3 code with const, some optimization Scott Lahteine 2017-03-23 19:39:24 -0500
  • 8ee2612ebb The hex nibble routine can print again! Roxy-3D 2017-03-23 15:57:57 -0500
  • b8e4a6970b Get UBL up and running again Roxy-3D 2017-03-23 15:56:38 -0500
  • 5de1da2b3c Make UBL honor the #define ENABLE_LEVELING_FADE_HEIGHT option Roxy-3D 2017-03-23 04:40:53 -0500
  • 8f9face956 Merge pull request #6088 from rafaljot/patch-3 Scott Lahteine 2017-03-23 01:51:51 -0500
  • 782634b6c9 Merge pull request #6081 from Sebastianv650/MIN_STEPPER_PULSE_for_Babystepping Scott Lahteine 2017-03-22 21:57:36 -0500
  • d29ab8f2a6 Merge pull request #6075 from thinkyhead/rc_cleanup_ubl_1 Scott Lahteine 2017-03-22 21:45:59 -0500
  • af2ea23e9c EXTRUDER_RUNOUT_PREVENT uses buffer_line_kinematic Scott Lahteine 2017-03-20 16:41:59 -0500
  • cd882b88db #if defined => #ifdef / PIN_EXISTS Scott Lahteine 2017-03-20 15:47:51 -0500
  • e244399766 Additional cleanup of UBL code Scott Lahteine 2017-03-20 01:42:41 -0500
  • 0934563b97 G38 optional double touch Bob-the-Kuhn 2017-01-11 19:06:03 -0600
  • cc3204509c UBL patch from Bob-the-Kuhn Scott Lahteine 2017-03-20 15:38:25 -0500
  • 100c9bc52d Merge pull request #6079 from thinkyhead/rc_audio_feedback Scott Lahteine 2017-03-22 07:35:57 -0500
  • b904b5ae8d Audible feedback for settings store/load/reset Scott Lahteine 2017-03-20 06:10:31 -0500
  • bf57eb2447 Protect Babystepping against other ISRs Sebastianv650 2017-03-21 18:05:44 +0100
  • 80830919dc Add MINIMUM_STEPPER_PULSE ability to babystepping Sebastianv650 2017-03-20 17:48:01 +0100
  • 6da949bbf0 Update Marlin_main.cpp rafaljot 2017-03-21 15:06:01 +0100
  • 72f7b14e66 Make G29's Interactive Mesh Editor Work Roxy-3D 2017-03-20 11:28:31 -0600
  • 3fd74b121f Get G29's Interactive Mesh Editor running Roxy-3D 2017-03-20 11:10:13 -0600
  • 1d58558bec Spelling fix Roxy-3D 2017-03-20 11:02:39 -0600
  • 2573f4dd05 Merge pull request #6052 from thinkyhead/rc_lift_on_pause Scott Lahteine 2017-03-20 03:36:31 -0500
  • 48c6284c91 Immediate commands take precedence Scott Lahteine 2017-03-19 21:31:06 -0500
  • 786fe2ba2a Include PARK_HEAD_ON_PAUSE in Travis testing Scott Lahteine 2017-03-19 18:34:58 -0500