Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual Tramming on/off issue - Possibly collision #742

Closed
TRX0011 opened this issue Feb 16, 2023 · 2 comments
Closed

Manual Tramming on/off issue - Possibly collision #742

TRX0011 opened this issue Feb 16, 2023 · 2 comments
Labels
bug: Confirmed Something isn't working

Comments

@TRX0011
Copy link

TRX0011 commented Feb 16, 2023

Describe the bug
Printer Ender 3v2 with CR Touch, dual Z kit, Sprite Pro (=S1 Pro with glass bed).

Manual bed tramming is not working correct when we disable it (from enabled condition) and try to move to another point. In result, it moves the head at the lower position (Z=0) with highly possibility to crash or scratch the bed.

To Reproduce
When using bed tramming, if manual tramming is off (unchecked) and want to check FL,C,FR etc, the head moves up (+z) before each movement to avoid any collision with the bed. This is correct.

If manual tramming is ON (checked), the head moves to the point we select (say Front Left) and lowers to the zero Z. If we select another point (say Center), the head moves up (+Z) and moves to the point (Center) ad lowers again at Z=0. This is also correct.

The error:

  1. In Bed Tramming, uncheck the Manual Tramming (CR Touch based tramming).
  2. Move to different points like corners and center
  3. Go and check Manual tramming (on)
  4. Try to move to different points. Will behave correctly. The head remains at zero Z and moves up only if it has to move to a different point.
  5. Now, uncheck the manual tramming (off)
  6. Try to move to a new point or even on the same point you used in the last step
  7. -->> the head stays at zero Z and moves to the point. This is wrong and possibly to scratch the bed/nozzle if the bed is not leveled.

Expected behavior
The head has to lift up (+Z) like it did in the previous steps.

Screenshots
No screenshot

Version (please complete the following information):
https://github.com/mriscoc/Special_Configurations/releases/download/T13/Ender3V2-422-BLTUBL-T13-MPC-20221222.bin

Additional context
Ender 3v2 (board 4.2.2 w/ 512K) + official CR Touch + official Dual Z kit + Official Sprite Pro

Sorry for my English and any mistake I did or not provide correctly, this is my first post!

@mriscoc mriscoc added the bug: Potential? Is it a bug? confirmation or more user feedback is required label Feb 17, 2023
@mriscoc mriscoc transferred this issue from mriscoc/Special_Configurations Feb 17, 2023
@mriscoc mriscoc added bug: Confirmed Something isn't working and removed bug: Potential? Is it a bug? confirmation or more user feedback is required labels Feb 23, 2023
@mriscoc
Copy link
Owner

mriscoc commented Feb 23, 2023

It will be fixed in the next release.

mattcoon added a commit to mattcoon/Ender3V2S1 that referenced this issue Mar 20, 2023
commit 314835d
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date:   Sun Mar 12 17:11:56 2023 -0500

    What's new in Boreal Spring 20230312 version
    - Fix mriscoc#742
    - Increased the number of sorted files to 50
    - Preview works in DWIN and DACAI screens (selected automatically, S1 F4 preview supports only DACAI screens in the precompiled firmware)
    - Fix C125 issue: mriscoc#667
    - Power outage recovery can be enabled/disabled in tune menu
    - Improved power outage recovery
    - Added Extrude 100 mm to Move menu for aid with extruder calibration
    - Optimize print percent and remain time to use Marlin's processing
    - Decrease HOTEND_IDLE_MIN_TRIGGER to 150
    - Removed forcing automatic cool down and motor disable
    - Axes are not immediately disabled after abort print, now using timeout.
    - Allows enable/disable file list sorting if MEDIASORT_MENU_ITEM is defined
    - Enable/Disable tune menu items: RUNOUT_TUNE_ITEM, PLR_TUNE_ITEM, JD_TUNE_ITEM, ADVK_TUNE_ITEM
    - Use LCD_BED_TRAMMING settings for bed tramming
    - Some fixes in source code for special configurations
    - Several minor fixes
    - Marlin'sFix UBL 'G29 J' mesh tilt (#25453)
    - Marlin's Enhanced IS and LA
    - Marlin's Fix FastPWM calculations (#25343)
    - Marlin's AVOID_OBSTACLES for UBL (#25256)
    - and many more fixes from latest Marlin's bugfix 2.1.x

commit 398d931
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date:   Sun Mar 12 12:54:13 2023 -0500

    Prepare repository
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators May 12, 2023
mill1000 pushed a commit to mill1000/Ender3V2S1 that referenced this issue Jun 6, 2023
- Fix mriscoc#742
- Increased the number of sorted files to 50
- Preview works in DWIN and DACAI screens (selected automatically, S1 F4 preview supports only DACAI screens in the precompiled firmware)
- Fix C125 issue: mriscoc#667
- Power outage recovery can be enabled/disabled in tune menu
- Improved power outage recovery
- Added Extrude 100 mm to Move menu for aid with extruder calibration
- Optimize print percent and remain time to use Marlin's processing
- Decrease HOTEND_IDLE_MIN_TRIGGER to 150
- Removed forcing automatic cool down and motor disable
- Axes are not immediately disabled after abort print, now using timeout.
- Allows enable/disable file list sorting if MEDIASORT_MENU_ITEM is defined
- Enable/Disable tune menu items: RUNOUT_TUNE_ITEM, PLR_TUNE_ITEM, JD_TUNE_ITEM, ADVK_TUNE_ITEM
- Use LCD_BED_TRAMMING settings for bed tramming
- Some fixes in source code for special configurations
- Several minor fixes
- Marlin'sFix UBL 'G29 J' mesh tilt (#25453)
- Marlin's Enhanced IS and LA
- Marlin's Fix FastPWM calculations (#25343)
- Marlin's AVOID_OBSTACLES for UBL (#25256)
- and many more fixes from latest Marlin's bugfix 2.1.x
mill1000 pushed a commit to mill1000/Ender3V2S1 that referenced this issue Jun 6, 2023
- Fix mriscoc#742
- Increased the number of sorted files to 50
- Preview works in DWIN and DACAI screens (selected automatically, S1 F4 preview supports only DACAI screens in the precompiled firmware)
- Fix C125 issue: mriscoc#667
- Power outage recovery can be enabled/disabled in tune menu
- Improved power outage recovery
- Added Extrude 100 mm to Move menu for aid with extruder calibration
- Optimize print percent and remain time to use Marlin's processing
- Decrease HOTEND_IDLE_MIN_TRIGGER to 150
- Removed forcing automatic cool down and motor disable
- Axes are not immediately disabled after abort print, now using timeout.
- Allows enable/disable file list sorting if MEDIASORT_MENU_ITEM is defined
- Enable/Disable tune menu items: RUNOUT_TUNE_ITEM, PLR_TUNE_ITEM, JD_TUNE_ITEM, ADVK_TUNE_ITEM
- Use LCD_BED_TRAMMING settings for bed tramming
- Some fixes in source code for special configurations
- Several minor fixes
- Marlin'sFix UBL 'G29 J' mesh tilt (#25453)
- Marlin's Enhanced IS and LA
- Marlin's Fix FastPWM calculations (#25343)
- Marlin's AVOID_OBSTACLES for UBL (#25256)
- and many more fixes from latest Marlin's bugfix 2.1.x
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug: Confirmed Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants