Commit graph

  • f8530c5d1f Simplified probe_pt function (G28 grid) Scott Lahteine 2016-06-23 19:09:32 -0700
  • c376c08042 Simplified probe_pt function (part 1) Scott Lahteine 2016-06-23 19:00:29 -0700
  • 9a71b7f8ad Fix debug message for 3-point leveling Scott Lahteine 2016-06-23 18:17:31 -0700
  • 550c03a5a9 Drop raise_z_after_probing function Scott Lahteine 2016-06-23 18:11:54 -0700
  • bb38c816af Always raise in deploy_z_probe / stow_z_probe Scott Lahteine 2016-06-23 18:00:20 -0700
  • 68f3350050 Cleanup M401 / M402 Scott Lahteine 2016-06-23 17:04:41 -0700
  • 3afda99adf Regular handlers for G31 / G32 Scott Lahteine 2016-06-23 17:04:13 -0700
  • 6803c8e37e Move Z up before, or down after XY, for "blocking move" Scott Lahteine 2016-06-23 15:50:13 -0700
  • 03c70c1990 SERVO_DEACTIVATION_DELAY => SERVO_DELAY Scott Lahteine 2016-06-23 14:33:29 -0700
  • 570f3bbc07 Single home Axis Delta need simple sync_plan_position MagoKimbra 2016-06-23 23:09:47 +0200
  • 61f34eec03 Merge pull request #4125 from jbrazio/bugfix/planner-warning Scott Lahteine 2016-06-22 19:34:37 -0700
  • bdcd628896 Merge pull request #4126 from thinkyhead/rc_lin_timing_patch Scott Lahteine 2016-06-22 19:24:44 -0700
  • 664232140d
    Fixes somes compiler warnings João Brázio 2016-06-23 02:22:17 +0100
  • 6e5e388861 Merge pull request #4021 from thinkyhead/rc_raise_z_for_servos Scott Lahteine 2016-06-22 19:10:37 -0700
  • 0c5192b288 Patch LIN_ADVANCE timing issue Sebastianv650 2016-06-22 18:32:01 +0200
  • d4134e6901 Define Z_SAFE_HOMING point when Z_PROBE_SLED is activated alone Scott Lahteine 2016-06-22 17:48:41 -0700
  • 7b2fadd598 Apply some fixes from Andreas Scott Lahteine 2016-06-22 17:35:59 -0700
  • bd01592816 Goodbye MECHANICAL_PROBE Scott Lahteine 2016-06-22 17:11:49 -0700
  • 2640d13a9f Simplify initial raise in M48 Scott Lahteine 2016-06-22 16:53:04 -0700
  • 3763d45656 Return Z position in run_z_probe Scott Lahteine 2016-06-22 16:52:32 -0700
  • 1f48b5c30f Pass a raise to probe_pt, not a Z position Scott Lahteine 2016-06-22 16:39:51 -0700
  • 6fdd5ba246 Save and restore feedrate in more places Scott Lahteine 2016-06-22 15:49:05 -0700
  • fe173c2bc6 Generalized probe raise, use for after probing Scott Lahteine 2016-06-22 14:40:15 -0700
  • 7da3080761 Simpler cleanup in G28 / G29 Scott Lahteine 2016-06-22 14:20:34 -0700
  • 15229d988b Fix compile error for bed matrix in M48 Scott Lahteine 2016-06-22 14:04:46 -0700
  • c01352cbd5 Add a dependency for z servo macros Scott Lahteine 2016-06-22 14:04:23 -0700
  • c3794bd695 Add HAS_PROBING_PROCEDURE conditional Scott Lahteine 2016-06-22 14:03:22 -0700
  • 42ce60c5cc Make sure NUM_SERVOS is set for Z servo endstop Scott Lahteine 2016-06-22 14:01:19 -0700
  • b590a7dee0 Make Z_RAISE_BETWEEN_PROBINGS a more general option Scott Lahteine 2016-06-22 14:00:44 -0700
  • bb9c67b4b5 Tweak some feedrate vars Scott Lahteine 2016-06-22 03:27:31 -0700
  • 5158bd6e93 Screen out G29 E for sled and allen key, allow single probe Scott Lahteine 2016-06-21 21:01:01 -0700
  • ccae92588d Cleanup debug in G28 and G29 Scott Lahteine 2016-06-21 16:18:19 -0700
  • b4a9d2366c Use a macro for kinematic sync_plan_position Scott Lahteine 2016-06-21 18:56:25 -0700
  • bfccf26294 Use sync_plan_position_delta where needed Scott Lahteine 2016-06-21 16:17:48 -0700
  • a6b8c67df4 Move probe deploy after setup call in G29 Scott Lahteine 2016-06-21 16:03:02 -0700
  • e69916d1bd Split up endstop_move functions Scott Lahteine 2016-06-21 15:32:28 -0700
  • 0e18a4897b Simpler handling of sled/allen-key in probe_pt Scott Lahteine 2016-06-21 15:15:59 -0700
  • 1a92e2ef18 Comment on run_z_probe Scott Lahteine 2016-06-21 15:14:04 -0700
  • 68e0e5855e For all probes, at the end of G29 simply raise and stow Scott Lahteine 2016-06-21 15:11:56 -0700
  • c3023f8cc5 Make M401/M402 available with HAS_BED_PROBE Scott Lahteine 2016-06-21 15:04:09 -0700
  • 9f0c255c69 Show uncorrected position in set_bed_level_equation_3pts Scott Lahteine 2016-06-21 15:02:32 -0700
  • 07298ac992 Initialize current_position to home_offset on boot Scott Lahteine 2016-06-21 14:58:42 -0700
  • f30df89ee1 Merge pull request #4122 from thinkyhead/rc_xy_travel_feedrate Scott Lahteine 2016-06-22 03:18:54 -0700
  • bd99a2bcff Add a Travis test of Z Safe Homing without ABL Scott Lahteine 2016-06-22 03:06:54 -0700
  • d50539583a Make XY_PROBE_SPEED a general probe option Scott Lahteine 2016-06-22 02:44:55 -0700
  • 2798499b71 XY_TRAVEL_SPEED => XY_PROBE_SPEED Scott Lahteine 2016-06-22 02:38:50 -0700
  • 88dc543584 Add a macro for XY_TRAVEL_FEEDRATE Scott Lahteine 2016-06-22 02:22:43 -0700
  • 937123ab32 Merge pull request #4119 from thinkyhead/fix_stepper_compile_error Scott Lahteine 2016-06-21 20:25:27 -0700
  • 528df1b02d Travis test for MINIRAMBO and PWM_MOTOR_CURRENT Scott Lahteine 2016-06-21 19:36:06 -0700
  • 117db77c55 make motor_current_setting static and constexpr Scott Lahteine 2016-06-21 19:36:24 -0700
  • 111260f407 Merge pull request #4118 from thinkyhead/bq_update_rebase Scott Lahteine 2016-06-21 18:18:48 -0700
  • 19fb04d761 Update bq Hephestos 2 config João Brázio 2016-06-21 00:40:56 +0100
  • b0e47608e6 Merge pull request #4108 from esenapaj/Fix-for-PR-#4093 Scott Lahteine 2016-06-21 18:12:08 -0700
  • c84732e605 Merge pull request #4111 from esenapaj/Cosmetic-changes-and-small-fix-for-thermistortables.h Scott Lahteine 2016-06-21 18:05:32 -0700
  • cdc661ea5e Merge pull request #4110 from esenapaj/Small-cosmetic-changes-for-language-files Scott Lahteine 2016-06-21 18:04:12 -0700
  • c8186e9423 Merge pull request #4109 from esenapaj/Enclose-#error-string-by-double-quotes Scott Lahteine 2016-06-21 18:03:30 -0700
  • d8dcc4ac57 Merge pull request #4117 from thinkyhead/rc_i2c_comment_fix Scott Lahteine 2016-06-21 18:00:36 -0700
  • 40cd20a236 Fix comments on EXPERIMENTAL_I2CBUS Scott Lahteine 2016-06-21 17:58:44 -0700
  • 67750d73ef Merge pull request #4107 from thinkyhead/rc_fixup_M48_config Scott Lahteine 2016-06-21 14:56:35 -0700
  • 385945ca31 Cosmetic changes and small fix for thermistortables.h esenapaj 2016-06-21 03:53:55 +0900
  • fac58f0291 Cosmetic changes for language files esenapaj 2016-06-16 17:41:03 +0900
  • 14b661b9e5 Enclose #error string by double-quotes esenapaj 2016-05-16 03:33:07 +0900
  • d583ea852d Standardize format description of Panel esenapaj 2016-06-21 20:51:27 +0900
  • aa6d35bd49 Move code block of probe to appropriate position esenapaj 2016-06-21 20:32:00 +0900
  • 740fb2ce39 Adjust spacing esenapaj 2016-06-21 19:37:45 +0900
  • f77f3ffa70 Remove duplicated Z_PROBE_OFFSET_RANGE_MIN, Z_PROBE_OFFSET_RANGE_MAX esenapaj 2016-06-21 19:33:45 +0900
  • 19fe93a5a9 Clean up configs for Z_MIN_PROBE_REPEATABILITY_TEST Scott Lahteine 2016-06-21 03:10:46 -0700
  • 71a7408012 Merge pull request #4106 from thinkyhead/rc_temp_compile_err Scott Lahteine 2016-06-21 02:48:46 -0700
  • 5e469622c9 Merge pull request #4105 from thinkyhead/rc_combine_probe_blocks Scott Lahteine 2016-06-21 02:14:38 -0700
  • dcb8ec32ee Fix compile error with watch_bed_next_ms Scott Lahteine 2016-06-21 02:13:41 -0700
  • 3996242e9d Allow Z_MIN_PROBE_REPEATABILITY_TEST solo Scott Lahteine 2016-06-21 01:28:36 -0700
  • 26a9cd0b08 Move run_z_probe to earlier block Scott Lahteine 2016-06-21 01:25:23 -0700
  • 7f8a2025af Move raise_z_after_probing into earlier block Scott Lahteine 2016-06-21 01:02:01 -0700
  • 71534dc11f Merge pull request #4100 from thinkyhead/rc_z_deploy Scott Lahteine 2016-06-21 00:40:48 -0700
  • 6563b07879 Test for mechanical and fix mounted probes Scott Lahteine 2016-06-20 14:56:16 -0700
  • 2530371516 Always disable probe at the end of G29 Scott Lahteine 2016-06-20 16:40:28 -0700
  • 6aba98e470 Comment on setup_for_endstop_move Scott Lahteine 2016-06-20 16:18:41 -0700
  • 04e88d008e Clear up ordering in G30 Scott Lahteine 2016-06-20 16:18:30 -0700
  • ed75b0ea11 Make clean_up function available for probes Scott Lahteine 2016-06-20 16:21:43 -0700
  • 51d52cb52a Make run_z_probe available for any bed probe Scott Lahteine 2016-06-20 16:02:27 -0700
  • f6b09cf465 Always use deploy/stow for dock_sled Scott Lahteine 2016-06-20 15:50:51 -0700
  • 3b457c2dd3 Use deploy/stow with FIX_MOUNTED_PROBE too Scott Lahteine 2016-06-20 14:31:01 -0700
  • 524f6d9bd6 Merge pull request #4096 from thinkyhead/rc_always_raise_servo Scott Lahteine 2016-06-19 20:40:06 -0700
  • 7e9d4a68d4 Always raise Z (if needed) for servo deploy/stow Scott Lahteine 2016-06-12 15:15:37 -0700
  • 9beb3f2f5e Merge pull request #4097 from thinkyhead/rc_fil_runout_cleanup Scott Lahteine 2016-06-19 19:46:14 -0700
  • f215b30932 Merge pull request #4093 from thinkyhead/rc_probe_without_abl Scott Lahteine 2016-06-19 19:44:25 -0700
  • 2fd2301928 FILRUNOUT => FIL_RUNOUT Scott Lahteine 2016-06-19 19:25:09 -0700
  • dfbf8b3c2c FIL_RUNOUT_INVERTING false by default Scott Lahteine 2016-06-19 19:24:59 -0700
  • 7b5cd314a5 Merge pull request #4095 from thinkyhead/rc_fil_runout_cleanup Scott Lahteine 2016-06-19 18:48:18 -0700
  • 42ccb5b0df Travis test a servo probe without ABL Scott Lahteine 2016-06-19 17:48:26 -0700
  • de12228758 Make Z Probe options independent of ABL Scott Lahteine 2016-06-14 18:03:17 -0700
  • add0032820 Improve FILAMENT_RUNOUT_SENSOR, FILRUNOUT_PIN Scott Lahteine 2016-06-19 18:05:57 -0700
  • 15a5eeb740 Merge pull request #4094 from thinkyhead/rc_cartesio_config Scott Lahteine 2016-06-19 17:43:25 -0700
  • f8c278ce4d Cartesio UI display option in all configs Scott Lahteine 2016-06-19 17:39:46 -0700
  • 43ec24158e Merge pull request #4092 from thinkyhead/rc_sd_error Scott Lahteine 2016-06-19 17:30:29 -0700
  • 400e13d136 Output a message for SD read errors Scott Lahteine 2016-06-19 17:14:56 -0700
  • 96b8bcca84 Merge pull request #4081 from thinkyhead/rc_tweaky_m48_tweaks Roxy-3D 2016-06-18 22:21:16 -0500
  • b7e3c1bbc4 Tweak M48 output conditions Scott Lahteine 2016-06-18 15:38:15 -0700
  • b714fb644c Merge pull request #4085 from thinkyhead/rc_fix_M851 Scott Lahteine 2016-06-18 15:42:52 -0700
  • 1dad912b03 Adjust M48 raise / move handling Scott Lahteine 2016-06-18 03:16:13 -0700