From db8feef4a33dc2cf013e9d42578992d8470a5aa4 Mon Sep 17 00:00:00 2001 From: Joachim Glauche Date: Thu, 25 Jul 2013 13:27:08 +0200 Subject: [PATCH 1/7] reduced size to make holes line up with the single plate y-axis --- box_frame/y-belt-holder.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/box_frame/y-belt-holder.scad b/box_frame/y-belt-holder.scad index 0b7b594d..cba028f4 100644 --- a/box_frame/y-belt-holder.scad +++ b/box_frame/y-belt-holder.scad @@ -8,7 +8,7 @@ include -module y_belt_holder(len=42) { +module y_belt_holder(len=40) { y_delta = i_am_box == 0 ? -2.5 : xy_delta; ybelt_hole_to_side = 5; real_len = len + 2 * ybelt_hole_to_side; @@ -25,8 +25,8 @@ module y_belt_holder(len=42) { } translate([-4.5 + y_delta, 0, real_len / 2]) cube([10, 10, 10], center = true); translate([-11, 0, ybelt_hole_to_side + len]) { - translate([screw_hole_z_offset,0,0]) rotate([0, -90, 0]) plate_screw(20); - translate([8 + y_delta, 0, 0]) cube([10, 9, 9], center=true); + # translate([screw_hole_z_offset,0,0]) rotate([0, -90, 0]) plate_screw(20); + # translate([8 + y_delta, 0, 0]) cube([10, 9, 9], center=true); } translate([-11, 0, ybelt_hole_to_side]) { translate([screw_hole_z_offset,0,0]) rotate([0, -90, 0]) plate_screw(20); From b4e11bc29a4aba2d82bc6a3b8662d0fa19c7b64b Mon Sep 17 00:00:00 2001 From: Josef Prusa Date: Wed, 7 Aug 2013 10:21:01 +0200 Subject: [PATCH 2/7] Revert "reduced size to make holes line up with the single plate y-axis" This reverts commit db8feef4a33dc2cf013e9d42578992d8470a5aa4. --- box_frame/y-belt-holder.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/box_frame/y-belt-holder.scad b/box_frame/y-belt-holder.scad index cba028f4..0b7b594d 100644 --- a/box_frame/y-belt-holder.scad +++ b/box_frame/y-belt-holder.scad @@ -8,7 +8,7 @@ include -module y_belt_holder(len=40) { +module y_belt_holder(len=42) { y_delta = i_am_box == 0 ? -2.5 : xy_delta; ybelt_hole_to_side = 5; real_len = len + 2 * ybelt_hole_to_side; @@ -25,8 +25,8 @@ module y_belt_holder(len=40) { } translate([-4.5 + y_delta, 0, real_len / 2]) cube([10, 10, 10], center = true); translate([-11, 0, ybelt_hole_to_side + len]) { - # translate([screw_hole_z_offset,0,0]) rotate([0, -90, 0]) plate_screw(20); - # translate([8 + y_delta, 0, 0]) cube([10, 9, 9], center=true); + translate([screw_hole_z_offset,0,0]) rotate([0, -90, 0]) plate_screw(20); + translate([8 + y_delta, 0, 0]) cube([10, 9, 9], center=true); } translate([-11, 0, ybelt_hole_to_side]) { translate([screw_hole_z_offset,0,0]) rotate([0, -90, 0]) plate_screw(20); From 95140cadf24150998e2d8bfc8d606cb4c10ad7e6 Mon Sep 17 00:00:00 2001 From: Josef Prusa Date: Wed, 7 Aug 2013 10:21:01 +0200 Subject: [PATCH 3/7] Revert "Add top level readme, rename single_plate" This reverts commit 2c389bb9f6006c2f19f0acc58b8cd7fa9adfda2e. --- README.md | 6 ------ {old_single_plate => single_plate}/.gitignore | 0 {old_single_plate => single_plate}/Makefile | 0 {old_single_plate => single_plate}/README | 0 {old_single_plate => single_plate}/configuration.scad-dist | 0 {old_single_plate => single_plate}/src/belt-guide.scad | 0 .../src/compact-extruder.scad | 0 {old_single_plate => single_plate}/src/dual-extruder.scad | 0 {old_single_plate => single_plate}/src/fan-mount.scad | 0 .../src/frame/6mm/Prusa3ALU-FREZOVANY-v4.dxf | 0 .../src/frame/6mm/Prusa3WOOD-v4.dxf | 0 .../src/frame/6mm/Prusa3_SC10UU-v1.dxf | 0 {old_single_plate => single_plate}/src/inc/bearing.scad | 0 .../src/inc/nuts_and_bolts.scad | 0 .../src/inc/roundCornersCube.scad | 0 {old_single_plate => single_plate}/src/inc/x-end.scad | 0 {old_single_plate => single_plate}/src/magnetic-holder.scad | 0 {old_single_plate => single_plate}/src/x-carriage.scad | 0 {old_single_plate => single_plate}/src/x-end-idler.scad | 0 {old_single_plate => single_plate}/src/x-end-motor.scad | 0 {old_single_plate => single_plate}/src/y-belt-holder.scad | 0 {old_single_plate => single_plate}/src/y-corners.scad | 0 {old_single_plate => single_plate}/src/y-idler.scad | 0 {old_single_plate => single_plate}/src/y-motor.scad | 0 {old_single_plate => single_plate}/src/z-axis-bottom.scad | 0 {old_single_plate => single_plate}/src/z-axis-top.scad | 0 26 files changed, 6 deletions(-) delete mode 100644 README.md rename {old_single_plate => single_plate}/.gitignore (100%) rename {old_single_plate => single_plate}/Makefile (100%) rename {old_single_plate => single_plate}/README (100%) rename {old_single_plate => single_plate}/configuration.scad-dist (100%) rename {old_single_plate => single_plate}/src/belt-guide.scad (100%) rename {old_single_plate => single_plate}/src/compact-extruder.scad (100%) rename {old_single_plate => single_plate}/src/dual-extruder.scad (100%) rename {old_single_plate => single_plate}/src/fan-mount.scad (100%) rename {old_single_plate => single_plate}/src/frame/6mm/Prusa3ALU-FREZOVANY-v4.dxf (100%) rename {old_single_plate => single_plate}/src/frame/6mm/Prusa3WOOD-v4.dxf (100%) rename {old_single_plate => single_plate}/src/frame/6mm/Prusa3_SC10UU-v1.dxf (100%) rename {old_single_plate => single_plate}/src/inc/bearing.scad (100%) rename {old_single_plate => single_plate}/src/inc/nuts_and_bolts.scad (100%) rename {old_single_plate => single_plate}/src/inc/roundCornersCube.scad (100%) rename {old_single_plate => single_plate}/src/inc/x-end.scad (100%) rename {old_single_plate => single_plate}/src/magnetic-holder.scad (100%) rename {old_single_plate => single_plate}/src/x-carriage.scad (100%) rename {old_single_plate => single_plate}/src/x-end-idler.scad (100%) rename {old_single_plate => single_plate}/src/x-end-motor.scad (100%) rename {old_single_plate => single_plate}/src/y-belt-holder.scad (100%) rename {old_single_plate => single_plate}/src/y-corners.scad (100%) rename {old_single_plate => single_plate}/src/y-idler.scad (100%) rename {old_single_plate => single_plate}/src/y-motor.scad (100%) rename {old_single_plate => single_plate}/src/z-axis-bottom.scad (100%) rename {old_single_plate => single_plate}/src/z-axis-top.scad (100%) diff --git a/README.md b/README.md deleted file mode 100644 index 25d8658c..00000000 --- a/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# This is Prusa iteration 3 -Published under GPL v3 - -All models are in the box_frame folder, including models for aluminium single plate. For some common configs we prepared models, see box_frame/sample_stls. - -If you are looking for models that josefprusa uses in workshops, you need to go to https://github.com/josefprusa/Prusa3-vanilla diff --git a/old_single_plate/.gitignore b/single_plate/.gitignore similarity index 100% rename from old_single_plate/.gitignore rename to single_plate/.gitignore diff --git a/old_single_plate/Makefile b/single_plate/Makefile similarity index 100% rename from old_single_plate/Makefile rename to single_plate/Makefile diff --git a/old_single_plate/README b/single_plate/README similarity index 100% rename from old_single_plate/README rename to single_plate/README diff --git a/old_single_plate/configuration.scad-dist b/single_plate/configuration.scad-dist similarity index 100% rename from old_single_plate/configuration.scad-dist rename to single_plate/configuration.scad-dist diff --git a/old_single_plate/src/belt-guide.scad b/single_plate/src/belt-guide.scad similarity index 100% rename from old_single_plate/src/belt-guide.scad rename to single_plate/src/belt-guide.scad diff --git a/old_single_plate/src/compact-extruder.scad b/single_plate/src/compact-extruder.scad similarity index 100% rename from old_single_plate/src/compact-extruder.scad rename to single_plate/src/compact-extruder.scad diff --git a/old_single_plate/src/dual-extruder.scad b/single_plate/src/dual-extruder.scad similarity index 100% rename from old_single_plate/src/dual-extruder.scad rename to single_plate/src/dual-extruder.scad diff --git a/old_single_plate/src/fan-mount.scad b/single_plate/src/fan-mount.scad similarity index 100% rename from old_single_plate/src/fan-mount.scad rename to single_plate/src/fan-mount.scad diff --git a/old_single_plate/src/frame/6mm/Prusa3ALU-FREZOVANY-v4.dxf b/single_plate/src/frame/6mm/Prusa3ALU-FREZOVANY-v4.dxf similarity index 100% rename from old_single_plate/src/frame/6mm/Prusa3ALU-FREZOVANY-v4.dxf rename to single_plate/src/frame/6mm/Prusa3ALU-FREZOVANY-v4.dxf diff --git a/old_single_plate/src/frame/6mm/Prusa3WOOD-v4.dxf b/single_plate/src/frame/6mm/Prusa3WOOD-v4.dxf similarity index 100% rename from old_single_plate/src/frame/6mm/Prusa3WOOD-v4.dxf rename to single_plate/src/frame/6mm/Prusa3WOOD-v4.dxf diff --git a/old_single_plate/src/frame/6mm/Prusa3_SC10UU-v1.dxf b/single_plate/src/frame/6mm/Prusa3_SC10UU-v1.dxf similarity index 100% rename from old_single_plate/src/frame/6mm/Prusa3_SC10UU-v1.dxf rename to single_plate/src/frame/6mm/Prusa3_SC10UU-v1.dxf diff --git a/old_single_plate/src/inc/bearing.scad b/single_plate/src/inc/bearing.scad similarity index 100% rename from old_single_plate/src/inc/bearing.scad rename to single_plate/src/inc/bearing.scad diff --git a/old_single_plate/src/inc/nuts_and_bolts.scad b/single_plate/src/inc/nuts_and_bolts.scad similarity index 100% rename from old_single_plate/src/inc/nuts_and_bolts.scad rename to single_plate/src/inc/nuts_and_bolts.scad diff --git a/old_single_plate/src/inc/roundCornersCube.scad b/single_plate/src/inc/roundCornersCube.scad similarity index 100% rename from old_single_plate/src/inc/roundCornersCube.scad rename to single_plate/src/inc/roundCornersCube.scad diff --git a/old_single_plate/src/inc/x-end.scad b/single_plate/src/inc/x-end.scad similarity index 100% rename from old_single_plate/src/inc/x-end.scad rename to single_plate/src/inc/x-end.scad diff --git a/old_single_plate/src/magnetic-holder.scad b/single_plate/src/magnetic-holder.scad similarity index 100% rename from old_single_plate/src/magnetic-holder.scad rename to single_plate/src/magnetic-holder.scad diff --git a/old_single_plate/src/x-carriage.scad b/single_plate/src/x-carriage.scad similarity index 100% rename from old_single_plate/src/x-carriage.scad rename to single_plate/src/x-carriage.scad diff --git a/old_single_plate/src/x-end-idler.scad b/single_plate/src/x-end-idler.scad similarity index 100% rename from old_single_plate/src/x-end-idler.scad rename to single_plate/src/x-end-idler.scad diff --git a/old_single_plate/src/x-end-motor.scad b/single_plate/src/x-end-motor.scad similarity index 100% rename from old_single_plate/src/x-end-motor.scad rename to single_plate/src/x-end-motor.scad diff --git a/old_single_plate/src/y-belt-holder.scad b/single_plate/src/y-belt-holder.scad similarity index 100% rename from old_single_plate/src/y-belt-holder.scad rename to single_plate/src/y-belt-holder.scad diff --git a/old_single_plate/src/y-corners.scad b/single_plate/src/y-corners.scad similarity index 100% rename from old_single_plate/src/y-corners.scad rename to single_plate/src/y-corners.scad diff --git a/old_single_plate/src/y-idler.scad b/single_plate/src/y-idler.scad similarity index 100% rename from old_single_plate/src/y-idler.scad rename to single_plate/src/y-idler.scad diff --git a/old_single_plate/src/y-motor.scad b/single_plate/src/y-motor.scad similarity index 100% rename from old_single_plate/src/y-motor.scad rename to single_plate/src/y-motor.scad diff --git a/old_single_plate/src/z-axis-bottom.scad b/single_plate/src/z-axis-bottom.scad similarity index 100% rename from old_single_plate/src/z-axis-bottom.scad rename to single_plate/src/z-axis-bottom.scad diff --git a/old_single_plate/src/z-axis-top.scad b/single_plate/src/z-axis-top.scad similarity index 100% rename from old_single_plate/src/z-axis-top.scad rename to single_plate/src/z-axis-top.scad From 9bcacad51e623d7b55df1c7eb97434c5528ec9e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20=27Ax=27=20H=C5=AFla?= Date: Tue, 20 Aug 2013 14:48:53 +0200 Subject: [PATCH 4/7] Revert "Revert "Add top level readme, rename single_plate"" This reverts commit 95140cadf24150998e2d8bfc8d606cb4c10ad7e6. --- README.md | 6 ++++++ {single_plate => old_single_plate}/.gitignore | 0 {single_plate => old_single_plate}/Makefile | 0 {single_plate => old_single_plate}/README | 0 {single_plate => old_single_plate}/configuration.scad-dist | 0 {single_plate => old_single_plate}/src/belt-guide.scad | 0 .../src/compact-extruder.scad | 0 {single_plate => old_single_plate}/src/dual-extruder.scad | 0 {single_plate => old_single_plate}/src/fan-mount.scad | 0 .../src/frame/6mm/Prusa3ALU-FREZOVANY-v4.dxf | 0 .../src/frame/6mm/Prusa3WOOD-v4.dxf | 0 .../src/frame/6mm/Prusa3_SC10UU-v1.dxf | 0 {single_plate => old_single_plate}/src/inc/bearing.scad | 0 .../src/inc/nuts_and_bolts.scad | 0 .../src/inc/roundCornersCube.scad | 0 {single_plate => old_single_plate}/src/inc/x-end.scad | 0 {single_plate => old_single_plate}/src/magnetic-holder.scad | 0 {single_plate => old_single_plate}/src/x-carriage.scad | 0 {single_plate => old_single_plate}/src/x-end-idler.scad | 0 {single_plate => old_single_plate}/src/x-end-motor.scad | 0 {single_plate => old_single_plate}/src/y-belt-holder.scad | 0 {single_plate => old_single_plate}/src/y-corners.scad | 0 {single_plate => old_single_plate}/src/y-idler.scad | 0 {single_plate => old_single_plate}/src/y-motor.scad | 0 {single_plate => old_single_plate}/src/z-axis-bottom.scad | 0 {single_plate => old_single_plate}/src/z-axis-top.scad | 0 26 files changed, 6 insertions(+) create mode 100644 README.md rename {single_plate => old_single_plate}/.gitignore (100%) rename {single_plate => old_single_plate}/Makefile (100%) rename {single_plate => old_single_plate}/README (100%) rename {single_plate => old_single_plate}/configuration.scad-dist (100%) rename {single_plate => old_single_plate}/src/belt-guide.scad (100%) rename {single_plate => old_single_plate}/src/compact-extruder.scad (100%) rename {single_plate => old_single_plate}/src/dual-extruder.scad (100%) rename {single_plate => old_single_plate}/src/fan-mount.scad (100%) rename {single_plate => old_single_plate}/src/frame/6mm/Prusa3ALU-FREZOVANY-v4.dxf (100%) rename {single_plate => old_single_plate}/src/frame/6mm/Prusa3WOOD-v4.dxf (100%) rename {single_plate => old_single_plate}/src/frame/6mm/Prusa3_SC10UU-v1.dxf (100%) rename {single_plate => old_single_plate}/src/inc/bearing.scad (100%) rename {single_plate => old_single_plate}/src/inc/nuts_and_bolts.scad (100%) rename {single_plate => old_single_plate}/src/inc/roundCornersCube.scad (100%) rename {single_plate => old_single_plate}/src/inc/x-end.scad (100%) rename {single_plate => old_single_plate}/src/magnetic-holder.scad (100%) rename {single_plate => old_single_plate}/src/x-carriage.scad (100%) rename {single_plate => old_single_plate}/src/x-end-idler.scad (100%) rename {single_plate => old_single_plate}/src/x-end-motor.scad (100%) rename {single_plate => old_single_plate}/src/y-belt-holder.scad (100%) rename {single_plate => old_single_plate}/src/y-corners.scad (100%) rename {single_plate => old_single_plate}/src/y-idler.scad (100%) rename {single_plate => old_single_plate}/src/y-motor.scad (100%) rename {single_plate => old_single_plate}/src/z-axis-bottom.scad (100%) rename {single_plate => old_single_plate}/src/z-axis-top.scad (100%) diff --git a/README.md b/README.md new file mode 100644 index 00000000..25d8658c --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# This is Prusa iteration 3 +Published under GPL v3 + +All models are in the box_frame folder, including models for aluminium single plate. For some common configs we prepared models, see box_frame/sample_stls. + +If you are looking for models that josefprusa uses in workshops, you need to go to https://github.com/josefprusa/Prusa3-vanilla diff --git a/single_plate/.gitignore b/old_single_plate/.gitignore similarity index 100% rename from single_plate/.gitignore rename to old_single_plate/.gitignore diff --git a/single_plate/Makefile b/old_single_plate/Makefile similarity index 100% rename from single_plate/Makefile rename to old_single_plate/Makefile diff --git a/single_plate/README b/old_single_plate/README similarity index 100% rename from single_plate/README rename to old_single_plate/README diff --git a/single_plate/configuration.scad-dist b/old_single_plate/configuration.scad-dist similarity index 100% rename from single_plate/configuration.scad-dist rename to old_single_plate/configuration.scad-dist diff --git a/single_plate/src/belt-guide.scad b/old_single_plate/src/belt-guide.scad similarity index 100% rename from single_plate/src/belt-guide.scad rename to old_single_plate/src/belt-guide.scad diff --git a/single_plate/src/compact-extruder.scad b/old_single_plate/src/compact-extruder.scad similarity index 100% rename from single_plate/src/compact-extruder.scad rename to old_single_plate/src/compact-extruder.scad diff --git a/single_plate/src/dual-extruder.scad b/old_single_plate/src/dual-extruder.scad similarity index 100% rename from single_plate/src/dual-extruder.scad rename to old_single_plate/src/dual-extruder.scad diff --git a/single_plate/src/fan-mount.scad b/old_single_plate/src/fan-mount.scad similarity index 100% rename from single_plate/src/fan-mount.scad rename to old_single_plate/src/fan-mount.scad diff --git a/single_plate/src/frame/6mm/Prusa3ALU-FREZOVANY-v4.dxf b/old_single_plate/src/frame/6mm/Prusa3ALU-FREZOVANY-v4.dxf similarity index 100% rename from single_plate/src/frame/6mm/Prusa3ALU-FREZOVANY-v4.dxf rename to old_single_plate/src/frame/6mm/Prusa3ALU-FREZOVANY-v4.dxf diff --git a/single_plate/src/frame/6mm/Prusa3WOOD-v4.dxf b/old_single_plate/src/frame/6mm/Prusa3WOOD-v4.dxf similarity index 100% rename from single_plate/src/frame/6mm/Prusa3WOOD-v4.dxf rename to old_single_plate/src/frame/6mm/Prusa3WOOD-v4.dxf diff --git a/single_plate/src/frame/6mm/Prusa3_SC10UU-v1.dxf b/old_single_plate/src/frame/6mm/Prusa3_SC10UU-v1.dxf similarity index 100% rename from single_plate/src/frame/6mm/Prusa3_SC10UU-v1.dxf rename to old_single_plate/src/frame/6mm/Prusa3_SC10UU-v1.dxf diff --git a/single_plate/src/inc/bearing.scad b/old_single_plate/src/inc/bearing.scad similarity index 100% rename from single_plate/src/inc/bearing.scad rename to old_single_plate/src/inc/bearing.scad diff --git a/single_plate/src/inc/nuts_and_bolts.scad b/old_single_plate/src/inc/nuts_and_bolts.scad similarity index 100% rename from single_plate/src/inc/nuts_and_bolts.scad rename to old_single_plate/src/inc/nuts_and_bolts.scad diff --git a/single_plate/src/inc/roundCornersCube.scad b/old_single_plate/src/inc/roundCornersCube.scad similarity index 100% rename from single_plate/src/inc/roundCornersCube.scad rename to old_single_plate/src/inc/roundCornersCube.scad diff --git a/single_plate/src/inc/x-end.scad b/old_single_plate/src/inc/x-end.scad similarity index 100% rename from single_plate/src/inc/x-end.scad rename to old_single_plate/src/inc/x-end.scad diff --git a/single_plate/src/magnetic-holder.scad b/old_single_plate/src/magnetic-holder.scad similarity index 100% rename from single_plate/src/magnetic-holder.scad rename to old_single_plate/src/magnetic-holder.scad diff --git a/single_plate/src/x-carriage.scad b/old_single_plate/src/x-carriage.scad similarity index 100% rename from single_plate/src/x-carriage.scad rename to old_single_plate/src/x-carriage.scad diff --git a/single_plate/src/x-end-idler.scad b/old_single_plate/src/x-end-idler.scad similarity index 100% rename from single_plate/src/x-end-idler.scad rename to old_single_plate/src/x-end-idler.scad diff --git a/single_plate/src/x-end-motor.scad b/old_single_plate/src/x-end-motor.scad similarity index 100% rename from single_plate/src/x-end-motor.scad rename to old_single_plate/src/x-end-motor.scad diff --git a/single_plate/src/y-belt-holder.scad b/old_single_plate/src/y-belt-holder.scad similarity index 100% rename from single_plate/src/y-belt-holder.scad rename to old_single_plate/src/y-belt-holder.scad diff --git a/single_plate/src/y-corners.scad b/old_single_plate/src/y-corners.scad similarity index 100% rename from single_plate/src/y-corners.scad rename to old_single_plate/src/y-corners.scad diff --git a/single_plate/src/y-idler.scad b/old_single_plate/src/y-idler.scad similarity index 100% rename from single_plate/src/y-idler.scad rename to old_single_plate/src/y-idler.scad diff --git a/single_plate/src/y-motor.scad b/old_single_plate/src/y-motor.scad similarity index 100% rename from single_plate/src/y-motor.scad rename to old_single_plate/src/y-motor.scad diff --git a/single_plate/src/z-axis-bottom.scad b/old_single_plate/src/z-axis-bottom.scad similarity index 100% rename from single_plate/src/z-axis-bottom.scad rename to old_single_plate/src/z-axis-bottom.scad diff --git a/single_plate/src/z-axis-top.scad b/old_single_plate/src/z-axis-top.scad similarity index 100% rename from single_plate/src/z-axis-top.scad rename to old_single_plate/src/z-axis-top.scad From c54009aeb79a273eabf8b590a145d0241c5ac3a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20=27Ax=27=20H=C5=AFla?= Date: Tue, 20 Aug 2013 14:49:53 +0200 Subject: [PATCH 5/7] Revert "Revert "reduced size to make holes line up with the single plate y-axis"" This reverts commit b4e11bc29a4aba2d82bc6a3b8662d0fa19c7b64b. --- box_frame/y-belt-holder.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/box_frame/y-belt-holder.scad b/box_frame/y-belt-holder.scad index 0b7b594d..cba028f4 100644 --- a/box_frame/y-belt-holder.scad +++ b/box_frame/y-belt-holder.scad @@ -8,7 +8,7 @@ include -module y_belt_holder(len=42) { +module y_belt_holder(len=40) { y_delta = i_am_box == 0 ? -2.5 : xy_delta; ybelt_hole_to_side = 5; real_len = len + 2 * ybelt_hole_to_side; @@ -25,8 +25,8 @@ module y_belt_holder(len=42) { } translate([-4.5 + y_delta, 0, real_len / 2]) cube([10, 10, 10], center = true); translate([-11, 0, ybelt_hole_to_side + len]) { - translate([screw_hole_z_offset,0,0]) rotate([0, -90, 0]) plate_screw(20); - translate([8 + y_delta, 0, 0]) cube([10, 9, 9], center=true); + # translate([screw_hole_z_offset,0,0]) rotate([0, -90, 0]) plate_screw(20); + # translate([8 + y_delta, 0, 0]) cube([10, 9, 9], center=true); } translate([-11, 0, ybelt_hole_to_side]) { translate([screw_hole_z_offset,0,0]) rotate([0, -90, 0]) plate_screw(20); From 77e2912a74d7caf6c1827ab6d6ae9d554eeb8728 Mon Sep 17 00:00:00 2001 From: appdev007 Date: Mon, 26 Aug 2013 21:53:23 -0500 Subject: [PATCH 6/7] Added comments to the config files to, hopefully, make it a little easier on less experienced users. Also copied the GT2 belt settings from box_frame config to the config in old_single_plate. --- box_frame/configuration.scad.dist | 64 +++++++++++++++--------- old_single_plate/configuration.scad-dist | 5 ++ 2 files changed, 46 insertions(+), 23 deletions(-) diff --git a/box_frame/configuration.scad.dist b/box_frame/configuration.scad.dist index 0c72376f..33971ed3 100644 --- a/box_frame/configuration.scad.dist +++ b/box_frame/configuration.scad.dist @@ -11,35 +11,47 @@ include ; // Custom settings here, tailor to your supplies and print settings + +// Extruder settings ********************************************************** +// Don't forget to set your slicer's extruder settings to match the values you +// enter here. + layer_height = 0.3; +// Width over thickness determines how wide the plastic will be when extruded +// onto the object that is being printed. width_over_thickness is multiplied +// by the layer_height to calculate this width. i.e. If your layer_height is +// set to 0.3 mm and your width_over_thickness is set to 2.2, the resulting +// width will be 0.66 mm. width_over_thickness = 2.2; + // Select your belt type ****************************************************** -//T2.5 +// T2.5 belt_tooth_distance = 2.5; belt_tooth_ratio = 0.75; -//T5 (strongly discouraged) -//belt_tooth_distance = 5; -//belt_tooth_ratio = 0.75; +// T5 (strongly discouraged) +// belt_tooth_distance = 5; +// belt_tooth_ratio = 0.75; -//HTD3 -//belt_tooth_distance = 3; -//belt_tooth_ratio = 0.75; +// HTD3 +// belt_tooth_distance = 3; +// belt_tooth_ratio = 0.75; -//MXL -//belt_tooth_distance = 2.032; -//belt_tooth_ratio = 0.64; +// MXL +// belt_tooth_distance = 2.032; +// belt_tooth_ratio = 0.64; -//GT2 there is bunch of GT2 belts with different tooth-to-tooth distance -//adjust to your needs -//belt_tooth_distance = 2; -//belt_tooth_ratio = 0.5; +// GT2 there is bunch of GT2 belts with different tooth-to-tooth distance +// adjust to your needs +// belt_tooth_distance = 2; +// belt_tooth_ratio = 0.5; // For T type belts you will probably want 0.8mm or so. belt_thickness = 1.75; + // Choose bearing/bushing configuration *************************************** // conf_b_* are in inc/conf_bushing.scad @@ -49,12 +61,15 @@ bushing_z = conf_b_lm8uu; // by default use same as xy bushing_carriage = bushing_xy; + // Select idler bearing size ************************************************** // [outer_diameter, width, inner_diameter, uses_guide] + // 608 [standard skate bearings] with bearing guide bearing_608 = [22, 7, 8, 1]; -//608 bearings with fender washers. Not good at all, the belt brushes against the carriage +// 608 bearings with fender washers. Not good at all, the belt brushes against the carriage bearing_608_washers = [22, 10, 8, 0]; + // one 625 with guides bearing_625 = [16, 5, 5, 1]; // two 625 - for use without bearing guides. @@ -62,18 +77,20 @@ bearing_625_double = [16, 10, 5, 0]; // those two here are really good: bearing_624_double = [13, 10, 4, 0]; + // this one has roughly same diameter as pulley, makes belt parallel so its prettier bearing_623_double = [10, 8, 3, 0]; idler_bearing = bearing_624_double; -//Select carriage lenght +// Select carriage lenght ****************************************************** // 30 for single carriage extruder (two holes with centers 30mm apart) // 50 for wade or single with fan (three holes, 30-20) // 80 for full length carriage (four holes, 30-20-30) carriage_l_base = 50; + // Fillets ******************************************************************** // fillets are rounded corners of boxes. The right engineering term is probably radius // but cad software calls it fillet. @@ -85,25 +102,26 @@ carriage_l_base = 50; use_fillets = 1; -//set to 0 for single plate (affects z axis and screws that attach RP parts to frame) +// set to 0 for single plate (affects z axis and screws that attach RP parts to frame) i_am_box = 1; -//if you do your own plate and can move bottom Z screws 5mm up set this to 0 to -//get stronger motor mount. Only for i_am_box = 0 +// if you do your own plate and can move bottom Z screws 5mm up set this to 0 to +// get stronger motor mount. Only for i_am_box = 0 i_want_to_use_single_plate_dxf_and_make_my_z_weaker = 1; -//radius of long threaded rod on Y frame -//Use 5.4 for M10 or 4.4 for M8 +// radius of long threaded rod on Y frame +// Use 5.4 for M10 or 4.4 for M8 y_threaded_rod_long_r = 5.4; // Thickness of the XZ plate board. // Use 20 for single plate if you want to use the Y lm8uu holders board_thickness = 12; -// segments of small holes. some poeple claim that a low value makes them easier to print. +// Segments of small holes. some poeple claim that a low value makes them easier to print. small_hole_segments=7; -// END of custom settings + +// END of custom settings ***************************************************** // You are not supposed to change this diff --git a/old_single_plate/configuration.scad-dist b/old_single_plate/configuration.scad-dist index 5585bba6..f696a1c9 100644 --- a/old_single_plate/configuration.scad-dist +++ b/old_single_plate/configuration.scad-dist @@ -18,6 +18,11 @@ belt_tooth_ratio = 0.5; //belt_tooth_distance = 2.032; //belt_tooth_ratio = 0.64; +// GT2 - There are a bunch of GT2 belts with different tooth-to-tooth distance +// adjust to your needs +// belt_tooth_distance = 2; +// belt_tooth_ratio = 0.5; + // Select your hot-end mount ****************************************************** // 0 = none; 1 = groove-mount (J-head/MakerGear etc.) From 7b8a92b10ed6f59094c48551fd8c6b95761d6c8c Mon Sep 17 00:00:00 2001 From: appdev007 Date: Tue, 27 Aug 2013 06:53:24 -0500 Subject: [PATCH 7/7] Removed the GT2 belt settings that I added to old_single_plate config on my last commit. They won't print because this part prints flat. --- old_single_plate/configuration.scad-dist | 5 ----- 1 file changed, 5 deletions(-) diff --git a/old_single_plate/configuration.scad-dist b/old_single_plate/configuration.scad-dist index f696a1c9..5585bba6 100644 --- a/old_single_plate/configuration.scad-dist +++ b/old_single_plate/configuration.scad-dist @@ -18,11 +18,6 @@ belt_tooth_ratio = 0.5; //belt_tooth_distance = 2.032; //belt_tooth_ratio = 0.64; -// GT2 - There are a bunch of GT2 belts with different tooth-to-tooth distance -// adjust to your needs -// belt_tooth_distance = 2; -// belt_tooth_ratio = 0.5; - // Select your hot-end mount ****************************************************** // 0 = none; 1 = groove-mount (J-head/MakerGear etc.)