Scott Lahteine
1dd4e63402
MarlinSerial.cpp formatting tweak
2018-06-08 19:53:39 -05:00
João Brázio
7aa7ecbd0e
Update BQ Hephestos 2 config, NTC-70 table ( #10902 )
2018-06-07 21:23:43 -05:00
Scott Lahteine
582845fd72
Allow FAN_PIN override, pins cleanup ( #10957 )
2018-06-07 16:39:11 -05:00
Scott Lahteine
70d39ac185
Fix M503 ABL mesh report. (Zero-based IJ indices)
2018-06-07 16:25:35 -05:00
Scott Lahteine
30ee336c85
Merge pull request #10945 from thinkyhead/bf1_less_wordy_TMC_M503
...
[1.1.x] More concise M503 output for TMC commands
2018-06-06 20:57:28 -05:00
Scott Lahteine
a7b86e3921
Script to do Travis CI test locally
2018-06-06 03:12:35 -05:00
Scott Lahteine
cd73e8f825
More concise M503 output for M906, M913, M914
2018-06-06 03:12:35 -05:00
Scott Lahteine
827ba94e16
Fix a compile warning
2018-06-05 22:46:45 -05:00
Scott Lahteine
851149954a
Tweak sanity formatting
2018-06-05 22:45:07 -05:00
Scott Lahteine
295f93caea
Prevent Teensy2.0++ bootloader overwrite
2018-06-05 22:36:00 -05:00
Alex
3bc392f592
Prevent a buffer overflow in cardreader
2018-06-05 22:14:51 -05:00
Scott Lahteine
3be22fc1fc
Merge pull request #10919 from thinkyhead/bf1_misc_cleanups_jun2
...
[1.1.x] Clean up ST7565, dual endstops homing
2018-06-03 03:35:55 -05:00
Scott Lahteine
7d39bcfcce
LED menu item bool (like Case Lights)
2018-06-03 00:32:13 -05:00
Scott Lahteine
9641bae325
Cleanup for dual endstops homing
2018-06-03 00:32:13 -05:00
Scott Lahteine
d32beafd21
Add macros for ST7565 commands
2018-06-02 20:31:26 -05:00
Scott Lahteine
3b06a8e917
[1.1.x] Assorted fixes and improvements ( #10914 )
...
Co-Authored-By: ejtagle
2018-06-01 19:00:59 -05:00
Scott Lahteine
67d9d1870c
Merge pull request #10906 from Sebastianv650/fix_junction_dev
2018-06-01 00:12:12 -05:00
Scott Lahteine
08090d10b6
Drop JUNCTION_ACCELERATION from example configs
2018-05-31 20:06:37 -05:00
Sebastianv650
568b19e7d4
Fix/Improve junction deviation
...
- Respect axis max acceleration limits instead of forcing a fixed acceleration value.
- The `junction_unit_vec` ensures proper handling of entry and exit speeds even when the axes involved have different limits.
2018-05-31 20:06:37 -05:00
Scott Lahteine
c010b1f43f
Clean up some trailing spaces
2018-05-31 19:37:22 -05:00
Scott Lahteine
2b49f8ee65
Fix the Z un-hop on G11
...
Co-Authored-By: zarthcode <anthony.clay@zarthcode.com>
2018-05-29 23:40:16 -05:00
Scott Lahteine
9c8594c2fb
For SCARA probe Y offset is proximal/distal
2018-05-29 21:44:13 -05:00
Scott Lahteine
a11717eed6
Improve probe logging
2018-05-29 21:44:13 -05:00
Scott Lahteine
43a55a9af4
Update Fan 2 and E0 Auto Fan pins for Trigorilla
2018-05-29 12:24:37 -05:00
Scott Lahteine
0460406154
Fix M914 value range (-64...+63)
...
Fix #10896
2018-05-29 12:03:01 -05:00
Scott Lahteine
7445f30cbf
Set deltas to park on the left
2018-05-29 11:45:17 -05:00
Scott Lahteine
6f07699ed5
HOTENDS for Switching Extruder with Switching Nozzle
2018-05-29 11:09:29 -05:00
Scott Lahteine
d6cd7d924c
Modify E-stepping macros for use in LINEAR_ADVANCE ( #10887 )
2018-05-28 19:33:54 -05:00
Scott Lahteine
2c4d8761ec
More concise commentary in planner.cpp
2018-05-28 19:27:55 -05:00
Scott Lahteine
dfe90d552d
Long temperature tables need special consideration
2018-05-28 06:27:10 -05:00
Scott Lahteine
c45bfc1c21
Faster (bisect) search in thermistor tables ( #10882 )
2018-05-27 23:27:34 -05:00
Scott Lahteine
fbeea12026
Correct HOTENDS for SWITCHING_EXTRUDER
2018-05-27 22:55:57 -05:00
Scott Lahteine
33b7488f68
Update stepper.cpp Bresenham for 2.0.x parity
2018-05-27 21:44:01 -05:00
Scott Lahteine
0d6ef67e48
Update board_f_cpu to board_build.f_cpu
2018-05-26 23:29:27 -05:00
Scott Lahteine
14f45448cb
Fix switching extruder stepping with LA
2018-05-26 19:05:31 -05:00
Scott Lahteine
e108713d7b
Merge pull request #10857 from thinkyhead/bf1_rename_some_options
...
[1.1.x] Rename and document some configuration options
2018-05-26 18:42:22 -05:00
Scott Lahteine
a7561df3d7
Tweak configuration spacing
2018-05-26 18:31:57 -05:00
Scott Lahteine
0bfb10ffb6
Rename Junction Deviation options
2018-05-26 18:31:57 -05:00
Scott Lahteine
949ee7afe9
BEZIER_JERK_CONTROL => S_CURVE_ACCELERATION
2018-05-26 18:31:57 -05:00
Scott Lahteine
9186123676
Fix manual moves for switching tools ( #10867 )
2018-05-26 18:30:29 -05:00
Bob Kuhn
a07433f1cc
[bugfix-1.1.x] Auto-build CDC support fix, error handling improvements ( #10852 )
2018-05-26 01:07:01 -05:00
Scott Lahteine
1615542ac3
Fix up stepper ISR with linear advance timing ( #10854 )
...
Co-Authored-By: ejtagle <ejtagle@hotmail.com>
2018-05-26 01:00:02 -05:00
Sebastianv650
815c4e7b3f
Add missing config line for JUNCTION_DEVIATION ( #10855 )
2018-05-26 00:57:00 -05:00
Eduardo José Tagle
63f7add00c
[1.1.x] Buffer overflow and scroll fix, UTF8 cleanup ( #10851 )
2018-05-25 23:31:19 -05:00
Scott Lahteine
069bd19aec
Fix warning with FASTER_GCODE_PARSER disabled
2018-05-25 06:46:28 -05:00
Scott Lahteine
d1235033b2
Make sure FAN_ANIM_FRAMES is defined
2018-05-25 05:25:42 -05:00
Scott Lahteine
b20d7129ab
Fix reset of endstops and move state
2018-05-24 19:32:58 -05:00
Scott Lahteine
995702c924
Minor optimization of axis_did_move bits
2018-05-24 19:08:46 -05:00
Scott Lahteine
62d923a053
Fix K8400 Y min pos, M118 comment
2018-05-24 08:19:30 -05:00
Scott Lahteine
a5ac80293e
Merge pull request #10836 from thinkyhead/bf1_malyan_lcd_fix
...
[1.1.x] Malyan LCD compatibility
2018-05-24 06:26:30 -05:00