Commit Graph

  • a10e81dc2a Minor cleanup of set_bed_leveling_enabled Scott Lahteine 2016-10-10 17:05:40 -05:00
  • 029824bc49 Patch ADJUST_DELTA macro for SCARA Scott Lahteine 2016-10-10 17:05:11 -05:00
  • 5ce5a9c822 Marlin: planner.h tweak Scott Lahteine 2016-10-07 13:27:00 -05:00
  • d963020532 Sort out some header dependencies Scott Lahteine 2016-10-10 15:34:35 -05:00
  • e17f9b8b99 DAC patches Scott Lahteine 2016-10-10 14:08:04 -05:00
  • 2cb5df8a56 Merge pull request #4984 from esenapaj/Small-fix-for-PR-#4980 Scott Lahteine 2016-10-10 13:30:47 -05:00
  • b6221df3f3 Merge pull request #4983 from MarlinFirmware/revert-4933-rc_drop_pid_func_range Scott Lahteine 2016-10-10 13:29:54 -05:00
  • a07033a6c1 Merge pull request #4974 from esenapaj/Follow-up-the-PR-#4955 Scott Lahteine 2016-10-10 13:27:52 -05:00
  • f8199b2cc1 Merge pull request #4982 from thinkyhead/rc_abl_bugfix Scott Lahteine 2016-10-10 13:24:22 -05:00
  • f41c60d4a4 Follow-up the PR #4955, etc esenapaj 2016-10-09 05:27:04 +09:00
  • 00456b0cb3 Fix compilation errors esenapaj 2016-10-10 14:22:17 +09:00
  • cfb5c24bc9 Small fix for the PR #4980 (LIN_ADVANCE bug fix and optimization) esenapaj 2016-10-10 07:44:27 +09:00
  • 149b8d9e4b Handle MAX31855 error conditions Scott Lahteine 2016-10-09 17:12:50 -05:00
  • f4ec265363 Fix a typo Scott Lahteine 2016-10-09 16:45:29 -05:00
  • 4ec2d459e6 Fix mcp4728_setVref_all as followup to #4967 Scott Lahteine 2016-10-09 16:45:00 -05:00
  • 1e551c0688 Revert "Squashed - Removal of PID functional range" Scott Lahteine 2016-10-09 16:13:58 -05:00
  • 4037df82b0 Merge pull request #4981 from esenapaj/Update-Japanese-language Scott Lahteine 2016-10-09 16:11:53 -05:00
  • e4e290d957 Make EXTRUDER_RUNOUT_PREVENT kinematic compatible Scott Lahteine 2016-10-09 15:21:36 -05:00
  • 847429eff4 Make tool_change kinematic compatible Scott Lahteine 2016-10-09 15:21:04 -05:00
  • a4a7ca10ca Make USE_DELTA_IK_INTERPOLATION compatible with ABL Scott Lahteine 2016-10-09 15:19:39 -05:00
  • c5cac486f5 Use a, b, c instead of lx, ly, lz Scott Lahteine 2016-10-09 13:25:25 -05:00
  • bbeaca5839 Merge pull request #4980 from thinkyhead/rc_lin_update Scott Lahteine 2016-10-09 14:29:09 -05:00
  • f8c2473a71 Improve planner kinematics, fix delta ABL Josef Pavlik 2016-10-06 10:56:05 +02:00
  • 48761f2021 Patch delta endstop adjustment config Scott Lahteine 2016-10-09 13:32:30 -05:00
  • 28d41b48e3 delta endstop adjustment configurable Josef Pavlik 2016-10-06 10:56:35 +02:00
  • ff6b23cb0f Fix an issue with shifted LCD lines Scott Lahteine 2016-10-09 13:00:00 -05:00
  • e4d2662d81 Use some macros in M48 Scott Lahteine 2016-10-09 12:21:05 -05:00
  • 3752d9aca8 Fix timer comments Scott Lahteine 2016-10-09 10:06:31 -05:00
  • a448cedbc5 LIN_ADVANCE bug fix and optimization Sebastianv650 2016-10-08 18:13:04 +02:00
  • b27080c1dd Update Japanese translation esenapaj 2016-10-10 01:50:15 +09:00
  • 0780146034 Move DAC section from inside of the changing filament section esenapaj 2016-10-10 01:17:46 +09:00
  • fc93796e42 Merge pull request #4967 from thinkyhead/rc_dac_menu Scott Lahteine 2016-10-09 00:52:48 -05:00
  • 9c0404eae4 Move platformio directories out of source tree Brian 2016-10-08 13:45:26 -04:00
  • a1b50f1102 Cleanup of code style Scott Lahteine 2016-10-07 15:57:24 -05:00
  • 13c9dcc600 Add LCD menu for DAC jaysonkelly 2016-10-03 16:15:29 -06:00
  • 00261cbfcb Merge pull request #4933 from thinkyhead/rc_drop_pid_func_range Scott Lahteine 2016-10-07 15:07:55 -05:00
  • ee01def16d Merge pull request #4955 from thinkyhead/rc_debug_pins Scott Lahteine 2016-10-07 14:47:34 -05:00
  • a0df34fd4c Add PINS_DEBUGGING advanced config option Scott Lahteine 2016-10-07 14:20:13 -05:00
  • e21bab5243 PINS_DEBUGGING and M43 Read Pins Scott Lahteine 2016-10-05 05:50:22 -05:00
  • 3c97fa6e29 Merge pull request #4963 from esenapaj/Fix-for-advance-algorithm Scott Lahteine 2016-10-07 00:33:42 -05:00
  • 48e63c4730 Comment some globals Scott Lahteine 2016-10-06 22:06:33 -05:00
  • 9a6c66602f Fix formatting of extrapolate debug output Scott Lahteine 2016-10-06 17:04:22 -05:00
  • cd77eb5c40 Clear grid for bilinear G29 Scott Lahteine 2016-10-06 17:00:53 -05:00
  • 53a0856f5c Print Y as int in print_bed_level Scott Lahteine 2016-10-06 16:46:54 -05:00
  • f8df88f271 Move routine of direction signal of ADVANCE and LIN_ADVANCE from Stepper::isr() to Stepper::advance_isr() esenapaj 2016-10-01 18:51:45 +09:00
  • 30fee51e86 Merge pull request #4958 from bgort/m48_improvements Roxy-3D 2016-10-06 10:02:22 -05:00
  • 357854a7ef tweak variables; Brian 2016-10-05 19:49:05 -04:00
  • 48cf19151a Improve M48 output; Add min, max, range, etc. Brian 2016-10-05 16:09:39 -04:00
  • c63cb45268 Fix thermal runaway timeout Scott Lahteine 2016-10-05 08:42:39 -05:00
  • e6164d254d Clean up GCode command short comments Scott Lahteine 2016-10-05 04:39:01 -05:00
  • 47bd142b29 Should marlinAnalogInputToDigitalPin use analogInputToDigitalPin? Scott Lahteine 2016-10-05 02:01:52 -05:00
  • bd8520e61d Label analog pins in a similar way Scott Lahteine 2016-10-05 01:52:43 -05:00
  • 0c0deb5194 Common pin_is_protected function Scott Lahteine 2016-10-05 01:50:36 -05:00
  • 49d77720d5 More support for 4th extruder or heater Scott Lahteine 2016-10-05 01:49:59 -05:00
  • 9dd56e61bd Merge pull request #4954 from thinkyhead/rc_more_debug_homing Scott Lahteine 2016-10-05 03:39:47 -05:00
  • 46839c222a Comment and clean up some vars Scott Lahteine 2016-10-04 21:32:37 -05:00
  • 8910bb7c97 Fix buzzer conditional compile Scott Lahteine 2016-10-04 21:31:50 -05:00
  • de7e798e6f Replace single-char S_ECHOs with S_CHAR Scott Lahteine 2016-10-03 16:23:41 -05:00
  • 0e83f34174 Tweak debugging of probe_pt Scott Lahteine 2016-10-02 18:18:05 -05:00
  • cc02f6edf8 Merge pull request #4943 from esenapaj/Small-update-of-language_kana_h Scott Lahteine 2016-10-04 03:21:57 -05:00
  • ca26011e3c Merge pull request #4941 from MagoKimbra/rc_fix_M205 Scott Lahteine 2016-10-04 03:21:20 -05:00
  • 9485aa8f13 Include negative Z probe offset in clearance move Scott Lahteine 2016-10-03 16:18:04 -05:00
  • 5c1eb595e6 Fix for G2/G3 negative radius Scott Lahteine 2016-10-03 14:48:44 -05:00
  • f09ae96f28 Small update of language_kana.h esenapaj 2016-10-03 23:41:22 +09:00
  • 7b37539fe7 Add note for M205 MagoKimbra 2016-10-03 08:54:15 +02:00
  • d5f598cd82 Tweak probe debug, add newline Scott Lahteine 2016-10-02 17:35:40 -05:00
  • c592ccb6f5 Patch max_jerk[Z] menu item Scott Lahteine 2016-10-02 10:12:47 -05:00
  • d80a79eb77 Use right-shift instead of / 2, why not? Scott Lahteine 2016-10-02 00:18:41 -05:00
  • 02fe9cf558 Removal of functional range constraint Rerouter 2016-10-02 08:43:46 +11:00
  • 5f5d87cad3 Update Configuration.h Rerouter 2016-09-28 17:38:09 +10:00
  • 6abfc96165 Merge pull request #4936 from thinkyhead/rc_more_debug_homing Scott Lahteine 2016-10-02 06:54:54 -05:00
  • 761593b74b Cleanup some vars, use of min/max Scott Lahteine 2016-10-02 04:38:17 -05:00
  • d19cfcfc1d max_jerk array, DEFAULT_XYJERK => DEFAULT_[XY]JERK Scott Lahteine 2016-10-02 04:37:13 -05:00
  • 911f7e436c Merge pull request #4934 from thinkyhead/rc_more_debug_homing Scott Lahteine 2016-10-02 03:17:58 -05:00
  • e7dc174f30 More detailed debugging of G28 delta Scott Lahteine 2016-10-02 01:48:17 -05:00
  • 473f4a17a8 Merge pull request #4914 from Rerouter/PID-Unconstrained-Itemp Scott Lahteine 2016-10-01 06:58:07 -05:00
  • bad8899ebc Merge pull request #4900 from thinkyhead/rc_g38_changes Scott Lahteine 2016-10-01 06:57:17 -05:00
  • 73ce3a61c7 Cleanup, comment zigzag Scott Lahteine 2016-10-01 05:21:52 -05:00
  • 0d538f3db6 Add to all configurations Scott Lahteine 2016-09-29 15:06:27 -05:00
  • 919fe3e4b8 Rename feature to G38_PROBE_TARGET Scott Lahteine 2016-09-29 15:06:01 -05:00
  • a2864ab7fe Patched up, cleaned up Scott Lahteine 2016-09-26 01:30:34 -05:00
  • 2911aa7ffa code changes to implement G38 commands Bob-the-Kuhn 2016-09-19 14:17:10 -05:00
  • 74d048e77e Merge pull request #4927 from thinkyhead/rc_bltouch_noraise Scott Lahteine 2016-10-01 04:52:56 -05:00
  • 4afa293289 Say "BLTOUCH" in machine info report Scott Lahteine 2016-09-29 21:28:23 -05:00
  • ed7d2694fc Don't check Z_MAX on raise when the probe pwns the pin Scott Lahteine 2016-09-30 16:37:49 -05:00
  • 638b809d90 Merge pull request #3 from thinkyhead/rc_unconstrain_pid Rerouter 2016-09-30 17:41:32 +10:00
  • 3bbdd48a4d Merge pull request #4918 from thinkyhead/rc_abl_patchups Scott Lahteine 2016-09-29 15:29:01 -05:00
  • dac7a75054 Merge pull request #4919 from thinkyhead/rc_k8400_stops Scott Lahteine 2016-09-29 15:24:57 -05:00
  • fffc9fefa8 Apply changes to all configs Scott Lahteine 2016-09-29 02:17:33 -05:00
  • 587cb6c283 K8400 has 1xXY an 2xZ endstop plugs Scott Lahteine 2016-09-29 02:07:22 -05:00
  • d234bc160e Require Arduino 1.6.8 to compile Scott Lahteine 2016-09-29 01:39:40 -05:00
  • 2d2c9bdf92 Add PROBE_Y_FIRST option for probe order Scott Lahteine 2016-09-29 01:19:59 -05:00
  • c8c57e59fc Patch the end of G29 to sync plan position Scott Lahteine 2016-09-29 01:18:37 -05:00
  • 81b8c9f8ec Add XY parameters to G29 for mesh dimensions Scott Lahteine 2016-09-29 01:17:16 -05:00
  • 56cf674150 M420 can now enable/disable ABL Scott Lahteine 2016-09-29 01:03:28 -05:00
  • 06790977c4 Use updated position methods Scott Lahteine 2016-09-29 01:02:54 -05:00
  • e8f2604a6f Patch print_bed_level numbering Scott Lahteine 2016-09-29 01:02:14 -05:00
  • d066610514 Patch up bilinear_z_offset Scott Lahteine 2016-09-29 01:01:38 -05:00
  • 850e38d013 G30 will only disable bed leveling Scott Lahteine 2016-09-29 01:00:34 -05:00
  • 510ef5d14a Standard function to turn bed leveling on/off Scott Lahteine 2016-09-29 00:59:06 -05:00