Scott Lahteine
97e87d8262
Fix G76 reachable test ( #17005 )
2020-02-27 22:47:44 -06:00
Scott Lahteine
bfbd976c09
General G76 cleanup
2020-02-27 07:53:24 -06:00
Scott Lahteine
a75a25cd7c
Replace direct call to G28(true)
2020-02-27 07:48:34 -06:00
Scott Lahteine
77b82d300a
Add idle_no_sleep
2020-02-27 06:45:33 -06:00
Scott Lahteine
e5d39063a2
Cleanups for PTC
2020-02-27 06:45:23 -06:00
Scott Lahteine
be62ab2d02
Move reachable test to Probe class
2020-02-27 06:16:33 -06:00
Scott Lahteine
025c50cc6d
Quick-homing sensorless back-off ( #16872 )
2020-02-26 06:50:13 -06:00
Scott Lahteine
cf597e2bb1
Allow weird probe values in G33
2020-02-26 05:33:57 -06:00
Scott Lahteine
e78f607ef3
Use a STR_ prefix for non-translated strings
2020-02-26 03:02:03 -06:00
Scott Lahteine
7bf2190f03
Fix CALIBRATION_GCODE pin handling
2020-02-04 08:32:43 -06:00
Scott Lahteine
bfad23d3e2
(c) 2020
2020-02-03 08:00:57 -06:00
Scott Lahteine
72b4d91d2e
Add Z_AFTER_HOMING to raise Z more in G28 ( #16755 )
2020-02-02 00:02:30 -06:00
Scott Lahteine
4716dac874
Apply REPEAT, RREPEAT, and loop macros ( #16757 )
2020-02-01 21:00:53 -06:00
InsanityAutomation
e58d1bf974
G34 automatic point assignment ( #16473 )
2020-02-01 04:50:44 -06:00
Scott Lahteine
90b6324563
Encapsulate probe as singleton class ( #16751 )
2020-02-01 04:21:36 -06:00
Scott Lahteine
50889c0f94
Move L64XX index_to_axis to progmem ( #16697 )
2020-01-30 03:24:23 -06:00
Radek Pietruszewski
e6a675e6ec
Fix missing string for M48 build ( #16708 )
2020-01-30 03:13:31 -06:00
Neskik
1db9d9f76f
Fix probe temp calibration ( #16718 )
2020-01-30 03:00:38 -06:00
InsanityAutomation
0fcf2b1110
Quad Z stepper support ( #16277 )
2020-01-19 23:35:07 -06:00
Scott Lahteine
707349d492
Updates for L64XX
2020-01-19 19:53:12 -06:00
tompe-proj
a338dce83f
PINDA v2 temperature sensor / compensation ( #16293 )
2020-01-17 17:16:45 -06:00
Bob Kuhn
1ad53cee1f
Improved STMicro L64XX stepper driver support ( #16452 )
2020-01-13 18:47:30 -06:00
Scott Lahteine
95046c9047
Extend SERIAL_CHAR to take multiple arguments
2020-01-08 18:36:47 -06:00
Jason Smith
3cade6245e
Fix MIN_PROBE_EDGE bug in default ABL G29 ( #16367 )
2020-01-03 17:46:26 -06:00
Dirk O. Kaar
d0e1166cce
Fix Visual Micro "Arduino IDE for Visual Studio" support ( #16418 )
2020-01-02 19:01:38 -06:00
randellhodges
0b6c2d893e
Fix G34 with Z_DUAL_STEPPER_DRIVERS compile ( #16274 )
2019-12-20 22:03:37 -06:00
Scott Lahteine
deff538909
Fix broken M100_dump_routine
2019-12-19 21:02:14 -06:00
Scott Lahteine
b49a0e39d5
HOME_USING_SPREADCYCLE is obsolete
...
Co-Authored-By: teemuatlut <teemu.mantykallio@live.fi>
2019-12-19 16:02:57 -06:00
Moshi Binyamini
dcdaa2025f
Sanity-check Z_STEPPER_AUTO_ALIGN coordinates ( #16231 )
2019-12-19 00:59:01 -06:00
Scott Lahteine
0400783444
Tweak G34, fix a declaration
2019-12-19 00:42:39 -06:00
danym21
6e8dcba698
Fix G28 debug line, M569 calls ( #16213 )
2019-12-15 12:00:00 -06:00
Scott Lahteine
f83bc0aa13
Optimize common strings
...
Saves 128 bytes in testing with `mftest mega 1 -y`
2019-11-29 22:54:42 -06:00
Jason Smith
b904ba0f29
Improve Delta probing / calibration ( #15887 )
2019-11-21 03:26:00 -06:00
Evgeny-SPB
7116a8645c
G34 logic / typo fix ( #15938 )
2019-11-19 23:25:07 -06:00
Roxy-3D
f19fa64e98
Eliminate multiple settings to extruder_duplication_enabled in G28
...
If the IDEX mode was previously set (via GCode or the LCD Panel) to a duplication mode... It was lost after a G28 due to this redundant setting of 'extruder_duplication_enabled'.
It is very important to the various use cases of IDEX machines that extruder_duplication_enabled is preserved across a G28. The reason is this allows a person to use the LCD Panel to put the machine into a duplication mode, and then send a 'normal' part file to the printer and get two parts out of the process.
2019-11-15 15:42:01 -06:00
danym21
28e1614c2e
Add Sensorless Homing current ( #15690 )
2019-11-10 18:45:06 -06:00
Jason Smith
770adcfa15
Raise Z before homing X/Y on unknown Z ( #15859 )
2019-11-10 16:21:20 -06:00
Jacob Jordan
9895e6d766
Only use slow homing speed where applicable ( #15640 )
2019-10-24 13:14:45 -05:00
Scott Lahteine
cd3ec5a77b
Add error-check to M422
2019-10-24 12:59:50 -05:00
Jason Smith
832cb7e1ac
Z_STEPPER_AUTO_ALIGN — To align with Z stepper points ( #15195 )
2019-10-16 13:39:58 -05:00
Marcio Teixeira
6a865a6146
Multi-language support ( #15453 )
2019-10-09 19:46:10 -05:00
Scott Lahteine
f307ff68f7
Multiply by float, not double
2019-09-29 17:25:27 -05:00
Alex Somesan
10bbed7f69
Fix comma/semicolon typo ( #15420 )
2019-09-29 16:50:53 -05:00
Scott Lahteine
50e4545255
Add custom types for position ( #15204 )
2019-09-29 04:25:39 -05:00
Scott Lahteine
455dabb183
Add a feedRate_t data type ( #15349 )
2019-09-26 01:28:09 -05:00
Robby Candra
9c288a682d
Followup to probe_at_point change ( #15342 )
2019-09-25 02:29:10 -05:00
Scott Lahteine
5288c399ce
Patch probe offset name, defines
2019-09-24 23:39:23 -05:00
Scott Lahteine
4e8d9fe59b
zprobe_offset => probe_offset
2019-09-24 23:36:09 -05:00
InsanityAutomation
df1e51258a
Add M851 X Y probe offsets ( #15202 )
2019-09-24 21:29:21 -05:00
Scott Lahteine
5e13fe989f
Rename some feedrate-oriented functions
2019-09-23 22:36:41 -05:00