Carlos Garcia Saura
3abba84a56
Removed files from previous iteration
2014-12-08 17:40:15 +00:00
Carlos Garcia Saura
f59b36bc9b
Removed files from previous iteration
2014-12-08 17:39:36 +00:00
Carlos Garcia Saura
9eba6952f4
Removed files from previous iteration
2014-12-08 17:38:43 +00:00
Carlos Garcia Saura
2563f1fa19
Updated README
2014-12-08 17:37:12 +00:00
Carlos Garcia Saura
957d92a21c
Updated README
2014-12-08 17:35:40 +00:00
Carlos Garcia Saura
e0431a3423
Updated README
2014-12-08 17:35:08 +00:00
Carlos Garcia Saura
b3fd68614c
Updated README
2014-12-08 17:32:54 +00:00
Carlos Garcia Saura
67511cc92a
Updated README
2014-12-08 17:31:59 +00:00
Arne Durr
b518654a31
Added more config settings
2014-12-08 13:40:33 +01:00
Arne Durr
a4695d548e
Added configs/Default_config.h
...
Added configs/Default_config.h to make it easy to chance parameters like
screw size and tolerances
2014-12-07 23:09:11 +01:00
Arne Durr
78b2cac39f
Gears fix and improvement
2014-12-07 14:59:31 +01:00
Arne Durr
2595872036
Added Write lib for text on the z-carriage
2014-12-06 12:51:22 +01:00
Arne Durr
87f13cc5ff
Update for Z carriage rendering
...
Small update for the z carriage motor gear
2014-12-06 12:20:51 +01:00
Arne Durr
5f78cbba52
Update for Z carriage rendering
2014-12-06 12:18:39 +01:00
Arne Durr
61dc77489f
Merged Cycl_Z_carriage.scad and Inherited_files/Cycl_Z_carriage.scad
...
Merged Cycl_Z_carriage.scad and Inherited_files/Cycl_Z_carriage.scad to a working file for the Cyclone.scad rendering
2014-12-06 12:17:09 +01:00
Arne Durr
8f379ed344
Fix for wrong left/right frame render
...
fix for issue https://github.com/carlosgs/Cyclone-PCB-Factory/issues/27
2014-12-01 11:44:27 +01:00
Arne Durr
0a32a0c809
Fix for wrong left/right frame render
...
fix for issue https://github.com/carlosgs/Cyclone-PCB-Factory/issues/27
2014-12-01 10:10:15 +01:00
Arne Durr
0ca8d74caf
Fix for wrong left/right frame render
...
fix for issue https://github.com/carlosgs/Cyclone-PCB-Factory/issues/27
2014-12-01 10:09:05 +01:00
Arne Durr
f26b75cf8d
Add support for rendering gears
...
Replaced the gear mock-ups with real gears
2014-11-30 21:12:01 +01:00
Arne Durr
99690e2b1b
Add support for rendering gears
...
Replaced the gear mock-ups with real gears and added the nuts on the X-rod
2014-11-30 21:09:00 +01:00
Arne Durr
ce03fc1cde
Add support for rendering gears
...
Added cyclone_rod_gear and cyclone_motor_gear modules
2014-11-30 21:05:10 +01:00
Arne Durr
96c265816c
Add support for rendering gears
...
Used a modified file from the inherited_files/XYgears folder
2014-11-30 21:01:05 +01:00
Arne Durr
c434e0ee59
Screw Size customization
...
Moved the screw size settings to the Cyclone.scad file for better screw size customization
2014-11-30 11:24:38 +01:00
Arne Durr
617ce57b5c
Screw Size customization
...
Moved the screw size settings to the Cyclone.scad file for better screw size customization
2014-11-30 11:00:03 +01:00
Arne Durr
6850512e11
Screw Size customization
...
Moved the screw size settings to the Cyclone.scad file for better screw size customization
2014-11-30 10:13:35 +01:00
Arne Durr
a743da1149
Screw Size customization
...
Moved the screw size settings to the Cyclone.scad file for better screw size customization
2014-11-30 10:11:51 +01:00
Arne Durr
e72ec9f7ea
Screw Size customization
...
Moved the screw size settings to the Cyclone.scad file for better screw size customization
2014-11-30 10:07:52 +01:00
Carlos Garcia Saura
63c3e07f97
Kept larger tolerances
2014-11-29 22:20:29 +00:00
Carlos Garcia Saura
8e2e3b7a27
Merge pull request #25 from D-Byte/patch-1
...
Fixed small render error
2014-11-29 22:10:30 +00:00
Arne Durr
fa70642efa
Fixed small render error
...
Replaced scale by linear_extrude
2014-11-29 23:04:59 +01:00
Carlos Garcia Saura
2fdaebc1d6
Merge pull request #23 from D-Byte/patch-1
...
Patch 1
2014-11-29 21:58:39 +00:00
Arne Durr
96951f8d9a
StepperMotor mount fix
...
StepperMotor mount dint render
2014-11-29 22:37:06 +01:00
Arne Durr
3ae2eb4d76
Fixed bolt size issue
...
Bolt size of the pcb holder could not be chanced. Now it can
2014-11-29 19:29:39 +01:00
Arne Durr
dcf9c3a880
Update standard_parts.scad
...
Fixed: "TODO (from MCAD): proper screw cap values: instead of "height" will use METRIC_BOLT_CAP_HEIGHTS[size]+tolerance" this is not necessary because the cap height is the bold size so M3 cap is 3mm heigh.
Also fixed some tolerances because they where terrible big. On my print a M3 hole could fit a M4 bold and in the nut holder the nut could almost turn around.
Removed radius from hole_for_screw and hole_for_nut to clean up the code and it fixed errors in the STL output of OpenSCAD.
2014-11-29 17:51:29 +01:00
Arne Durr
b9f274d469
Added proper screw cap values
...
Fixed the TODO: proper screw cap values
Based on: http://www.roymech.co.uk/Useful_Tables/Screws/cap_screws.htm
Diameter is pulled from the table METRIC_BOLT_CAP_DIAMETERS and the cap height is the metric size of the bold.
2014-11-29 15:54:27 +01:00
Carlos Garcia Saura
c0c7732249
Removed unnecessary dxf files
2014-11-05 16:10:45 +00:00
Carlos Garcia Saura
8694e73edf
Removed reference to undefined variable
2014-11-05 16:03:43 +00:00
Carlos Garcia Saura
cc8a5a4f82
Renamed folder to dxf
2014-11-05 16:01:38 +00:00
Carlos Garcia Saura
f1af05936b
Moved logos into source folder
2014-11-05 16:01:20 +00:00
Carlos Garcia Saura
e90a43cccb
Fixed paths in scad scripts
2014-11-05 16:00:47 +00:00
Carlos Garcia Saura
b2406e15e1
Abbreviated source files name
2014-11-05 15:54:43 +00:00
Carlos Garcia Saura
26eee50fe1
Modified the description of the inherited parts
2014-11-05 15:52:26 +00:00
Carlos Garcia Saura
5981d2da1f
Moved inherited files to the folder
2014-11-05 15:51:28 +00:00
Carlos Garcia Saura
8eef3ea422
Moved libraries into source code folder
2014-11-05 15:45:55 +00:00
Carlos Garcia Saura
a646826dba
Included a copy of the required libraries
2014-11-05 15:44:09 +00:00
Carlos Garcia Saura
dcdfcdd80b
Removed submodules for simplicity
2014-11-05 15:43:10 +00:00
Carlos Garcia Saura
985e5dd5a7
Fixed README image paths
2014-11-05 15:40:48 +00:00
Carlos Garcia Saura
d171a91816
Merge pull request #20 from bq/master
...
Merge #19 into the development branch
2014-11-05 15:37:39 +00:00
Pedro de Oro Martin
d29ab0efff
Rename folders
2014-11-04 12:52:35 +01:00
Pedro de Oro Martin
db385fbf80
+ Electronic Case + New .dxf of Base, Workbed and Calibration electrode
2014-11-04 11:44:25 +01:00