1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-01-16 20:38:15 +01:00

98 Commits

Author SHA1 Message Date
Chris
e0060e8066
Merge pull request #69 from jonathanwood/master
Vitamin changes to support 19mm MDF and 12mm bearings.
2018-10-27 12:59:22 +01:00
Jonathan Wood
3c5f679cf0 Vitamin changes to support 19mm MDF and 12mm bearings. 2018-10-27 04:23:11 -04:00
Jonathan Wood
bf9454f7d8 Vitamin changes to support 19mm MDF and 12mm bearings. 2018-10-27 04:21:52 -04:00
Jonathan Wood
41ef6dade7 Vitamin changes to support 19mm MDF and 12mm bearings. 2018-10-27 03:49:20 -04:00
Chris Palmer
0da1f498f6 Removed duplicated assignments. 2018-10-24 13:12:07 +01:00
Chris Palmer
055c47dc45 Nut trap support expanded to ensure support layer is solid. 2016-04-25 06:30:29 +01:00
Chris Palmer
26f1e6c10c Updated huxley stls with new teardrops, no real changes. 2016-04-24 21:25:57 +01:00
Chris Palmer
a2fb119ea9 Updated generated files with the new teardrop implementation.
Miniscule changes.
2016-04-24 14:59:57 +01:00
Chris Palmer
8fe0e5cf44 Made E3D extruder mounting hole a teardrop. 2016-03-30 11:16:01 +01:00
Chris Palmer
0167e75375 Neater teardrops using hull as suggested by @Wulfsta. 2016-03-08 17:42:10 +00:00
Chris Palmer
48b54e63a4 No longer makes holes for spool holder if spool is not defined. 2016-02-20 22:52:31 +00:00
Chris Palmer
2b9c3c994e No longer tries to draw the spool holder if spool is not defined. 2016-02-20 22:49:29 +00:00
Chris Palmer
47941ce4b1 Fixed missing cross hairs on sheet drawing of RPi mounting holes on Huxley.
Sheets.py can now do specified sheet.
2016-02-20 00:05:03 +00:00
Chris Palmer
425d96e73a Fixed missing second light strip on assembly view and bom. 2016-01-21 15:04:04 +00:00
Chris Palmer
5d58a19721 E3D variants now in master. Only the files that are different are present. 2016-01-20 13:59:17 +00:00
Chris Palmer
16700c2ed1 Fixed degenerate triangle in fan duct. 2016-01-20 13:02:51 +00:00
Chris Palmer
c3840d3ce9 Fan duct improvments:
More clearance between belt and fan.
Cleaner inner shape.
Thinner walls. Fixed pinch point in one wall.
Wade's screw length calculation no longer uses explicit sizes.
2016-01-19 11:34:06 +00:00
Chris Palmer
86517088db Fixed missalignment of E3D fan duct in master branch. 2016-01-17 12:46:37 +00:00
Chris Palmer
ad21323ec6 Mods to support e3d in the main branch.
Tweaks to the huxley extruder.
Now shows hot end filament diameter on the BOM.
Moved huxley spool holder back to give more room for lighting.
Updated README.md.
Added huxley to command line usage messages.
2016-01-16 10:47:25 +00:00
Chris Palmer
321c77ca0d Modified direct drive extruder used on Huxley to work with NEMA17 motor.
Made hot end virtual.
2016-01-13 20:45:07 +00:00
Chris Palmer
ef0406dc29 Fixed some assembly views so they work for Huxley.
Idler lever added to Huxley extruder.
Extruders now virtual.
views.py now allows camera to be specified using $vpt, $vpr and $vpd.
make_machine.py now does the accessories as well.
2016-01-13 10:11:55 +00:00
Chris Palmer
dc154bbe2c Fixed some missing STLS on Huxley 2016-01-11 08:59:51 +00:00
Chris Palmer
334e85d8bf Added generated files for Huxley and updated Sturdy and Mendel. 2016-01-11 00:52:29 +00:00
Chris Palmer
eeb12dd3cb Mods to carriage for Huxley.
Fan duct bracket screws longer for easier removal and replacement.
Direct 1.75mm drive extruder for Huxley.
MK5B J-head model length corrected to match reality.
2016-01-10 21:11:17 +00:00
Chris Palmer
4f56561bb7 X-end mods for Huxley. 2016-01-10 19:50:32 +00:00
Chris Palmer
9611c4743b Heatsheild mods for Huxley.
Has the side effect of making them all a bit bigger.
2016-01-10 18:39:54 +00:00
Chris Palmer
225b94f1b5 Fixed fixing block bug introduced when assign was replaced by assigment.
Fixed race condition in bom.py on Win7 with SSD.
2016-01-10 15:01:22 +00:00
Chris Palmer
dc5c5af3b8 Fixed z_bar_clamp mirrored vertically in the assembly view.
More noticable on Huxley as the switch holes are more offset.
Updated all the assembly views for recent changes.
2016-01-10 13:31:32 +00:00
Chris Palmer
58c83a5c49 Fixing block and PSU position mods for Huxley 2016-01-10 12:32:35 +00:00
Chris Palmer
4e1cc9c8cd Position tweaks for Huxley. 2016-01-10 12:15:51 +00:00
Chris Palmer
9daef0d573 New light and camera scheme.
Removed some assigns and child for new OpenScad.
Now renders the sheets for more responsive preview.
2016-01-10 11:09:38 +00:00
Chris Palmer
2459632962 x_motor_ribbon_bracket added to small_bits.
Mods for huxley.
2016-01-10 08:13:37 +00:00
Chris Palmer
3d8160cf69 Wades block made a bit stronger and now has a socket for the PTFE tube.
This version used on later kits.
2016-01-09 19:35:05 +00:00
Chris Palmer
ca74ca7ad2 Removed some extra edges is some STLs. 2016-01-09 09:56:50 +00:00
Chris Palmer
e1a847b33f Cleaner rounded rectangles using hull instead of union. 2016-01-08 23:49:18 +00:00
Chris Palmer
5c8bed54cd Reverted rounded_square change. 2016-01-08 21:28:33 +00:00
Chris Palmer
154c3a56f9 Nut trap functions moved to nuts.scad.
nut_trap_radius() and nut_trap_flat_radius() now have a horizontal flag to allow them work for vertical holes.
The also have a snug flag to bodge around the fact M?_nut_radius is actually a nut trap radius with some clearance so not the same as nut_radius().
2016-01-08 18:17:16 +00:00
Chris Palmer
c970a3b6aa User space rotate added to get around OpenScad's rotate using innacurate trig functions.
Eveything changes a little bit!
2016-01-08 16:15:42 +00:00
Chris Palmer
bb95dcc5cb Z coupling smaller on Huxley. 2016-01-06 17:20:47 +00:00
Chris Palmer
b48b2168a8 Modified tube caps for huxley. 2016-01-06 16:25:27 +00:00
Chris Palmer
81a7a7c729 Bearing holder changes for Huxley. 2016-01-06 15:36:19 +00:00
Chris Palmer
10b0233719 Fixed cavity smaller than nut trap bug on Sturdy and Huxley. 2016-01-06 12:27:01 +00:00
Chris Palmer
69a8c8bc53 Vero board bed option for huxley. 2016-01-06 12:20:57 +00:00
Chris Palmer
805b4ea427 Added vero_bed config option for huxley.
Moved screw sizes to vitamins.scad so it can be used stand alone.
Added capped option to hole_support.
Fixed bug in rounded_cylinder().
2016-01-06 00:49:11 +00:00
Chris Palmer
04029133e6 Fixed last commit 2016-01-05 19:46:26 +00:00
Chris Palmer
ca52761279 Changes for huxley.
Fixing block now uses hull() instead of Minkowski() for speed.
Cleaner STL for ribbon clamps.
2016-01-05 16:13:54 +00:00
Chris Palmer
e853cfbe30 Replaced minkowski with scale, child with children, and removed assign.
Added thinner fan for Huxley.
Added missing nut for M2 screw.
Ball bearings can now position children.
2016-01-05 12:18:38 +00:00
Chris Palmer
ce0018a662 Fan guard made stronger by making it thinner! 2016-01-05 10:58:01 +00:00
Chris Palmer
e0ee0fa2da Cleaned up spool holder.
Now uses offset instead of Minkowski.
 Dowels stronger and better fit.
2016-01-04 21:00:27 +00:00
Chris Palmer
769db9c588 Cleaned up STL. 2016-01-04 20:51:20 +00:00