Commit Graph

  • 41cf1c9e6a Note 5 extruders in config comments Scott Lahteine 2017-05-07 00:28:06 -05:00
  • 2e61c1fb37 Patch missing const in temp_abs Scott Lahteine 2017-05-07 21:13:44 -05:00
  • a68084f417 Improve BLTOUCH_HEATERS_OFF functionality - rename to PROBING_HEATERS_OFF - move heater pausing functionality into thermalManager - add variables, pause(), ispaused(), other functions - add fan pausing functionality -> PROBING_FANS_OFF - add probing_pause() wrapper - move pausing into do_homing_move() and do_probe_move() to minimize quiet time and so other probe types can benefit - example configs Brian 2017-05-07 07:06:06 -04:00
  • d5346a0689 Adjust spacing in LSF Scott Lahteine 2017-05-07 19:11:52 -05:00
  • c45b668142 More misc UBL fixes and update gMax examples (#6632) Roxy-3D 2017-05-07 19:02:24 -05:00
  • ad0e5928f5 misc. UBL fixes (#6631) Roxy-3D 2017-05-07 18:23:48 -05:00
  • 06ca56a13c G29 P1 stops reporting Invalid location with this patch lrpirlet 2017-05-07 15:07:26 +02:00
  • fbd021a756 Support temperature units in M503 Scott Lahteine 2017-05-06 19:41:50 -05:00
  • d99794f11d Various improvements - mostly UBL-related (#6607) bgort 2017-05-06 19:59:16 -04:00
  • c0f1052efb Fix mfrb and mfpub Scott Lahteine 2017-05-05 14:14:13 -05:00
  • bf7ecc761f Edit configuration comments Scott Lahteine 2017-05-05 13:30:19 -05:00
  • d0480c15ef Tweak git helper scripts Scott Lahteine 2017-05-05 00:46:39 -05:00
  • 771f42744a Tweak command index increment Scott Lahteine 2017-05-05 02:57:22 -05:00
  • 3a44157ee8 Minor fix in K8200 readme Scott Lahteine 2017-05-05 00:45:54 -05:00
  • a666ff1255 Fixed USE_CONTROLLER_FAN #define usage Max Matveev 2017-05-04 23:38:29 +02:00
  • 264f0960f7 fix error in M105 output -- use SERIAL_PROTOCOL for ints instead of SERIAL_PROTOCOL_F (#6584) bgort 2017-05-04 17:09:45 -04:00
  • 03f94a7a18 1.1.0 ReadMe, Version, helper scripts 1.1.0 Scott Lahteine 2017-05-04 01:36:59 -05:00
  • 232e8682d1 Merge pull request #6633 from thinkyhead/bf_temp_units Scott Lahteine 2017-05-07 21:56:52 -05:00
  • 56ca47ab9d Patch configuration temp units Scott Lahteine 2017-05-07 21:32:01 -05:00
  • 421dd62800 Adjust spacing of "spaces" Scott Lahteine 2017-05-07 19:37:57 -05:00
  • 26dba44cd3 Patch redundant lcd settings Scott Lahteine 2017-05-07 02:13:23 -05:00
  • 34b5041576 Spacing adjustment, ubl_G29 Scott Lahteine 2017-05-07 01:29:37 -05:00
  • 6c2e6ea38e Patch mfqp for use directly with MarlinDocumentation Scott Lahteine 2017-05-07 01:22:45 -05:00
  • 1c4ed8b106 Note 5 extruders in config comments Scott Lahteine 2017-05-07 00:28:06 -05:00
  • 6e4a5cc8c6 Patch missing const in temp_abs Scott Lahteine 2017-05-07 21:13:44 -05:00
  • d35e2fda10 Merge pull request #6622 from bgort/silentprobing bgort 2017-05-07 21:33:44 -04:00
  • 6ed52fb765 Adjust spacing in LSF Scott Lahteine 2017-05-07 19:11:52 -05:00
  • 110afff415 More misc UBL fixes and update gMax examples (#6632) Roxy-3D 2017-05-07 19:02:24 -05:00
  • d92fa40c62 misc. UBL fixes (#6631) Roxy-3D 2017-05-07 18:23:48 -05:00
  • faa270071d Improve BLTOUCH_HEATERS_OFF functionality - rename to PROBING_HEATERS_OFF - move heater pausing functionality into thermalManager - add variables, pause(), ispaused(), other functions - add fan pausing functionality -> PROBING_FANS_OFF - add probing_pause() wrapper - move pausing into do_homing_move() and do_probe_move() to minimize quiet time and so other probe types can benefit - example configs Brian 2017-05-07 07:06:06 -04:00
  • 787fdc95bb Merge pull request #6623 from lrpirlet/AllowUBLG29ToWork bgort 2017-05-07 09:42:42 -04:00
  • d66e9efac5 G29 P1 stops reporting Invalid location with this patch lrpirlet 2017-05-07 15:07:26 +02:00
  • 8908b15471 Merge pull request #6614 from thinkyhead/bf_temp_units Scott Lahteine 2017-05-06 20:41:04 -05:00
  • ce507deb9f Support temperature units in M503 Scott Lahteine 2017-05-06 19:41:50 -05:00
  • a59066bca9 Various improvements - mostly UBL-related (#6607) bgort 2017-05-06 19:59:16 -04:00
  • 0446dd3ad8 PlatformIO-related changes - move platformio.ini out of source directory to be more consistent with 'normal' PlatformIO usage - facilitates IDE integration - add related .gitignores Brian 2017-05-06 06:17:07 -04:00
  • bef9791ea3 Fix mfrb and mfpub Scott Lahteine 2017-05-05 14:14:13 -05:00
  • 66bedc1a24 Merge pull request #6600 from thinkyhead/bugfix_first_fixes Scott Lahteine 2017-05-05 13:48:16 -05:00
  • 77769e284f Edit configuration comments Scott Lahteine 2017-05-05 13:30:19 -05:00
  • d14b068147 Tweak git helper scripts Scott Lahteine 2017-05-05 00:46:39 -05:00
  • 6876e79d42 Tweak command index increment Scott Lahteine 2017-05-05 02:57:22 -05:00
  • 7fcb5c1424 Minor fix in K8200 readme Scott Lahteine 2017-05-05 00:45:54 -05:00
  • 0cc4b08b93 Merge pull request #6587 from zlowred/bugfix-1.1.x Scott Lahteine 2017-05-05 01:02:09 -05:00
  • 267f3a03d9 Fixed USE_CONTROLLER_FAN #define usage Max Matveev 2017-05-04 23:38:29 +02:00
  • ae7c602031 fix error in M105 output -- use SERIAL_PROTOCOL for ints instead of SERIAL_PROTOCOL_F (#6584) bgort 2017-05-04 17:09:45 -04:00
  • 3cd9af2409 bugfix-1.1.x ReadMe, Version, helper scripts Scott Lahteine 2017-05-04 03:22:17 -05:00
  • c095ee9ce9 Readme Version 1.1.0 Scott Lahteine 2017-05-04 01:36:59 -05:00
  • 28e597f945 Merge pull request #6570 from FHeilmann/patch-2 Scott Lahteine 2017-05-04 07:15:19 -05:00
  • 15268770f5 Fix broken fwretract recovery extruder feedrate Florian Heilmann 2017-05-04 11:34:28 +02:00
  • 58210c3a19 Merge pull request #6568 from thinkyhead/rc_bilinear_extension Scott Lahteine 2017-05-04 00:46:05 -05:00
  • da08e11acd Add EXTRAPOLATE_BEYOND_GRID option to bilinear leveling Scott Lahteine 2017-05-04 00:19:07 -05:00
  • 6834e36871 Merge pull request #6567 from thinkyhead/rc_sdcard_stop Scott Lahteine 2017-05-03 23:54:29 -05:00
  • 399efd66ed Click to resume Scott Lahteine 2017-05-03 22:26:06 -05:00
  • 1196e3ca59 SDCard print completion can use "M0" Scott Lahteine 2017-05-03 22:14:40 -05:00
  • 6854f08d22 Shut down autotemp in disable_all_heaters Scott Lahteine 2017-05-03 20:43:00 -05:00
  • acec237092 Shutdown heaters and fan after canceling a print from the SD card Thomas Moore 2017-05-02 18:41:26 -05:00
  • 11b6a3cbb6 Fix regression in least_squares_fit.cpp Scott Lahteine 2017-05-03 19:21:44 -05:00
  • e1b85ff67b Merge pull request #6559 from thinkyhead/rc_more_optimal Scott Lahteine 2017-05-03 19:07:36 -05:00
  • 9890141f7b M100 tweak Scott Lahteine 2017-05-03 17:28:09 -05:00
  • 2658cc707a Treat temperature as integer, when possible Scott Lahteine 2017-05-03 17:12:14 -05:00
  • 1b2c7ec20a Make G26 compatible with inches and thermal unit modes Scott Lahteine 2017-05-03 17:10:44 -05:00
  • 241bdffe65 Dress up Bilinear Leveling code Scott Lahteine 2017-05-03 01:47:16 -05:00
  • 67ecf06cc4 Patch issue in gcode_M900 Scott Lahteine 2017-05-03 15:26:00 -05:00
  • de5e485ed7 Explicit upward angle solution Scott Lahteine 2017-05-03 01:19:44 -05:00
  • ecdf68735f Compact smart_fill_mesh slightly Scott Lahteine 2017-05-03 01:06:53 -05:00
  • 628391304f Merge pull request #6552 from thinkyhead/rc_more_ubl_cleanup Scott Lahteine 2017-05-02 22:46:04 -05:00
  • 902fe76db9 Merge pull request #6556 from thinkyhead/rc_use_controller_fan Scott Lahteine 2017-05-02 22:43:26 -05:00
  • 7ba7474a73 Drop extra parens from address-of operator Scott Lahteine 2017-05-02 19:16:18 -05:00
  • 0bf5add075 Use UBL_MESH_(MIN|MAX)_[XY] for G29 move limits Scott Lahteine 2017-05-02 18:57:22 -05:00
  • b8ba3b7647 Use 'sq' macro where possible Scott Lahteine 2017-05-02 18:51:23 -05:00
  • 66eba3346b Remove G29 lcd control debugging Scott Lahteine 2017-05-02 18:31:32 -05:00
  • 3517154135 Reduce code size, fix bug in smart_fill_mesh Scott Lahteine 2017-05-02 17:42:15 -05:00
  • c4e34adcf1 Apply formatting, coding standards to UBL Scott Lahteine 2017-05-02 17:41:55 -05:00
  • f4239e62b1 Merge pull request #6557 from thinkyhead/rc_hotend_status_item Scott Lahteine 2017-05-02 22:04:21 -05:00
  • fc857c5b78 Merge pull request #6549 from thinkyhead/rc_bltouch_refix Scott Lahteine 2017-05-02 21:53:09 -05:00
  • b39f634252 Continuously update LCD when hotend status is displayed in Filament Change screens Thomas Moore 2017-05-02 18:44:37 -05:00
  • 2c13922c46 Implement USE_CONTROLLER_FAN as a feature Scott Lahteine 2017-05-02 20:18:31 -05:00
  • 492bc536bf Modify debug methods to take PSTR Scott Lahteine 2017-05-02 16:46:11 -05:00
  • e5a27d9f36 G29 P2 & P4 bug fixes & improvements Bob-the-Kuhn 2017-04-30 00:43:28 -05:00
  • b93be716cf Remove trailing whitespace Scott Lahteine 2017-05-02 17:53:01 -05:00
  • 76eca9732d Fix mis-named language string define in Dutch Scott Lahteine 2017-05-02 16:08:09 -05:00
  • 806f670092 Merge pull request #6511 from Bob-the-Kuhn/UBL--G26-minor-improvements Scott Lahteine 2017-05-02 16:06:22 -05:00
  • 0803c9d997 Merge pull request #6533 from thinkyhead/rc_autocal_patches Scott Lahteine 2017-05-02 16:01:02 -05:00
  • 46a5cab6fb Merge pull request #6548 from thinkyhead/rc_fix_dual_z_endstops Scott Lahteine 2017-05-02 16:00:49 -05:00
  • ff5fed137f Fix BLTOUCH_HEATERS_OFF bug Brian 2017-05-01 17:10:39 -04:00
  • ca1dd739a3 Organize ubl.h defines by the files they serve Scott Lahteine 2017-05-02 13:50:36 -05:00
  • 0449f69179 Cleanup patch to recent merge Scott Lahteine 2017-05-02 01:06:25 -05:00
  • da2abad636 Various cleanups of G33 LVD-AC 2017-05-01 14:05:59 +02:00
  • 7ce613db0a Fix Conditionals test for endstop plug used by Z2 or probe. Bob-the-Kuhn 2017-05-01 02:07:54 -05:00
  • ef750ae86b Towards supporting Z2 in Endstops::report_state Scott Lahteine 2017-05-02 14:29:18 -05:00
  • c03c623951 Sanity-check Z2 endstop assigned to a nonexistent pin. Scott Lahteine 2017-05-02 15:38:39 -05:00
  • 70f31b6c76 Throw an error if no E stepper is free for X2, Y2, Z2 Scott Lahteine 2017-05-02 15:08:16 -05:00
  • ac69eca586 Merge pull request #6538 from bgort/ubl_gridlbls Scott Lahteine 2017-05-02 14:09:18 -05:00
  • 99b11db1a1 Merge pull request #6537 from thinkyhead/rc_cleanup_sunday Scott Lahteine 2017-05-02 00:59:59 -05:00
  • 41e63bbb7c Fix Horizontal and Vertical UBL optimization bug. (#6540) Roxy-3D 2017-05-01 23:52:33 -05:00
  • e79b335367 Patches for leveling reactivation in G28 / M48 Scott Lahteine 2017-05-01 17:34:28 -05:00
  • 92e22c3bf2 Fix, cleanup, prettify G29 O output Brian 2017-05-01 18:19:57 -04:00
  • 7d5cd7e0d7 Tweak set_bed_leveling_enabled Scott Lahteine 2017-05-01 16:16:16 -05:00
  • ed81e9b3d3 Adjust leveling conditionals Scott Lahteine 2017-05-01 16:13:09 -05:00
  • a64e5659ce Clean up G26 external references, private vars Scott Lahteine 2017-05-01 15:17:40 -05:00