Scott Lahteine
11ab017dd0
Creality3D Power-Loss Recovery
7 jaren geleden
Scott Lahteine
7dcd0a1cff
Add R parameter to G28 to specify pre-raise
7 jaren geleden
Luc Van Daele
646aa20b43
Overhaul of G33 Delta Calibration (#8822 )
7 jaren geleden
Luc Van Daele
ac2e0afb62
Low Point for delta calibration (#10363 )
7 jaren geleden
Scott Lahteine
8b8ad14178
Add Z_PROBE_LOW_POINT to prevent damage
7 jaren geleden
Scott Lahteine
1a75165f35
For set_z_fade_height use set_bed_leveling_enabled
7 jaren geleden
AnHardt
c1f58a238d
No delay in sensorless quick homing (#10254 )
7 jaren geleden
Scott Lahteine
bc45fb6b13
Tweak use of move_z_after_probing
7 jaren geleden
Scott Lahteine
c352954882
Allow no raise after run_z_probe in probe_pt
7 jaren geleden
Scott Lahteine
8922b56b58
Fix some spelingz
7 jaren geleden
Scott Lahteine
a6feb58837
Delta support for multiple hotends with offsets (#10118 )
7 jaren geleden
Scott Lahteine
14c03cb6f4
[2.0.x] Make MIN_PROBE_EDGE a general option (for electronic probes) (#10069 )
Some probes don't work near the edges of the bed. This change promotes MIN_PROBE_EDGE to a general setting that applies to all probing functions.
7 jaren geleden
Scott Lahteine
28f1276286
[2.0.x] Add Z_AFTER_PROBING option (#10058 )
Some "fix-mounted" probes need manual stowing. And after probing some may prefer to raise or lower the nozzle. This restores an old option but tailors it to allow raise or lower as preferred.
7 jaren geleden
Scott Lahteine
751785fc97
Followup to recent patches
- `M666` is static, not inline
- Disambiguate some stepper macros
7 jaren geleden
Scott Lahteine
f003173752
Fixup M666
Followup to d6df032
7 jaren geleden
Scott Lahteine
d6df0322c2
Update M666 for XYZ dual endstops
7 jaren geleden
Scott Lahteine
419d12ca1b
Add UNKNOWN_Z_NO_RAISE option
With this option enabled, Z won't ever be raised until after `G28` has been completed, and it won't raise if Z becomes unknown. This is good for machines whose beds fall when Z is powered off.
7 jaren geleden
Scott Lahteine
2057177184
Make enums into implicit char
7 jaren geleden
Scott Lahteine
a446433c87
Fix SENSORLESS_HOMING for Core Kinematics (#9868 )
7 jaren geleden
Scott Lahteine
b2cf253a13
Add RESTORE_LEVELING_AFTER_G28 option
7 jaren geleden
Scott Lahteine
1d7f5be0ff
quick_home_xy sensorless homing
7 jaren geleden
Scott Lahteine
d4e4fe40e0
Add SENSORLESS_HOMING delay to quick_home_xy
Fix #9471
7 jaren geleden
Scott Lahteine
3af988a7f3
Add sensorless homing delay to home_z_safely
Based on #9705
7 jaren geleden
Scott Lahteine
8ffa0b24a4
Strip excess G28 debug logging
7 jaren geleden
Kevin
9019ea0fce
Option to force X or Y to home first when homing the other axis
7 jaren geleden
AnHardt
133b38b93b
Complete M48 description (#9631 )
7 jaren geleden
Scott Lahteine
a8c4174a13
M100 comment
7 jaren geleden
Scott Lahteine
1dcfe193ac
Optimize some serial strings
7 jaren geleden
Roxy-3D
a5dfe08a81
Add precision to planner.xy_skew_factor so it doesn't print as 0.00
7 jaren geleden
Scott Lahteine
6d94bbf618
Apply some PGM_P pointers
7 jaren geleden
robpower
5595098063
V2 Extended NanoDLP_Z_Move_Sync to G4 & G28,Added all axis option.
7 jaren geleden
Scott Lahteine
117fc872a7
Update current position in M852
7 jaren geleden
revilor
9e3fbcf35c
fix for #8669 (#8679 )
* fix for #8669
* Update G28.cpp
7 jaren geleden
Thomas Moore
b35c3b5eb8
Fix missing return values in G33_auto_tune
7 jaren geleden
Scott Lahteine
0154e3480c
New feature: BED_SKEW_CORRECTION
7 jaren geleden
Scott Lahteine
22b897e77d
Show M211 output with workspace offset
7 jaren geleden
LVD-AC
65f365333f
[2.0.x] G33 probe error handling
7 jaren geleden
LVD-AC
e334efb2a7
PROBE_MANUALLY etc.
7 jaren geleden
Thomas Moore
f34c3597dc
Add delta_height variable in lieu of using home_offset
7 jaren geleden
Scott Lahteine
82f45c3e6a
Patch G33 misuse of PROBE_MANUALLY
7 jaren geleden
Scott Lahteine
96c9d715f3
Patch abuse of sprintf_P in G33
7 jaren geleden
Colten Edwards
a6160916b0
[2.0] Fix M48 for delta printers/ABL compile issue (#8286 )
* fix M48 for delta printers
fix M48 for delta printers. home printer if not already homed.
* remove ENABLED(DELTA)
remove ENABLED(DELTA) as it is not needed.
* Update M48.cpp
* abl needs queue.h
without queue.h abl will not compile since there is a script that runs at the end of it and we need to queue it up.
7 jaren geleden
Scott Lahteine
a22434508f
Match tweaks to G33 from 1.1
7 jaren geleden
Scott Lahteine
79772219ae
Fix Fan Multiplexer init
7 jaren geleden
Colten Edwards
e0a6ee8da5
[2.0] Fix up G33, LPC1768 + SDCARD_SORT_ALPHA (#8250 )
* Update Conditionals_post.h
* Add a cast to round() to convert to a unsigned int
Add's a cast to round() so that it will compile properly. round() returns a float which must be cast to a integer for the following % operation. Use a unsigned int as a negative index to an array is wrong. Should never be more than 255 points allowing us to use a 8 bit cast.
* Update G33.cpp
7 jaren geleden
Scott Lahteine
f8393a0908
Operate in Native Machine Space
7 jaren geleden
Scott Lahteine
31f112cf58
Cleanup trailing whitespace
7 jaren geleden
Luc Van Daele
6827e243a0
[2.0.x] G33 magic numbers (#8171 )
* [2.0.x] G33 magic numbers
* oops
* Comments
* oops
* warning
* better comment section
* remarks
* extra grids
7 jaren geleden
Scott Lahteine
723f2a77f6
Implement support for Dual X and Y endstops
7 jaren geleden
Luc Van Daele
a1a4fc277e
(2.0.x) serious bug G33 (#8136 )
* (2.0.x) serious bug G33
* Revert config changes
This reverts commit 74b5a98223 .
7 jaren geleden