clinton/prusa3.git
4 years agox-end: remove all cube fillets new-2020-x-axis
Clinton Ebadi [Sat, 18 May 2019 01:07:12 +0000 (21:07 -0400)]
x-end: remove all cube fillets

4 years agoz-axis: improve strength, cleanup
Clinton Ebadi [Fri, 17 May 2019 20:19:52 +0000 (16:19 -0400)]
z-axis: improve strength, cleanup

 * Use three point mounting for motors again, otherwise they can't be
   installed or removed without accessing the underside of the
   printer. Doesn't seem to affect stiffness in the end.

 * Increase strength of top bearing holder (intended to be printed
   with three perimeters)

 * Increase perimeter count for rod holder

 * Shift x-axis back in toward frame. The only reason to push it out
   was for the Wilson TS frame braces, which I am no longer
   using. Will eventually shift back in along x as well (need new
   x-ends first; z adjuster would hit the extrusions
   currently). AFAICT it only needs to be shifted outward in x to
   compensate for the 10mm travel lost by the endstop holder, which
   can be moved to under the x motor end as is done on the i3 MK2
   instead.

 * Take zaxis delta into account when generating final parts

4 years agoz-axis: remove built-in support for leadscrew bearing holder
Clinton Ebadi [Sun, 12 May 2019 17:12:29 +0000 (13:12 -0400)]
z-axis: remove built-in support for leadscrew bearing holder

Was still difficult to remove consistently in last revision, built in
slicer support should be used instead.

6 years agoz-axis: misc changes
Clinton Ebadi [Sat, 9 Dec 2017 21:44:41 +0000 (16:44 -0500)]
z-axis: misc changes

* Clear hole for rotor in motor holder

* Motor holder now uses four instead of three screws, seems to make z-axis
  slightly more stable

* Removed material from back of extrusion for top rod holder, saves
  material if using corner brackets to hold the frame
  together (recommended, frame rigidity is improved enough to suffer
  another few vitamins, and they are inexpensive).

* Attempt at easier to remove support for leadscrew hole. Likely
  better solution would be to just use slicer support (build plate
  only).

6 years agoz-axis: make zmotor_delta_{x,y} use local coordinate system
Clinton Ebadi [Sat, 9 Dec 2017 21:39:44 +0000 (16:39 -0500)]
z-axis: make zmotor_delta_{x,y} use local coordinate system

values were set from wilson x-end, which is using a difference
orientation. This switches x/y and inverts x, i.e.

    x = -wilson_y
    y = wilson_x

Not sure this was the correct choice, will revisit after integrating
wilson x-end changes into this

6 years agoz-axis: sanely layout parts on plate
Clinton Ebadi [Sat, 9 Dec 2017 20:58:18 +0000 (15:58 -0500)]
z-axis: sanely layout parts on plate

6 years agoz-axis: ignore z_delta setting
Clinton Ebadi [Thu, 13 Jul 2017 05:31:51 +0000 (01:31 -0400)]
z-axis: ignore z_delta setting

Due to oversight, this ends up causing the smooth rod to shift 2mm
closer to the board but not the motor when using an lm10uu bearing,
making the z-axis misaligned with the smooth rod mount on the x-ends,
causing mysterious ribbing and binding when the leadscrew nuts are
tightened.

7 years agoz-axis: add leadscrew constraint on top holders
Clinton Ebadi [Thu, 27 Oct 2016 01:17:43 +0000 (21:17 -0400)]
z-axis: add leadscrew constraint on top holders

Takes a 608zz bearing

7 years agoz-axis: skip generating fillet if bottom is long
Clinton Ebadi [Sat, 9 Jul 2016 07:08:55 +0000 (03:08 -0400)]
z-axis: skip generating fillet if bottom is long

Fillet is not useful if bottom_x is further out than the linear rod
hole. Needed to avoid interference with leadscrew bearing holder.

7 years agoframe_alu: Reduce bolt head hole depth
Clinton Ebadi [Tue, 3 May 2016 19:32:40 +0000 (15:32 -0400)]
frame_alu: Reduce bolt head hole depth

Holes for bolt heads were too deep causing the bolt to not fully engage
with the T-slot nut. Reduce to a 1mm indent.

8 years agoz-axis: generate aluminum extrusion parts
Clinton Ebadi [Wed, 9 Mar 2016 03:02:55 +0000 (22:02 -0500)]
z-axis: generate aluminum extrusion parts

Thicknesses are different than the standard parts so that the parts
attach to a horizontal and vertical extrusion.

8 years agoz-axis: improved motor mount smooth rod holder
Clinton Ebadi [Wed, 9 Mar 2016 02:59:17 +0000 (21:59 -0500)]
z-axis: improved motor mount smooth rod holder

Since the inner area of the motor mount is cut out automatically now,
extend the support ring fully. This gives an even surface to sit on if
the rod is shifted outward.

8 years agoz-axis: add leadscrew delta and compute deltas
Clinton Ebadi [Wed, 9 Mar 2016 02:53:51 +0000 (21:53 -0500)]
z-axis: add leadscrew delta and compute deltas

leadscrew and motor mount can be moved by zmotor_delta_{x,y} in order to
clear the bearing holder and x-axis smooth rods. This does not yet
affect the x-ends -- a new TR8 leadscrew x-end will use these.

Also compute the zaxis_delta and zmotor_delta automatically in
settings.scad. Only the aluminum extrusion frame adjusts these for now.

8 years agoz-axis: support position delta and improve rod support
Clinton Ebadi [Sun, 28 Feb 2016 08:47:12 +0000 (03:47 -0500)]
z-axis: support position delta and improve rod support

zaxis_delta_y and zaxis_delta_x shift the entire z-axis away from the
frame. The Wilson TS frame moves the z-axis 5mm in x and y, and this
allows generating compatible z-axis parts. The 2020 frame benefits from
shifting the z-axis outward -- if it is not, the motor won't clear the
side of the mounts for the Wilson TS rear frame braces.

An additional support for the smooth rod hole is generated if the delta
is set. The motor mount walls are also removed if needed.

8 years agoz-axis support for aluminum extrusion frame
Clinton Ebadi [Wed, 24 Feb 2016 00:42:59 +0000 (19:42 -0500)]
z-axis support for aluminum extrusion frame

Also makes the rod holder insert a bit stronger.

8 years agoframe_alu: Use M5 bolt holes
Clinton Ebadi [Mon, 22 Feb 2016 00:53:58 +0000 (19:53 -0500)]
frame_alu: Use M5 bolt holes

8 years agoGeneralize `i_am_box' into `frame_type' option
Clinton Ebadi [Sun, 21 Feb 2016 19:25:03 +0000 (14:25 -0500)]
Generalize `i_am_box' into `frame_type' option

This will be used to add support for a 2020 aluminum extrusion z-axis.

9 years agoMerge pull request #91 from lordofhyphens/amf_export master origin/HEAD origin/master
Václav 'ax' Hůla [Mon, 26 Jan 2015 23:10:49 +0000 (00:10 +0100)]
Merge pull request #91 from lordofhyphens/amf_export

simple makefile change to allow for easy output of AMF or STL

9 years agoAdded configuration option to output AMF or STL files based on the initial output.
Joseph Lenox [Tue, 20 Jan 2015 23:12:11 +0000 (17:12 -0600)]
Added configuration option to output AMF or STL files based on the initial output.
Defaults to STL.

9 years agoIssue #89 workaround
Václav 'Ax' Hůla [Mon, 22 Dec 2014 14:54:04 +0000 (15:54 +0100)]
Issue #89 workaround

10 years agoMerge pull request #84 from blackguest/master
Václav 'ax' Hůla [Wed, 26 Feb 2014 10:23:19 +0000 (11:23 +0100)]
Merge pull request #84 from blackguest/master

Add endstop-holder-extra.scad for rotating endstops 90 degress on origin...

10 years agoAdd endstop-holder-extra.scad for rotating endstops 90 degress on original endstop...
ethan.sherman [Tue, 25 Feb 2014 16:50:50 +0000 (10:50 -0600)]
Add endstop-holder-extra.scad for rotating endstops 90 degress on original endstop-holder.

10 years agoMerge branch 'master' of git://github.com/Thav/Prusa3 into Thav-master
Václav 'Ax' Hůla [Sun, 5 Jan 2014 16:18:44 +0000 (17:18 +0100)]
Merge branch 'master' of git://github.com/Thav/Prusa3 into Thav-master

Conflicts:
box_frame/sample_stls/default_box_gt2_lm8uu/configuration.scad
box_frame/sample_stls/default_box_htd3_lm8uu/configuration.scad
box_frame/sample_stls/single_plate_htd3_lm8uu/configuration.scad

10 years agoMerge pull request #80 from AxTheB/master
Václav 'ax' Hůla [Tue, 24 Dec 2013 22:28:19 +0000 (14:28 -0800)]
Merge pull request #80 from AxTheB/master

Config update, some refactoring, bearing guide fixes. sample stl change

10 years agoConfig update, some refactoring, bearing guide fixes.
Václav 'Ax' Hůla [Tue, 24 Dec 2013 22:07:59 +0000 (23:07 +0100)]
Config update, some refactoring, bearing guide fixes.

10 years agoUpdating quantities based on manual.txt
Thav [Mon, 28 Oct 2013 11:38:26 +0000 (07:38 -0400)]
Updating quantities based on manual.txt

10 years agoGetting ThingDoc output to first unbroken state
Thav [Mon, 28 Oct 2013 11:13:04 +0000 (07:13 -0400)]
Getting ThingDoc output to first unbroken state

10 years agoAdding basic ThingDoc entries for printed parts
Thav [Mon, 28 Oct 2013 10:46:35 +0000 (06:46 -0400)]
Adding basic ThingDoc entries for printed parts

10 years agoCreating skeleton for top level ThingDoc assembly
Thav [Mon, 28 Oct 2013 10:45:53 +0000 (06:45 -0400)]
Creating skeleton for top level ThingDoc assembly

10 years agoChanging repository link in comments to correct Github URL.
Thav [Sat, 26 Oct 2013 15:41:28 +0000 (11:41 -0400)]
Changing repository link in comments to correct Github URL.

10 years agoFixed a comment that was making thingdoc throw an error
Thav [Sat, 26 Oct 2013 15:30:52 +0000 (11:30 -0400)]
Fixed a comment that was making thingdoc throw an error

10 years agoMerge pull request #76 from AxTheB/master
Václav 'ax' Hůla [Tue, 15 Oct 2013 10:07:31 +0000 (03:07 -0700)]
Merge pull request #76 from AxTheB/master

Move bearing guide so it does not interfere with other models

10 years agoMove bearing guide so it does not interfere with other models
Václav 'Ax' Hůla [Tue, 15 Oct 2013 10:05:21 +0000 (12:05 +0200)]
Move bearing guide so it does not interfere with other models

10 years agoMerge pull request #75 from AxTheB/master
Václav 'ax' Hůla [Tue, 15 Oct 2013 08:12:09 +0000 (01:12 -0700)]
Merge pull request #75 from AxTheB/master

Fiddled with wade a bit to fix #66

10 years agoFiddled with wade a bit to fix #66
Václav 'Ax' Hůla [Tue, 15 Oct 2013 08:06:52 +0000 (10:06 +0200)]
Fiddled with wade a bit to fix #66

10 years agoMerge pull request #73 from AxTheB/master
Václav 'ax' Hůla [Fri, 11 Oct 2013 16:23:05 +0000 (09:23 -0700)]
Merge pull request #73 from AxTheB/master

Bearing guide changes and new samples

10 years agoregenerate sample stls
Václav 'Ax' Hůla [Fri, 11 Oct 2013 16:10:14 +0000 (18:10 +0200)]
regenerate sample stls

10 years agoBearing guide fixes, new sample stls.
Václav 'Ax' Hůla [Fri, 11 Oct 2013 15:51:30 +0000 (17:51 +0200)]
Bearing guide fixes, new sample stls.

10 years agoMerge pull request #72 from AxTheB/master
Václav 'ax' Hůla [Fri, 11 Oct 2013 15:31:14 +0000 (08:31 -0700)]
Merge pull request #72 from AxTheB/master

Fix for wade brushing against the carriage

10 years agoFix for wade brushing against the carriage
Václav 'Ax' Hůla [Fri, 11 Oct 2013 15:23:34 +0000 (17:23 +0200)]
Fix for wade brushing against the carriage

10 years agoMerge pull request #71 from AxTheB/master
Václav 'ax' Hůla [Tue, 17 Sep 2013 23:46:13 +0000 (16:46 -0700)]
Merge pull request #71 from AxTheB/master

Add script to recompile all samples, update samples

10 years agoAdd script to recompile all samples, update samples
Václav 'Ax' Hůla [Sun, 8 Sep 2013 13:28:11 +0000 (15:28 +0200)]
Add script to recompile all samples, update samples

10 years agoMerge pull request #70 from AxTheB/master
Václav 'ax' Hůla [Sun, 8 Sep 2013 11:28:39 +0000 (04:28 -0700)]
Merge pull request #70 from AxTheB/master

Some verbose comments in config file

10 years agoMerge branch 'master' of github.com:josefprusa/Prusa3
Václav 'Ax' Hůla [Sun, 8 Sep 2013 11:26:25 +0000 (13:26 +0200)]
Merge branch 'master' of github.com:josefprusa/Prusa3

Conflicts:
box_frame/configuration.scad.dist

10 years agoUpdated comments
Václav 'Ax' Hůla [Sun, 8 Sep 2013 11:20:04 +0000 (13:20 +0200)]
Updated comments

10 years agoMerge pull request #68 from apapdev007/revised-config-comments
Václav 'ax' Hůla [Wed, 28 Aug 2013 08:29:17 +0000 (01:29 -0700)]
Merge pull request #68 from apapdev007/revised-config-comments

Revised Config Comments

10 years agoRemoved the GT2 belt settings that I added to old_single_plate config on my last...
appdev007 [Tue, 27 Aug 2013 11:53:24 +0000 (06:53 -0500)]
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.

10 years agoMerge pull request #67 from apapdev007/new-config-comments
Václav 'ax' Hůla [Tue, 27 Aug 2013 09:15:42 +0000 (02:15 -0700)]
Merge pull request #67 from apapdev007/new-config-comments

Config File Comments for Noobs

10 years agoAdded comments to the config files to, hopefully, make it a little easier on less...
appdev007 [Tue, 27 Aug 2013 02:53:23 +0000 (21:53 -0500)]
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.

10 years agoRevert "Revert "reduced size to make holes line up with the single plate y-axis""
Václav 'Ax' Hůla [Tue, 20 Aug 2013 12:49:53 +0000 (14:49 +0200)]
Revert "Revert "reduced size to make holes line up with the single plate y-axis""

This reverts commit b4e11bc29a4aba2d82bc6a3b8662d0fa19c7b64b.

10 years agoRevert "Revert "Add top level readme, rename single_plate""
Václav 'Ax' Hůla [Tue, 20 Aug 2013 12:48:53 +0000 (14:48 +0200)]
Revert "Revert "Add top level readme, rename single_plate""

This reverts commit 95140cadf24150998e2d8bfc8d606cb4c10ad7e6.

10 years agoRevert "Add top level readme, rename single_plate"
Josef Prusa [Wed, 7 Aug 2013 08:21:01 +0000 (10:21 +0200)]
Revert "Add top level readme, rename single_plate"

This reverts commit 2c389bb9f6006c2f19f0acc58b8cd7fa9adfda2e.

10 years agoRevert "reduced size to make holes line up with the single plate y-axis"
Josef Prusa [Wed, 7 Aug 2013 08:21:01 +0000 (10:21 +0200)]
Revert "reduced size to make holes line up with the single plate y-axis"

This reverts commit db8feef4a33dc2cf013e9d42578992d8470a5aa4.

10 years agoreduced size to make holes line up with the single plate y-axis
Joachim Glauche [Thu, 25 Jul 2013 11:27:08 +0000 (13:27 +0200)]
reduced size to make holes line up with the single plate y-axis

10 years agoAdd top level readme, rename single_plate
Václav 'Ax' Hůla [Mon, 15 Jul 2013 21:26:16 +0000 (23:26 +0200)]
Add top level readme, rename single_plate

10 years agoMerge pull request #65 from AxTheB/master
Václav 'ax' Hůla [Thu, 27 Jun 2013 15:38:00 +0000 (08:38 -0700)]
Merge pull request #65 from AxTheB/master

small dimensions.md fix

10 years agoMissing word in dimensions.md
Václav 'Ax' Hůla [Thu, 27 Jun 2013 15:34:13 +0000 (17:34 +0200)]
Missing word in dimensions.md

10 years agoMerge pull request #64 from AxTheB/master
Václav 'ax' Hůla [Mon, 17 Jun 2013 08:52:25 +0000 (01:52 -0700)]
Merge pull request #64 from AxTheB/master

Bearing guide bugfix, polyhole removal

10 years agoRemove polyhole
Václav 'Ax' Hůla [Mon, 17 Jun 2013 08:33:03 +0000 (10:33 +0200)]
Remove polyhole

10 years agoMerge branch 'master' of github.com:josefprusa/Prusa3
Václav 'Ax' Hůla [Sun, 16 Jun 2013 14:10:39 +0000 (16:10 +0200)]
Merge branch 'master' of github.com:josefprusa/Prusa3

10 years agoBugfix: xends and bearing guides no longer intersect
Václav 'Ax' Hůla [Sun, 16 Jun 2013 14:07:08 +0000 (16:07 +0200)]
Bugfix: xends and bearing guides no longer intersect

10 years agosuggest to use 20mm 'board_thickness' when using single plate + y lm8uu holders
Joachim Glauche [Sat, 15 Jun 2013 16:55:09 +0000 (18:55 +0200)]
suggest to use 20mm 'board_thickness' when using single plate + y lm8uu holders

10 years agoapply small_hole_segments to stepper motor mount
Joachim Glauche [Sat, 15 Jun 2013 16:52:35 +0000 (18:52 +0200)]
apply small_hole_segments to stepper motor mount

10 years agowade gears now pass reality check
Václav 'Ax' Hůla [Fri, 7 Jun 2013 07:56:48 +0000 (09:56 +0200)]
wade gears now pass reality check

10 years agoMerge branch 'master' of github.com:josefprusa/Prusa3
Václav 'Ax' Hůla [Wed, 5 Jun 2013 22:31:28 +0000 (00:31 +0200)]
Merge branch 'master' of github.com:josefprusa/Prusa3

10 years agoFix missing tensioner
Václav 'Ax' Hůla [Wed, 5 Jun 2013 22:28:30 +0000 (00:28 +0200)]
Fix missing tensioner

10 years agoMerge pull request #62 from AxTheB/master
Václav 'ax' Hůla [Wed, 5 Jun 2013 20:51:26 +0000 (13:51 -0700)]
Merge pull request #62 from AxTheB/master

New STLs (and a endstop holder)

10 years agoMerge branch 'master' of github.com:josefprusa/Prusa3
Václav 'Ax' Hůla [Wed, 5 Jun 2013 20:45:22 +0000 (22:45 +0200)]
Merge branch 'master' of github.com:josefprusa/Prusa3

10 years agoRegenerate sample STLs to march current sources
Václav 'Ax' Hůla [Wed, 5 Jun 2013 20:44:06 +0000 (22:44 +0200)]
Regenerate sample STLs to march current sources

10 years agouse m3_diameter_horizontal for nut trap in idler
Joachim Glauche [Wed, 5 Jun 2013 16:53:40 +0000 (18:53 +0200)]
use m3_diameter_horizontal for nut trap in idler

10 years agoAdd endstop holing ability to tube clamps
Václav 'Ax' Hůla [Wed, 5 Jun 2013 09:49:46 +0000 (11:49 +0200)]
Add endstop holing ability to tube clamps

10 years agoMerge branch 'tube-clamp'
Václav 'Ax' Hůla [Wed, 5 Jun 2013 09:36:20 +0000 (11:36 +0200)]
Merge branch 'tube-clamp'

10 years agoMerge pull request #61 from AxTheB/master
Václav 'ax' Hůla [Wed, 5 Jun 2013 09:24:09 +0000 (02:24 -0700)]
Merge pull request #61 from AxTheB/master

Fixes (mainly xends)

10 years agoMirror x-ends to reflect current state
Václav 'Ax' Hůla [Wed, 5 Jun 2013 09:18:31 +0000 (11:18 +0200)]
Mirror x-ends to reflect current state

10 years agoMerge branch 'master' of github.com:josefprusa/Prusa3
Václav 'Ax' Hůla [Tue, 4 Jun 2013 17:49:19 +0000 (19:49 +0200)]
Merge branch 'master' of github.com:josefprusa/Prusa3

Conflicts:
box_frame/doc/dimensions.md

10 years agoFix smooth rod dimensions
Václav 'Ax' Hůla [Tue, 4 Jun 2013 17:20:39 +0000 (19:20 +0200)]
Fix smooth rod dimensions

10 years agoMerge pull request #58 from AxTheB/master
Václav 'ax' Hůla [Thu, 30 May 2013 08:48:08 +0000 (01:48 -0700)]
Merge pull request #58 from AxTheB/master

  Fix expensive typo (rod length)

10 years agoFix expensive typo (rtod length)
Václav 'Ax' Hůla [Thu, 30 May 2013 08:46:14 +0000 (10:46 +0200)]
Fix expensive typo (rtod length)

10 years agoAdd 12mm bushing variant to config file
Václav 'Ax' Hůla [Sun, 26 May 2013 09:49:03 +0000 (11:49 +0200)]
Add 12mm bushing variant to config file

10 years agoMake bigger hole for M5 rod
Václav 'Ax' Hůla [Sun, 26 May 2013 09:47:15 +0000 (11:47 +0200)]
Make bigger hole for M5 rod

10 years agoRemove #
Václav 'Ax' Hůla [Sat, 25 May 2013 21:56:39 +0000 (23:56 +0200)]
Remove #

10 years agoAdd endstop holder to tube clamp
Václav 'Ax' Hůla [Tue, 21 May 2013 22:25:19 +0000 (00:25 +0200)]
Add endstop holder to tube clamp

10 years agoMerge pull request #57 from AxTheB/master
Václav 'ax' Hůla [Fri, 17 May 2013 22:17:11 +0000 (15:17 -0700)]
Merge pull request #57 from AxTheB/master

Carriage length fix, chamfer

10 years agomore tweaks on the nut slide in. does slide in with little force now
Joachim Glauche [Thu, 16 May 2013 18:19:28 +0000 (20:19 +0200)]
more tweaks on the nut slide in. does slide in with little force now

10 years agofix securing nut placement as well
Joachim Glauche [Wed, 15 May 2013 08:16:21 +0000 (10:16 +0200)]
fix securing nut placement as well

10 years agofixed opening size
Joachim Glauche [Wed, 15 May 2013 08:10:46 +0000 (10:10 +0200)]
fixed opening size

10 years agonow real commit for y-beltholder fix on single plate
Joachim Glauche [Tue, 14 May 2013 08:42:40 +0000 (10:42 +0200)]
now real commit for y-beltholder fix on single plate

10 years agotightener nut trap fix (partially accidentally pushed in commit 8dd487109dd5c02620e4b...
Joachim Glauche [Tue, 14 May 2013 08:41:54 +0000 (10:41 +0200)]
tightener nut trap fix (partially accidentally pushed in commit 8dd487109dd5c02620e4bd28d2258375727832c3)

10 years agoadded small_hole_segments to bushing.scad as well
Joachim Glauche [Tue, 14 May 2013 08:39:05 +0000 (10:39 +0200)]
added small_hole_segments to bushing.scad as well

10 years agofixed last commit for single plate
Joachim Glauche [Tue, 14 May 2013 08:38:14 +0000 (10:38 +0200)]
fixed last commit for single plate

10 years agofixed belt holder screw spacing to the y-platform, make 3,5x20 not go through the...
Joachim Glauche [Tue, 14 May 2013 08:34:02 +0000 (10:34 +0200)]
fixed belt holder screw spacing to the y-platform, make 3,5x20 not go through the plate

10 years agoMerge branch 'master' of github.com:josefprusa/Prusa3
Václav 'Ax' Hůla [Tue, 14 May 2013 07:59:00 +0000 (09:59 +0200)]
Merge branch 'master' of github.com:josefprusa/Prusa3

10 years agoAdd option to use chamfered endes instead of bevels
Václav 'Ax' Hůla [Tue, 14 May 2013 07:57:05 +0000 (09:57 +0200)]
Add option to use chamfered endes instead of bevels

10 years agoadded small_hole_segments to bushing and x-carriage as well
Joachim Glauche [Mon, 13 May 2013 16:45:10 +0000 (18:45 +0200)]
added small_hole_segments to bushing and x-carriage as well

10 years agomake number of segments configurable on small holes
Joachim Glauche [Mon, 13 May 2013 16:34:23 +0000 (18:34 +0200)]
make number of segments configurable on small holes

10 years agoThe x-carriage will now grow to size of 2 bearings for bearings <= 30mm
Václav 'Ax' Hůla [Fri, 10 May 2013 08:52:59 +0000 (10:52 +0200)]
The x-carriage will now grow to size of 2 bearings for bearings <= 30mm

10 years agooptional endstop holder on tube clamp, initial idea
Václav 'Ax' Hůla [Fri, 10 May 2013 08:28:00 +0000 (10:28 +0200)]
optional endstop holder on tube clamp, initial idea

10 years agofix 624 idler bearing spacing
Joachim Glauche [Thu, 9 May 2013 09:53:12 +0000 (11:53 +0200)]
fix 624 idler bearing spacing

10 years agomade endstop holder parameteric and produce the correct ones according to smooth...
Joachim Glauche [Tue, 7 May 2013 18:52:47 +0000 (20:52 +0200)]
made endstop holder parameteric and produce the correct ones according to smooth rod size

10 years agocopied endstop-holder from restructure branch, prusa i2 repository
Joachim Glauche [Tue, 7 May 2013 18:40:48 +0000 (20:40 +0200)]
copied endstop-holder from restructure branch, prusa i2 repository