Commit Graph

  • 2b11c3274c Update language_de.h Philip Schell 2016-09-15 15:16:11 +02:00
  • 54e6d12382 Update language_de.h Philip Schell 2016-09-14 14:17:21 +02:00
  • 57564ae576 Use last probe point to correct Z when possible Scott Lahteine 2016-08-21 03:10:55 -05:00
  • e40646de42 Merge pull request #4803 from thinkyhead/rc_lcd_button_fix Scott Lahteine 2016-09-13 18:03:39 -05:00
  • 2fce217576 Merge pull request #4804 from thinkyhead/rc_fix_broken_G29 Scott Lahteine 2016-09-13 17:51:38 -05:00
  • 29f224594c Fix some regressive typos in G29 Scott Lahteine 2016-09-13 17:31:02 -05:00
  • 5ecc7d9f25 Clear LCD button state, apply timer to all Scott Lahteine 2016-09-13 16:09:50 -05:00
  • 94d5cf8721 Merge pull request #4789 from thinkyhead/rc_better_leveling_etc Scott Lahteine 2016-09-13 05:21:17 -05:00
  • 9b0931ef74 Apply fixed EXTRUDER_RUNOUT_PREVENT Scott Lahteine 2016-09-13 03:26:23 -05:00
  • b1a60e8954 Reformat, rearrange, tweak, and document Scott Lahteine 2016-09-13 02:11:45 -05:00
  • 61284cbd8c Various code style adjustments Scott Lahteine 2016-09-12 21:57:07 -05:00
  • 788a16fc46 Clean up serial out code Scott Lahteine 2016-09-12 17:49:35 -05:00
  • 0e38bea79d Shrink 3-point leveling code Scott Lahteine 2016-09-12 04:02:17 -05:00
  • 4f75ce6957 Unify reset_bed_level for linear/non-linear Scott Lahteine 2016-09-12 03:58:40 -05:00
  • 41d8149bce Sanity check for more than 1 controller Scott Lahteine 2016-09-11 23:33:09 -05:00
  • 40785ce8ac Use count method for kinematic sanity check Scott Lahteine 2016-09-11 23:39:15 -05:00
  • 3236762e07 Clean up sanity check for LCD_PROGRESS_BAR Scott Lahteine 2016-09-11 22:42:54 -05:00
  • a9ed23225f bed_level => bed_level_grid Scott Lahteine 2016-09-11 21:46:27 -05:00
  • 82be65065c Fix up untilted_stepper_position and set_current_from_steppers_for_axis Scott Lahteine 2016-09-12 02:52:52 -05:00
  • d65f5d816f Patch to fix kinematics Scott Lahteine 2016-09-12 03:48:29 -05:00
  • e529c6407e Rename set_cartesian_from_steppers, cartesian_position Scott Lahteine 2016-09-11 21:45:07 -05:00
  • c109399bf6 Fix planner leveling and rename arguments Scott Lahteine 2016-09-11 21:40:44 -05:00
  • d4f21af6b3 sync_plan_position_delta => sync_plan_position_kinematic Scott Lahteine 2016-09-11 21:30:59 -05:00
  • acd1b6e9c0 Rename delta_grid spacing for general nonlinear Scott Lahteine 2016-09-11 20:56:16 -05:00
  • c5fa70809b Implement M0/M1 for EMERGENCY_PARSER Scott Lahteine 2016-09-11 20:51:53 -05:00
  • 786d1afb72 Add position_is_reachable, use in home_z_safely Scott Lahteine 2016-09-11 22:21:32 -05:00
  • b4034915f8 Move z safe homing to its own function Scott Lahteine 2016-09-11 20:39:39 -05:00
  • c84b14c77a Move delta homing to its own function Scott Lahteine 2016-09-11 20:25:44 -05:00
  • f9a192c7e3 Move setup() and loop() to the end Scott Lahteine 2016-09-11 20:21:54 -05:00
  • 8ff338c2b9 Patch stepper.h for SCARA Scott Lahteine 2016-09-11 20:18:52 -05:00
  • 74d7f5e57b Patch SCARA example config Scott Lahteine 2016-09-11 20:11:39 -05:00
  • 6ab54c60b1 Add conditionals for kinematics, leveling Scott Lahteine 2016-09-11 20:11:30 -05:00
  • 21514568fd Add enum for ALL_AXES Scott Lahteine 2016-09-11 20:14:41 -05:00
  • 413b61e64a Add HYPOT2 and float comparison macros Scott Lahteine 2016-09-11 21:02:37 -05:00
  • 0ea7ed6db6 Merge pull request #4797 from thinkyhead/rc_runout_comments Scott Lahteine 2016-09-13 02:25:26 -05:00
  • a6f6ed352b Fix comment on FILAMENT_RUNOUT_SENSOR Scott Lahteine 2016-09-12 19:35:32 -05:00
  • 48e14d049a Merge pull request #4710 from thinkyhead/rc_fix_leveling_maths Scott Lahteine 2016-09-10 15:47:39 -05:00
  • 416821a71c Merge pull request #4765 from thinkyhead/rc_endstop_direction Scott Lahteine 2016-09-10 14:49:50 -05:00
  • 9248cfb0ad Bed leveling that accounts for home XYZ Scott Lahteine 2016-08-21 03:10:55 -05:00
  • 2e8fd70fb1 Merge pull request #4779 from thinkyhead/rc_cleanups_1 Scott Lahteine 2016-09-10 13:47:05 -05:00
  • 6ac9d895ca Tweak Filament Width variables Scott Lahteine 2016-09-05 23:57:12 -05:00
  • 68ba45572e Don't say "heating complete" unless done Scott Lahteine 2016-09-05 21:09:30 -05:00
  • 2bfc6fe1b0 Move XYZ constants closer to the top Scott Lahteine 2016-09-05 19:56:03 -05:00
  • 12b94e419f Sanitycheck endstop plugs based on homing direction Scott Lahteine 2016-09-05 15:08:26 -05:00
  • 29c4f67a29 Additional path - followup to #4743 Scott Lahteine 2016-09-07 15:08:12 -05:00
  • 8a8d6e00b7 Merge pull request #4756 from thinkyhead/rc_makefilefix Scott Lahteine 2016-09-03 20:24:26 -05:00
  • 494d5770b8 makefile fix for arduino 1.6.9 unzipped Robert Bartl 2016-08-31 22:10:53 +02:00
  • 6f71bd7372 Merge pull request #4754 from thinkyhead/rc_mixing_regression Scott Lahteine 2016-09-02 12:27:43 -05:00
  • 9bf78ef465 Fix capitalization of counter_m Scott Lahteine 2016-09-02 11:31:45 -05:00
  • 42b5616327 Try bool for direction instead of long Scott Lahteine 2016-09-02 11:28:48 -05:00
  • cbe9ab902c Merge pull request #4747 from thinkyhead/rc_sd_show_percent Scott Lahteine 2016-09-02 07:44:42 -05:00
  • f20b2b21eb Optimize LCD string/char printing Scott Lahteine 2016-09-02 04:09:34 -05:00
  • 3b2f7ba225 Merge pull request #4748 from thinkyhead/rc_sd_print_timer Scott Lahteine 2016-09-02 04:41:11 -05:00
  • dad94d2fef Merge pull request #4749 from thinkyhead/rc_minumum_minimum Scott Lahteine 2016-09-02 04:41:00 -05:00
  • 445d8215e4 Option to show SD percent on Graphical LCD Kai 2016-08-30 08:18:31 +02:00
  • d07a913f21 Tweak to stepper advance e_steps update Scott Lahteine 2016-09-02 02:06:17 -05:00
  • aaef7c6b89 Fix a misspelling of minimum Scott Lahteine 2016-09-02 01:42:38 -05:00
  • ad659b5f91 Merge pull request #4725 from thinkyhead/rc_log_machine_info Scott Lahteine 2016-09-01 23:58:59 -05:00
  • c6859a1e54 Handle hours >= 100 Scott Lahteine 2016-09-01 23:54:48 -05:00
  • 9f706a9635 Patch duration_t toDigital method Kai 2016-08-30 08:13:32 +02:00
  • c3caa42630 Merge pull request #4738 from thinkyhead/rc_ensure_floats Scott Lahteine 2016-09-01 14:36:22 -05:00
  • 3ff657e729 Merge pull request #4727 from thinkyhead/rc_homing_together Scott Lahteine 2016-09-01 14:26:46 -05:00
  • 426f662586 Apply MINIMUM_STEPPER_PULSE in stepper advance_isr Scott Lahteine 2016-08-30 14:22:58 -05:00
  • 8c7ee4599e Optimize stepper advance_isr Scott Lahteine 2016-08-30 14:22:42 -05:00
  • 9725bcd099 Minor "optimizations" in stepper ISR Scott Lahteine 2016-08-30 14:21:43 -05:00
  • 4ec3d1ea58 Add some commentary to stepper ISR Scott Lahteine 2016-08-30 14:21:15 -05:00
  • d9bcc7bb45 Set a bool when a stepper block is done Scott Lahteine 2016-08-30 14:20:48 -05:00
  • 08f717e5f7 Use bit-size typedefs for some stepper vars Scott Lahteine 2016-08-30 14:19:49 -05:00
  • d554c1dda8 Clean up planner kernel pass methods Scott Lahteine 2016-08-30 14:16:13 -05:00
  • b2e5ec85d7 Add [XYZ]_CENTER conditionals Scott Lahteine 2016-08-30 14:15:41 -05:00
  • 7e20448a2d Add HOMING_Z_WITH_PROBE conditional Scott Lahteine 2016-08-30 13:29:13 -05:00
  • 0e4107da34 Minor cleanup of homeaxis, etc. Scott Lahteine 2016-08-30 01:40:29 -05:00
  • f1201e11c7 Improve the Jerk description Scott Lahteine 2016-08-29 02:17:04 -05:00
  • 3f038bef00 Heading for movement settings Scott Lahteine 2016-08-29 01:45:50 -05:00
  • fd2269f489 Log machine info in G28 and G29 Scott Lahteine 2016-08-28 20:45:18 -05:00
  • 6eaf4f4909 Fix spacing of debug output in homeaxis Scott Lahteine 2016-08-28 19:43:33 -05:00
  • 1e6d1c39ea Improve verbiage of dropsegments sanity error Scott Lahteine 2016-08-28 19:40:32 -05:00
  • 0729a8f08d Use the probe travel height for pre-probe move Scott Lahteine 2016-08-28 19:13:08 -05:00
  • dd94d0b9d5 Fix bed probing bug without PROBE_DOUBLE_TOUCH Scott Lahteine 2016-08-28 19:00:25 -05:00
  • 35a0c46f16 Tweak debug output for probe in G29 Scott Lahteine 2016-08-28 18:44:44 -05:00
  • a82a89bc58 Merge pull request #4722 from thinkyhead/rc_minimum_stepper_pulse Scott Lahteine 2016-08-28 10:03:32 -05:00
  • 73c5c312c9 Merge pull request #4723 from thinkyhead/rc_fix_some_text Scott Lahteine 2016-08-28 10:02:46 -05:00
  • a2572d2854 Fix Danish encoding and an error message Scott Lahteine 2016-08-28 09:51:06 -05:00
  • 759234af60 MINIMUM_STEPPER_PULSE option Scott Lahteine 2016-08-27 23:38:05 -05:00
  • 2cb63f0bf7 Merge pull request #4719 from thinkyhead/rc_delta_homing_patch Scott Lahteine 2016-08-27 20:46:50 -05:00
  • 8241cf9901 Merge pull request #4720 from thinkyhead/rc_allow_stepper_omission Scott Lahteine 2016-08-27 20:36:22 -05:00
  • 7e893f4309 Merge pull request #4721 from thinkyhead/rc_temperature_isr_comments Scott Lahteine 2016-08-27 20:36:03 -05:00
  • 73d86098b7 Marlin patches for homing, esp. Delta Scott Lahteine 2016-08-27 19:53:02 -05:00
  • 338bc768b1 Merge pull request #4717 from thinkyhead/rc_log_the_probe Scott Lahteine 2016-08-27 20:24:19 -05:00
  • fae92e3f3c Merge pull request #4718 from thinkyhead/rc_twibus_patch_20160827 Scott Lahteine 2016-08-27 20:22:53 -05:00
  • a485a19052 Added optional planner logging Scott Lahteine 2016-08-27 20:06:51 -05:00
  • e9bfca5870 Additional comments for Temperature::isr Scott Lahteine 2016-08-27 20:06:26 -05:00
  • a255945f29 Add DEBUG_ALL enum Scott Lahteine 2016-08-27 19:37:31 -05:00
  • a28e15399f Patch stepper.cpp to allow omitting steppers Scott Lahteine 2016-08-27 19:38:24 -05:00
  • 2b226bc5c2 TWIBus patch for proper use of Wire.requestFrom Scott Lahteine 2016-08-27 19:00:45 -05:00
  • d641344d3a Remove redundant probe offset in homing Scott Lahteine 2016-08-27 19:58:56 -05:00
  • fb19a3cdec Merge pull request #4649 from thinkyhead/rc_boelle_danish_update Scott Lahteine 2016-08-27 19:06:05 -05:00
  • 00638131e5 Debug logging of nozzle type and offsets Scott Lahteine 2016-08-27 15:21:01 -05:00
  • 8e9ac72191 Merge pull request #4709 from thinkyhead/rc_log_the_reason Scott Lahteine 2016-08-26 17:05:55 -05:00
  • 991a34aff2 Log whether homing with probe or endstop Scott Lahteine 2016-08-26 15:42:16 -05:00