Scott Lahteine
0702c78e62
Fix and improve POWER_LOSS_RECOVERY ( #11186 )
2018-07-02 23:21:18 -05:00
Scott Lahteine
84187dca5c
Add "Marlin Dev Mode" option
2018-07-02 22:53:01 -05:00
Scott Lahteine
b7c648db32
Minor patches for POWER_LOSS_RECOVERY
2018-07-02 17:25:15 -05:00
Scott Lahteine
a83f7f1d25
Turn off DISABLE_INACTIVE_EXTRUDER with SWITCHING_NOZZLE
...
Fix #11183
2018-07-02 17:25:15 -05:00
Roman Moravčík
5700360adf
[1.1.x] Slovak translation update ( #11174 )
2018-07-01 23:15:14 -05:00
Scott Lahteine
defaa93121
Do a hard kill for failed homing moves ( #11160 )
2018-06-30 21:53:58 -05:00
Scott Lahteine
c4fbbcaf46
Lose the old HOMEAXIS macro
2018-06-30 18:07:40 -05:00
Scott Lahteine
ca6ddbc555
Detect endstop hits in any direction
2018-06-30 17:26:49 -05:00
Scott Lahteine
1caa01a9a2
Fix Trigorilla 1.4 pin defines
...
See #11097
2018-06-30 13:45:41 -05:00
Scott Lahteine
a294ec3836
Add delta feedrate scaling ( #11152 )
2018-06-30 13:44:37 -05:00
Giuliano
a789ab4005
[1.1.x] Git ignore for VS ( #11156 )
...
Add missing VS file
2018-06-30 02:51:20 -05:00
Scott Lahteine
718a22e836
Non-conflicting CS pins for MKS Gen L
2018-06-30 02:35:45 -05:00
Scott Lahteine
be3e006fc8
Fix G33 compile warning
2018-06-29 23:20:59 -05:00
Scott Lahteine
654f0bed25
Remove JUNCTION_DEVIATION_INCLUDE_E option ( #11146 )
2018-06-29 22:41:56 -05:00
Scott Lahteine
609e7da3f3
Fix and tweak POWER_LOSS_RECOVERY ( #11150 )
2018-06-29 22:40:49 -05:00
Scott Lahteine
67475374ae
Fix SKEW_CORRECTION compile error
2018-06-29 19:37:47 -05:00
Scott Lahteine
485d50ecb0
Ignore Z min endstop with separate Z probe
...
To allow for the case where a Z endstop (e.g., hall effect) is higher than the probe trigger point, don't check the Z min endstop during probe moves. See #11134
2018-06-28 05:09:45 -05:00
Scott Lahteine
5788a393c0
Fix up microsteps conditionals
2018-06-28 00:07:03 -05:00
Scott Lahteine
5e03dede18
Eliminate stepper.* signed/unsigned warnings
2018-06-27 23:06:49 -05:00
Scott Lahteine
b880028334
Fix stepper/planner block handling, race conditions ( #11136 )
...
- Allow planner to alter the deceleration phase of the currently executing block.
- Remove BUSY flag, as it is NON ATOMIC to set bits in the Stepper ISR and Planner at the same time.
Co-Authored-By: ejtagle <ejtagle@hotmail.com>
2018-06-27 18:11:23 -05:00
Scott Lahteine
cff2201629
Poll all endstops, even when stationary ( #11125 )
...
Co-Authored-By: ejtagle <ejtagle@hotmail.com>
2018-06-27 04:19:05 -04:00
Scott Lahteine
e352c1e52d
Endstop patch followup
2018-06-27 00:12:42 -05:00
Scott Lahteine
04fc715c91
Add minimum step dir delay option, A4988 pulse note ( #11122 )
...
Co-Authored-By: ejtagle <ejtagle@hotmail.com>
2018-06-26 22:28:46 -04:00
Scott Lahteine
4d5c655f8d
Make max_e_jerk an array to save CPU ( #11121 )
...
Co-Authored-By: gloomyandy <andy-git@gloomy-place.com>
2018-06-26 22:09:38 -04:00
Giuliano
0a2d3ecfd4
[1.1.x] Fix advanced pause init values ( #11096 )
...
Fixed for cycle used to initialize default values
2018-06-26 14:38:08 -04:00
Scott Lahteine
8600cbb01b
Clear Max7219 without test pattern
2018-06-25 11:54:14 -04:00
Scott Lahteine
dd9c65d0be
[1.1.x] Fix stepper/planner race condition, Stepper pulse timer ( #11084 )
...
* Fix planner/stepper race condition
Co-Authored-By: ejtagle <ejtagle@hotmail.com>
Co-Authored-By: AnHardt <github@kitelab.de>
* Fix stepper pulse timing
Co-Authored-By: ejtagle <ejtagle@hotmail.com>
2018-06-22 10:53:46 -04:00
Scott Lahteine
53745446f9
Fix LIN_ADVANCE max_e_jerk_factor
...
According to https://github.com/MarlinFirmware/Marlin/issues/9917#issuecomment-399204568
2018-06-21 21:38:52 -04:00
Scott Lahteine
52f5efb78d
Filter endstops state at all times ( #11076 )
2018-06-21 20:13:16 -05:00
Scott Lahteine
94787114f1
Merge pull request #11074 from thinkyhead/bf1_value_editing
2018-06-21 20:12:48 -05:00
Roxy-3D
7632df6820
add the move_z_after_probing() functionality to UBL's G29 J
2018-06-21 13:22:40 -05:00
Scott Lahteine
bd10791b6d
Edit Z fade as whole numbers
2018-06-21 11:53:29 -04:00
Scott Lahteine
b05fcad7fe
Fix value editing with callback
2018-06-21 11:48:27 -04:00
Scott Lahteine
3bb332b440
Use Tool 0 for Dual X Axis G29
...
See https://github.com/MarlinFirmware/Marlin/issues/5597#issuecomment-397683325
2018-06-19 22:54:30 -05:00
Scott Lahteine
e0b4abd3eb
Don't reset stepper timeout for all g-codes
2018-06-19 21:50:09 -05:00
Roxy-3D
3ca4f09680
Tiny improvement to M7219
...
The registers within the Max7219 can get corrupted a number of ways. This allows the Max7219 to be reset and fully initialized.
And... it also allows the user to see the initialization pattern.
2018-06-19 18:21:19 -05:00
Giuliano
7cdaf69ab7
[1.1.x] Fix Italian msg len ( #11057 )
...
Fix message to long for 12864 display
2018-06-18 22:04:35 -05:00
Scott Lahteine
dc087b1132
[1.1.x] Tweaks and additions for MAX7219 ( #11033 )
2018-06-18 22:03:53 -05:00
Scott Lahteine
35023b09ef
Fix critical section start/end
2018-06-16 17:38:46 -05:00
Scott Lahteine
a85f60adb9
Unsigned eeprom mesh addresses
2018-06-15 15:54:42 -05:00
Bob Kuhn
c28d2e9638
Auto Build for Visual Studio Code ( #11015 )
2018-06-13 18:49:30 -05:00
Giuliano
e601cfb836
[1.1.x] reset bltouch on home ( #11010 )
2018-06-13 14:08:47 -05:00
Scott Lahteine
c0e4a7a928
Merge pull request #11012 from thinkyhead/bf1_ensure_endstop
...
[1.1.x] Extra insurance against endstop false positives
2018-06-13 01:21:41 -05:00
Scott Lahteine
af1721b351
Extra insurance against endstop false positives
2018-06-13 00:36:47 -05:00
Scott Lahteine
cc4e515480
Fix coolstep_min_speed / sensorless homing
...
Fix #8890
2018-06-12 22:53:17 -05:00
Scott Lahteine
91976e3ef4
Merge pull request #11011 from thinkyhead/bf1_honor_step_rate
...
[1.1.x] Ensure good min/max stepper timing
2018-06-12 21:52:48 -05:00
Scott Lahteine
9d91ea4e3e
Fix stepper pulse duration
2018-06-12 21:35:03 -05:00
Scott Lahteine
d3567592d7
Localize stepper-specific defines
2018-06-12 21:22:13 -05:00
Scott Lahteine
87eddf35e2
HAL_STEPPER_TIMER_RATE => STEPPER_TIMER_RATE
2018-06-12 16:55:57 -05:00
Scott Lahteine
1d048f5192
Optional homing/leveling with O parameter
...
Based on #10913
Co-Authored-By: dot-bob <gibben@gmail.com>
2018-06-11 23:13:18 -05:00