Scott Lahteine
80b3f8c395
Allow Z_SAFE_HOMING sanity checks to handle floats
2018-03-31 19:00:14 -05:00
Scott Lahteine
712b213b40
Split up tool_change, raise for non-delta too
2018-03-30 16:06:52 -05:00
Scott Lahteine
52750bf362
Simplified leveling-based tool change
2018-03-30 16:06:47 -05:00
Scott Lahteine
0afdec882c
For set_z_fade_height use set_bed_leveling_enabled
2018-03-30 16:06:42 -05:00
Scott Lahteine
29b048810c
Symmetrical FWRETRACT Z Hop
...
Do the Z lift normally before setting Z back to its prior value. But do the Z lower using spoofing. This should produce proper symmetrical movement.
2018-03-30 15:47:06 -05:00
Scott Lahteine
0eb1830d85
Change order of inactive stepper disable/enable
...
This ensures that steppers that share an enable pin will only be disabled for a miniscule time.
2018-03-30 15:10:03 -05:00
Scott Lahteine
f5c980f9cf
Clear the "Wait for user" message set by M0/M1
...
See https://github.com/MarlinFirmware/Marlin/issues/10246#issuecomment-377146936
2018-03-29 17:57:50 -05:00
Scott Lahteine
d36e950547
Temporary workaround for tool-change compile error
...
Pending a more complete solution to tool-change Z deviation.
2018-03-29 17:57:50 -05:00
Scott Lahteine
df75e9d692
Fix BLTOUCH compile error
...
Followup to #10249
2018-03-29 17:57:49 -05:00
AnHardt
86c3be7089
No delay in sensorless quick homing ( #10253 )
2018-03-29 16:09:19 -05:00
Scott Lahteine
575b099e40
Alert users about low Z jerk values
2018-03-28 22:58:41 -05:00
Scott Lahteine
360166f626
Merge pull request #10249 from thinkyhead/bf1_homing_move_adjustments
...
[1.1.x] Improvements to general and delta homing
2018-03-28 22:05:40 -05:00
Scott Lahteine
b5f1a4141c
"G28 Z forbidden" => "Home XY first"
2018-03-28 21:54:20 -05:00
Scott Lahteine
0401f4ce14
Clear sensorless homing in home_delta after first move-to-top
2018-03-28 21:19:14 -05:00
Scott Lahteine
9f3b4d537d
Do moves towards endstops differently in do_homing_move
2018-03-28 21:19:14 -05:00
Scott Lahteine
deefd2defa
Wait before turning off PRINTER_EVENT_LEDS at print end ( #10247 )
2018-03-28 20:32:32 -05:00
Scott Lahteine
1e31b56b0f
Fix checksum + card.saving
...
Followup to #10204
2018-03-28 18:40:36 -05:00
Scott Lahteine
86e58df324
Fix G10/G11 debug logging
2018-03-28 18:40:36 -05:00
Scott Lahteine
3edf9904f4
Fix linear/3-point manual leveling buffer overrun
...
Fixes #10137
2018-03-28 18:40:36 -05:00
Scott Lahteine
8f461568e0
Undo German changes
...
See 941e9bd329 (commitcomment-28262166)
2018-03-28 14:46:42 -05:00
Scott Lahteine
e848bebb10
Fix missing comma in tmc_sgt
...
Fixes #10209
2018-03-28 14:44:30 -05:00
Adrian Cuzman
f84f7e5a38
Require a checksum when writing to SD ( #10204 )
...
When streaming commands to SD with XON/XOFF, errors can occur and cause incomplete commands to be written to the file. This change ensures that only commands with line numbers and checksum will be saved to SD.
2018-03-28 14:43:41 -04:00
Rob Power
677bd19dbf
[1.1.x] NANODLP_Z_SYNC requires linear axes ( #10239 )
2018-03-28 14:02:58 -04:00
Scott Lahteine
dc05d7fc2b
Apply three spaces after pin defines
2018-03-28 12:26:44 -05:00
Scott Lahteine
2894d8b18e
Update some Travis test items
...
Based on #10227 by @Bob-the-Kuhn
2018-03-27 21:26:48 -05:00
Thomas Karl Pietrowski
bfdd14be4f
bq Hephestos2: Allow bed leveling ( #10234 )
...
* Increases the offset, needed to allow the nozzle to touch the bed
* By default uses an offset of -4. This one is minimally far way from the buildplate and therefore only fine-tuning is needed to set the correct distance.
2018-03-27 22:06:14 -04:00
Kai
941e9bd329
Update language_de.h ( #10216 )
...
Wrong meaning
2018-03-25 15:21:26 -04:00
Scott Lahteine
e1f8c97b21
Chinese updates ( #10215 )
...
From #10211 by @yhfudev
2018-03-25 12:38:08 -04:00
Scott Lahteine
71c05f1b57
Enforce minimum TMC2130 / TMC2208 libs
2018-03-24 15:56:09 -04:00
Scott Lahteine
2c79faede9
Z correction on tool-change for all HAS_MESH ( #10198 )
2018-03-23 13:11:51 -05:00
Scott Lahteine
94badcbace
Use pgm_read_ptr for tables of pointers
2018-03-23 02:17:51 -04:00
Scott Lahteine
2746eb589e
Fix size of EEPROM tmc_hybrid_threshold
...
Followup to #10101
2018-03-23 02:04:45 -04:00
teemuatlut
f264228074
[1.1.x] TMC: Match axis label order ( #10189 )
2018-03-23 01:02:42 -05:00
Roxy-3D
994fdb5179
Get data declarations consistent...
2018-03-22 19:22:49 -05:00
Scott Lahteine
1e41d157a3
Merge pull request #10178 from thinkyhead/bf1_auto_reset_stepper_timeout
...
[1.1.x] Automatically reset stepper timeout
2018-03-21 19:25:15 -05:00
Scott Lahteine
c57545ee08
blocks_queued => has_blocks_queued
2018-03-21 19:08:02 -05:00
Scott Lahteine
647c04def8
Automatically reset stepper timeout in manage_inactivity
...
Any code that adds moves to the planner can skip resetting the stepper timeout. We can let `idle` / `manage_inactivity` reset the timer whenever it detects any moves in the planner.
2018-03-21 19:08:02 -05:00
Roxy-3D
9e987e4971
Correct truncated comment
2018-03-21 16:53:40 -05:00
Scott Lahteine
ba55602462
Tweaks to M915
2018-03-21 05:41:00 -05:00
Scott Lahteine
ec46336df7
For MK2_MULTIPLEXER undef DISABLE_INACTIVE_EXTRUDER
...
Fix #10098
2018-03-21 05:41:00 -05:00
Scott Lahteine
d57adbb88b
Trust the bootloader to clear globals
2018-03-21 05:41:00 -05:00
Scott Lahteine
b24099c9d0
Allow G53 to go back to native space
2018-03-21 01:38:41 -05:00
Scott Lahteine
203d3f8f56
UBL G29 parity with 2.0.x
2018-03-21 01:36:16 -05:00
Scott Lahteine
d9e1cbebea
Tweak use of move_z_after_probing
2018-03-21 01:36:16 -05:00
Scott Lahteine
e5fbbbc068
Allow no raise after run_z_probe in probe_pt
2018-03-21 01:36:16 -05:00
Scott Lahteine
4eddcf9142
Also suspend keepalive messages with suspend_auto_report
2018-03-21 00:26:00 -05:00
Scott Lahteine
bc01200495
Merge pull request #10101 from thinkyhead/bf1_eeprom_M913
...
[1.1.x] More complete Trinamic driver options
2018-03-20 23:14:10 -05:00
Scott Lahteine
c95e3e3bcb
Merge pull request #10165 from AnHardt/bf1_fix_Autotune_THERMAL_PROTECTION_BED_off
...
[1.1.x] Fix_Autotune_THERMAL_PROTECTION_BED_off
2018-03-20 16:41:22 -05:00
AnHardt
105c81217c
Make 2 constants in autotune configurable
...
But hidden, since changes are rarely needed.
2018-03-20 16:39:27 -05:00
AnHardt
3911c38d5e
Fix autotune Thermal Protection
...
When `THERMAL_PROTECTION_BED` is off but `THERMAL_PROTECTION_HOTENDS` is on, `watch_temp_period` and `watch_temp_increase` are initialized with the values for `THERMAL_PROTECTION_HOTENDS`. Later it is not tested if these values are for the bed or the nozzles.
- Add test.
- Name a constant.
Fix for #10150
2018-03-20 16:38:38 -05:00