-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
718,338 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
718,265 changes: 718,265 additions & 0 deletions
718,265
..._GEAR_ratio_Z/3D/Double_GEAR_ratio_Z_belt_assembly_with_Spherical_Bearing_connection.STEP
Large diffs are not rendered by default.
Oops, something went wrong.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 added
BIN
+378 KB
printer_mods/ZZP8202/Double_GEAR_ratio_Z/STL/XY_Cable_Chain_Brdge_x1.STL
Binary file not shown.
Binary file added
BIN
+283 KB
...ZP8202/Double_GEAR_ratio_Z/STL/Z_Bearing_Block_Bottom_With_Pulley_Left_A_x2.STL
Binary file not shown.
Binary file added
BIN
+228 KB
...ZP8202/Double_GEAR_ratio_Z/STL/Z_Bearing_Block_Bottom_With_Pulley_Left_B_X2.STL
Binary file not shown.
Binary file added
BIN
+283 KB
...P8202/Double_GEAR_ratio_Z/STL/Z_Bearing_Block_Bottom_With_Pulley_Right_A_x2.STL
Binary file not shown.
Binary file added
BIN
+228 KB
...P8202/Double_GEAR_ratio_Z/STL/Z_Bearing_Block_Bottom_With_Pulley_Right_B_X2.STL
Binary file not shown.
Binary file added
BIN
+343 KB
printer_mods/ZZP8202/Double_GEAR_ratio_Z/STL/Z_Bearing_Block_Top_X4.STL
Binary file not shown.
Binary file added
BIN
+85.6 KB
printer_mods/ZZP8202/Double_GEAR_ratio_Z/STL/Z_Belt_Clamp_Upper_Bottom_x8.STL
Binary file not shown.
Binary file added
BIN
+64.7 KB
printer_mods/ZZP8202/Double_GEAR_ratio_Z/STL/Z_Belt_Clamp_Upper_x8.STL
Binary file not shown.