Skip to content

Commit

Permalink
Publish ‘Double_GEAR_ratio_Z’
Browse files Browse the repository at this point in the history
  • Loading branch information
zzp8202 committed Jul 12, 2024
1 parent dd2c299 commit 0b5bc8d
Show file tree
Hide file tree
Showing 17 changed files with 718,338 additions and 0 deletions.
25 changes: 25 additions & 0 deletions printer_mods/ZZP8202/Double_GEAR_ratio_Z/.metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
title: Double_GEAR_ratio_Z
description: "Double_GEAR_ratio_Z_belt_assembly_with_spherical_bearing_connection"
mod_version: 1
discord_username: ZZP8202
cad:
- 3D/Double_GEAR_ratio_Z_belt_assembly_with_Spherical_Bearing_connection
stl:
- STL/Adapter_x4.STL
- STL/Pulley_Holder_x4.STL
- STL/XY_Cable_Chain_Brdge_x1.STL
- STL/Z_Bearing_Block_Bottom_With_Pulley_Left_A_x2.STL
- STL/Z_Bearing_Block_Bottom_With_Pulley_Left_B_X2.STL
- STL/Z_Bearing_Block_Bottom_With_Pulley_Right_A_x2.STL
- STL/Z_Bearing_Block_Bottom_With_Pulley_Right_B_X2.STL
- STL/Z_Bearing_Block_Top_X4.STL
- STL/Z_Belt_Clamp_Upper_Bottom_x8.STL
- STL/Z_Belt_Clamp_Upper_x8.STL
images:
- Images/CAD_Detal_view1.png
- Images/CAD_Detal_view2.png
- Images/CAD_front_view.png
- Images/CAD_side_view.png
printer_compatibility:
- V2.4

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions printer_mods/ZZP8202/Double_GEAR_ratio_Z/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Double_GEAR_ratio_Z

## Description:
#### Double_GEAR_ratio_Z_belt_assembly_with_spherical_bearing_connection

## Objectives:
#### Reject Sagging
##### Enabling the Voron 2.4 Gantry to Defy Gravity

Voron 2.4 uses a belt-driven Z gantry structure. Voron 2.4 theoretically can achieve smaller layer lines compared to most 3D printers that use lead screw structures Due to the linearity of the lead screw affecting the stability of the horizontal position. However, with the original design's 4:1 gear ratio, the static torque of the stepper motor is insufficient to support the heavy gantry in the event of a power outage, especially when mods such as nozzle cleaner and klicky are added to the gantry, further increasing its weight. Since the rear weight of the gantry is significantly greater than the front, the gantry tilt is inevitable, requiring multiple calibrations before each print to achieve an acceptable parallelism with the print bed. To prevent the print head from hitting the platform during leveling, a higher leveling height is also necessary. In my opinion, a bigger issue is that in a power-off state, the gantry and the main frame might stretch, posing unknown deformation risks.

Previously, I modified the original G-code M84 to never turn off the Z motors unless an emergency stop or power cut occurs, to prevent significant gantry tilt.

Additionally, in the current setup, the connection between the gantry and the linear rails is in a 'semi-connected' state, requiring high calibration efforts and even risking disconnection during printing.

In my modification, I used GE5C ball joints to connect the gantry and the linear rails, which should provide a more stable structure. I also used a pulley system to increase the gear ratio to 8:1, allowing the gantry to maintain its position without external forces after a power outage. Practical tests show that only one leveling attempt is needed after a power outage without external influences, compared to the previous 3-4 attempts needed to complete the leveling.


## Image:
![front](Images/CAD_front_view.png)
![side](Images/CAD_side_view.png)
![Detal1](Images/CAD_Detal_view1.png)
![Detal2](Images/CAD_Detal_view2.png)

## Configuration Change:

Find the 'gear_ratio' parameter in 'stepper_z', 'stepper_z1',' stepper_z2', and ' stepper_z3':
Change from 4:1 to 8:1.

### Optional Configuration Change:

You may adjust the 'horizontal_move_z' parameter in '[quad_gantry_level] 'and '[bed_mesh]' to reduce the Z-axis lift height during operations, thereby increasing speed. I have change it to '10'.


## Bill of Materials (BOM):
|NO. |Category |Part Name |Qty |Remark
|--|--|--|--|--|
|1 |Fasteners |M3x15 SHCS |4 | |
|2 |Fasteners |M3x20 SHCS |16 | |
|3 |Fasteners |M5X25 BHCS |12 | |
|4 |Fasteners |M5x15 BHCS |24 | |
|5 |Fasteners |M5x15 SHCS |8 | |
|6 |Fasteners |M5x12x8 NUT |8 | |
|7 |Fasteners |M5X1x8 washer |12 | |
|8 |Fasteners |M5 T-nut HNTAJ5-5 |16 | |
|9 |Motion |F605zz Bearing |16 | |
|10 |Motion |GE5C Spherical Bearing |16 | |
|11 |Motion |GT2 Open Belt LL-2GT-9 (9mm wide) |Increase 50% | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 0b5bc8d

Please sign in to comment.