User Tools

Site Tools


cpm4030

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
cpm4030 [2024/01/19 11:50] – [Macro's] wrusmancpm4030 [2024/01/19 12:27] wrusman
Line 45: Line 45:
 === GCode Creeren / CAM === === GCode Creeren / CAM ===
  
-PCB gerber omzetten naar gcode :  +PCB gerber omzetten naar gcode :  \\ 
-[[https://www.galaad.net/coppercam-eng.html|coppercam]]  +[[https://www.galaad.net/coppercam-eng.html|coppercam]] \\ 
-[[https://copper.carbide3d.com/rapidpcb|online rapidpcb]] +[[https://copper.carbide3d.com/rapidpcb|online rapidpcb]] \\ 
-[[http://flatcam.org/|flatcam]]+[[http://flatcam.org/|flatcam]] \\ 
 +[[https://github.com/pcb2gcode/pcb2gcode|pcb2gcode]] en [[https://github.com/pcb2gcode /pcb2gcodeGUI|pcb2gcodeGUI]] \\ 
 +[[https://github.com/JohnAtl/pcbgcode|pcbgcode]] \\
  
-2d/3d tekening omzetten naar 2d / 2.5d / 3d gcode : 
-[[http://www.cambam.info/|cambam]] 
-[[https://carbide3d.com/carbidecreate/|carbidecreate]] 
-[[https://mecsoft.com/freemill/|freemill]] 
  
-CAM in bestaande tekensoftware +2d/3d tekening omzetten naar 2d / 2.5d / 3d gcode \\ 
-[[https://www.autodesk.com/products/fusion-360/blog/getting-started-introduction-to-cam-and-toolpaths/|fusion360 CAM]] +[[http://www.cambam.info/|cambam]] \\ 
-[[https://www.freecadweb.org/|freecad]]+[[https://carbide3d.com/carbidecreate/|carbidecreate]] \\ 
 +[[https://mecsoft.com/freemill/|freemill]] \\ 
 +[[https://www.scorchworks.com/Fengrave/fengrave.html|Fengrave]] \\ 
 +[[https://www.estlcam.de/anleitung.php|EstlCAM]] \\ 
 +[[https://deftware.myshopify.com/pages/pixelcnc|PixelCNC]] \\ 
 +[[https://mecsoft.com/products/freemill/free-cad-cam-software/|FreeMill]] \\ 
 +[[https://pycam.sourceforge.net/3d-view/|PyCAM]] \\
  
-problemen met arcs: +CAM in bestaande tekensoftware : \\ 
 +[[https://www.autodesk.com/products/fusion-360/blog/getting-started-introduction-to-cam-and-toolpaths/|fusion360 CAM]] \\ 
 +[[https://wiki.freecad.org/Path_Workbench|Path workbench in Freecad]] \\ 
 +[[https://forums.maslowcnc.com/t/generating-gcode-with-inkscape-instead-of-cam-software/12058|Inkscape]] \\ 
 + 
 + 
 +Grafische truukjes : \\ 
 +[[https://jasondorie.com/page_cnc.html|Halftoner en Reactor]] \\ 
 +[[https://rasterbator.net/| Rasterbator]] \\ 
 +[[https://picsvg.com | plaatjes naar svg]] \\ 
 + 
 + 
 +problemen met arcs:  \\
 [[https://softsolder.com/2020/03/18/grbl-error-33-arc-coordinates-vs-decimal-places/|G2/G3 error 33 uitleg en oplossing ]] [[https://softsolder.com/2020/03/18/grbl-error-33-arc-coordinates-vs-decimal-places/|G2/G3 error 33 uitleg en oplossing ]]
  
Line 69: Line 85:
 Gcode streamers zijn bijna hetzelfde als 3D printer software die coördinaten naar de printer sturen vanaf de pc alleen zijn deze versies voornamelijk bedoeld voor Frezen of lasersnijden.  Gcode streamers zijn bijna hetzelfde als 3D printer software die coördinaten naar de printer sturen vanaf de pc alleen zijn deze versies voornamelijk bedoeld voor Frezen of lasersnijden. 
 Niet elke software voor grbl werkt ook met FluidNC, dit is testen of uitzoeken. Niet elke software voor grbl werkt ook met FluidNC, dit is testen of uitzoeken.
 +
 +{{:profiler:gsender-main-screen-layout-850x441.png?400|}}
 +[[https://resources.sienci.com/view/gs-installation/#download| GSender]]
  
 {{:profiler:sending_file_1.0.5.png?400|}} {{:profiler:sending_file_1.0.5.png?400|}}
Line 81: Line 100:
 {{:profiler:cambam.jpg?400|}} {{:profiler:cambam.jpg?400|}}
 [[http://www.cambam.co.uk/forum/index.php?topic=6482|CamBam+ met plugin ]] [[http://www.cambam.co.uk/forum/index.php?topic=6482|CamBam+ met plugin ]]
- 
- 
  
  
Line 312: Line 329:
 === "Ga naar positie x10 y10"=== === "Ga naar positie x10 y10"===
 <code> <code>
-G91 G20; (Absolute position in mm.)+G90 G21; (Absolute position in mm.)
 G0 X10 Y10; G0 X10 Y10;
 </code> </code>
cpm4030.txt · Last modified: 2024/05/14 14:29 by wrusman