CNC-Fräse: Unterschied zwischen den Versionen
Reox (Diskussion | Beiträge) |
Reox (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 42: | Zeile 42: | ||
== Current Status== | == Current Status== | ||
* EMC is quite configured. Max-Movement speed is approx | * EMC is quite configured. Max-Movement speed is approx 1980 mm/min. | ||
** Consider not drive this fast anyway - 2200mm/min is currently a good setup without loosing steps | ** Consider not drive this fast anyway - 2200mm/min is currently a good setup without loosing steps | ||
** If you use feed-override, please make sure not to run with 1980*1,5mm/min! | |||
* Homeing procedure in EMC is functional, and by that also soft-limits. Its now "nearly" impossible to move over some limits. Start EMC, turn machine on with f1/f2, press "home all", wait 30 sec. Than traverse to the wished zero of your working coordinate system, and touch off in all three axes. | * Homeing procedure in EMC is functional, and by that also soft-limits. Its now "nearly" impossible to move over some limits. Start EMC, turn machine on with f1/f2, press "home all", wait 30 sec. Than traverse to the wished zero of your working coordinate system, and touch off in all three axes. | ||
* The Spindle, aka the | * The Spindle, aka the Mechatron, is switched on/off automatically. | ||
** | * Spindle speed must be set to a value between 6000 and 24000. Use GCode like M3 S6000 | ||
** The Spindle needs some warmup before running. Manual says One minute on 6000rpm, then increase in steps of 6000 until the whished speed is reached. stay for one minute on each level. If the spindle is very cold and has not run about a week double the times! | |||
* Double sided boards kind of work, although its a bit tricky: [[PCB_CNC]] | * Double sided boards kind of work, although its a bit tricky: [[PCB_CNC]] | ||
Zeile 81: | Zeile 77: | ||
=== Wishlist === | === Wishlist === | ||
* | * too much ;) | ||
==History== | ==History== | ||
Zeile 140: | Zeile 135: | ||
--[[Benutzer:Overflo|Overflo]] 13:56, 8. Dez. 2007 (CET) | --[[Benutzer:Overflo|Overflo]] 13:56, 8. Dez. 2007 (CET) | ||
===The big reconfiguration=== | |||
between 2012 and now some crazy guys had a vision in their heads that the CNC needs to be reconfigured. | |||
They build a heavy (around 700kg) table and cage and pimped the settings of the cnc. they even installed a HF Spindle for super mega awesome milling. | |||
==Reference== | ==Reference== | ||
a usefull preamble for this mill: | a usefull preamble for this mill: | ||
M3 S6000 | |||
G4 P60 | |||
M3 S12000 ; until the whished speed is reached | |||
G4 P60 | |||
F950 | F950 | ||
G90 | G90 | ||
Zeile 161: | Zeile 162: | ||
F500 ;500mm/minutes movement speed | F500 ;500mm/minutes movement speed | ||
M7 ; staubsauger an | M7 ; staubsauger an | ||
S6000 M3 ; fraeser einschalten | |||
G4 | G4 P60 ; 60 sekunden warten bis motor warm ist | ||
Typical gcode Tail: | Typical gcode Tail: | ||
; the tail | ; the tail | ||
G0 Z10 ; retract from workplane | G0 Z10 ; retract from workplane - safty plane | ||
M30 ; end program | |||
=== Parameters for typical jobs === | === Parameters for typical jobs === | ||
Zeile 181: | Zeile 182: | ||
! Comment | ! Comment | ||
|- | |- | ||
| MDF ||8||2||?|| | | MDF ||8||2||?||12000||30||MDF is usually too thick to be milled with our normal milling heads, so we're using a bigger (8mm diameter) end mill. Plunge 10. | ||
|- | |- | ||
| Wood ||3||5||50%|| | | Wood ||3||5||50%||12000-14000||>300|| guessed proposal | ||
|- | |- | ||
| Wood ||0.8||4||100%|| | | Wood ||0.8||4||100%||12000-14000||~250|| guessed proposal | ||
|- | |- | ||
| Aluminium||3||1||50%|| | | Aluminium||3||1||50%||6000||300|| guessed proposal with cooling | ||
|- | |- | ||
| Aluminium||10||10||20%|| | | Aluminium||10||10||20%||7990||3000|| on an industrial machine, for comparison | ||
|- | |- | ||
| PCB engrave||0.1-0.3 30deg||0.3|| || | | PCB engrave||0.1-0.3 30deg||0.3|| ||12000||1000|| tested in epoxy-pcb | ||
|- | |- | ||
| PCB drill||0.9 ||-2.5|| || | | PCB drill||0.9 ||-2.5|| ||14000||400|| tested in epoxy-pcb | ||
|- | |- | ||
| Plexiglass Front door engrave||0.1 30deg?||1|| || | | Plexiglass Front door engrave||0.1 30deg?||1|| ||10000||20|| Plunge 20, toolsize cambam 0.3 | ||
|- | |- | ||
| Plexiglass egg||1.5 30deg?||0.5|| || | | Plexiglass egg||1.5 30deg?||0.5|| ||14000||100|| Plunge 30, toolsize cambam 1.5 : 4mm thick plexiglass 400x300 | ||
|- | |- | ||
| Plexiglas Portrait ||0.1 30deg?||4|| || | | Plexiglas Portrait ||0.1 30deg?||4|| ||10000||?|| 0.3mm raster, Custom tool to convert from image to gcode | ||
|- | |- | ||
|} | |} |