Scott Lahteine
e519e95953
Merge pull request #6358 from thinkyhead/rc_doubleclick_fix
Show Cancel/Continue screen for ABL "Level Bed"
8 years ago
Scott Lahteine
a81606c680
Show Cancel/Continue screen for ABL "Level Bed"
8 years ago
Scott Lahteine
51021bc7b8
Merge pull request #6353 from thinkyhead/rc_endstop_coolness
Clean up endstop triggering code
8 years ago
Scott Lahteine
857dec0990
Merge pull request #6342 from benlye/benlye-fix-softspi
Fix softspi variant conditional for 1284p
8 years ago
Scott Lahteine
4e04383d18
Merge pull request #6354 from thinkyhead/rc_doubleclick_fix
Fix undefined symbol if DOUBLECLICK_FOR_Z_BABYSTEPPING and HAS_BED_PROBE defined
8 years ago
Thomas Moore
8dd0492e68
Show lcd_babystep_zoffset screen if DOUBLECLICK_FOR_Z_BABYSTEPPING is enabled and HAS_BED_PROBE is defined
8 years ago
benlye
0a2f60fab4
Make spi.h inclusion conditional
spi.h is only needed if HEATER_0_USES_MAX6675 is defined, so making its inclusion conditional on HEATER_0_USES_MAX6675 being defined.
8 years ago
Bob-the-Kuhn
60471b7592
minor improvements
Configuration_store.cpp - changed a couple of print statements so the
values were printed. The old method resulted in the formula being
printed.
ubl_G29
1) added support for R option to P4. Now probes all points unless R is
present and the number is greater than 0.
2) P2 - moved map print statement so it showed the point that was
currently being probed, The old location did this only for the first
point.
3) P4 - Moved the map print for the same reason.
ultralcd.cpp - changed "Mesh Editor :" to "Mesh Editor" because the LCD
draw routine puts a ":" in automatically so you end up with an extra ":"
using the old message.
8 years ago
Scott Lahteine
25a61e9061
Improve motion-based endstop triggering code
8 years ago
Scott Lahteine
5a97a7be97
Merge pull request #6352 from thinkyhead/rc_patch_menu_bug
Fix compiler warning about z-offset callback
8 years ago
Scott Lahteine
a2356c2825
Fix compiler warning about z-offset callback
8 years ago
Scott Lahteine
3a40e637cd
Merge pull request #6350 from thinkyhead/rc_more_dualx_logging
Add more Dual X logging
8 years ago
Scott Lahteine
037c964d26
Reverse bools on prepare_move sub-functions
8 years ago
Scott Lahteine
d9c4333806
Extra logging of Dual X modes
8 years ago
Scott Lahteine
8cccf69ef7
Merge pull request #6348 from thinkyhead/rc_tmc2130_clean_clean
TMC2130 update. Fixes, tune-ups, new features
8 years ago
Scott Lahteine
4067d15c92
Cleanup, extend TMC2130 implementation
8 years ago
Scott Lahteine
d60c02c5b1
Cleanup, extend TMC2130 configuration
8 years ago
Scott Lahteine
0e97b3d6d0
Fix some configuration spacing
8 years ago
Scott Lahteine
cf6f483378
Merge pull request #6187 from thinkyhead/rc_flsun_delta_autocal
Delta: DELTA_HEIGHT, G33 Auto-Calibrate, drop M206/M428, add M665 H
8 years ago
Scott Lahteine
24882adfbf
Allow NO_WORKSPACE_OFFSETS with DELTA_AUTO_CALIBRATION
- On `DELTA` the `M665 H` option supplants `M206`
- On `DELTA` `NO_WORKSPACE_OFFSETS` only reverts `G92` behavior
- Spawn 4 conditionals based on `NO_WORKSPACE_OFFSETS`
- Optimize coordinate space conversion for `DELTA` workspace
- To keep EEPROM version, retain `home_offset[XYZ]`, just ignore XY
8 years ago
Scott Lahteine
40dfafbe89
Add Travis CI test for FLSUN config
8 years ago
LVD-AC
8821963873
Implement delta auto-calibration and delta_height
8 years ago
Scott Lahteine
b305699046
Merge pull request #6341 from benlye/benlye-lcd_babystep_zoffset
Fix lcd_babystep_zoffset()
8 years ago
LVD-AC
03bda24d19
Add delta auto-calibration and configuration for Flsun AC
8 years ago
Scott Lahteine
396bd7b377
Update "firstpush" to open branch commits on Github
8 years ago
Scott Lahteine
1bd25fd2b3
Clean up config spacing, section headings, etc.
8 years ago
Scott Lahteine
153b0ae967
Tweak Delta Printer configuration note
8 years ago
Scott Lahteine
81ffd98dd9
Allow faux leveling
8 years ago
Scott Lahteine
2355d87e11
Merge pull request #6346 from thinkyhead/rc_broken_abl_test
Add support for SOLENOID_PROBE
8 years ago
Scott Lahteine
f4685c28b7
Reorder Conditionals_post.h and add comments
8 years ago
Scott Lahteine
5135be14ea
Include Travis CI tests for 5 extruders / e-steppers
8 years ago
Scott Lahteine
0ac2b5c045
Additional 5 extruders support (solenoids, microstepping)
8 years ago
Scott Lahteine
fd2a0784ba
Add support for SOLENOID_PROBE
8 years ago
Scott Lahteine
5803ba43a9
Expose EXT_SOLENOID as an advanced option
8 years ago
Scott Lahteine
ea734f910b
Use direct pin manipulation whenever possible
8 years ago
Scott Lahteine
19d0c6a0c0
Patch to init W with RGBW_LED
8 years ago
Scott Lahteine
3e079660b0
Never define SLED_PIN
8 years ago
Scott Lahteine
76765a8279
Merge pull request #6337 from thinkyhead/rc_core_endstop_fix
CORExx endstop detection fixes
8 years ago
benlye
1a447d0047
Fix variant conditional for 1284p
8 years ago
benlye
1f9ee42750
Fix lcd_babystep_zoffset()
Resolve 'steps_to_mm was not declared in this scope' compilation error after recent changes to merge babystepping with M851
8 years ago
Bob-the-Kuhn
445d39e95a
CORExx endstop detection fixes
1. The CORExx printers were checking more endstop axis than needed.
2. Removed all the CORE_xx_NOT logic. The motor_direction(xx) routine
always returns the correct data so it is not needed. It was actually
cause the wrong direction to be checked in some cases.
3. Made the logic/defines for X, Y & Z axis all the same. The old logic
checked inappropriate configurations for Y and didn't check all the
correct configurations on Z.
4. Added a check for zero steps before the X, Y & Z axis. Previously
would check the they axis even if there were no movement.
8 years ago
Roxy-3D
28fec61f92
M100 Fixes and Features
All the memory accesses need to be unsigned char in order to avoid
false errors being detected. Two new features are available for
developers to call into the M100 functionality to look for data
corruption.
8 years ago
Scott Lahteine
2f2835e622
Merge pull request #6332 from thinkyhead/rc_babystep_zprobe
Make BABYSTEP_ZPROBE_OFFSET an optional feature
8 years ago
Scott Lahteine
52c3ace102
Add BABYSTEP_ZPROBE_OFFSET as an optional feature
8 years ago
Scott Lahteine
cd4e6abec8
Group BABYSTEPPING options together
8 years ago
Scott Lahteine
972c9655e9
Merge pull request #6245 from thinkyhead/rc_babystep_zprobe
BABYSTEPPING updates Z probe offset
8 years ago
Scott Lahteine
60ac41a32c
Add code to handle changes to zprobe_zoffset
8 years ago
Scott Lahteine
8fa4209916
Movement/adjustment should be reverse of probe offset change
8 years ago
Thomas Moore
361655828f
Use babystepping to adjust bed probe z-offset
8 years ago
Scott Lahteine
36e5c7c389
Merge pull request #6330 from thinkyhead/rc_improvements
Sanity check per-axis options' array sizes
8 years ago