mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-12-28 02:10:32 -07:00
parent
1cea29598c
commit
c626e3efb2
2 changed files with 2 additions and 2 deletions
|
|
@ -232,7 +232,7 @@ static void _lcd_goto_next_corner() {
|
|||
|
||||
// Probe down and return 'true' if the probe triggered
|
||||
bool _lcd_bed_tramming_probe(const bool verify=false) {
|
||||
if (verify) line_to_z(current_position.z + (BED_TRAMMING_Z_HOP)); // Do clearance if needed
|
||||
if (verify) do_z_clearance_by(BED_TRAMMING_Z_HOP); // Do clearance if needed
|
||||
TERN_(BLTOUCH, if (!bltouch.high_speed_mode) bltouch.deploy()); // Deploy in LOW SPEED MODE on every probe action
|
||||
do_blocking_move_to_z(last_z - BED_TRAMMING_PROBE_TOLERANCE, z_probe_slow_mm_s); // Move down to lower tolerance
|
||||
if (TEST(endstops.trigger_state(), Z_MIN_PROBE)) { // Probe triggered?
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ opt_enable REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER BLTOUCH NEOPIXEL_LED Z_
|
|||
FILAMENT_RUNOUT_SENSOR FIL_RUNOUT4_PULLUP FIL_RUNOUT8_PULLUP FILAMENT_CHANGE_RESUME_ON_INSERT PAUSE_REHEAT_FAST_RESUME \
|
||||
LCD_BED_TRAMMING BED_TRAMMING_USE_PROBE
|
||||
opt_disable CONFIGURE_FILAMENT_CHANGE
|
||||
exec_test $1 $2 "BigTreeTech GTR | 8 Extruders | Auto-Fan | Mixed TMC Drivers | Runout Sensors w/ distinct states" "$3"
|
||||
exec_test $1 $2 "BigTreeTech GTR | 8 Extruders | Autofan | Mixed TMC | BLTouch | Distinct Runout Sensors" "$3"
|
||||
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_BTT_GTR_V1_0 SERIAL_PORT -1 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue