This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cpm4030 [2024/01/31 14:26] – [Electronica - Endswitches] wrusman | cpm4030 [2025/08/28 11:15] (current) – wrusman | ||
---|---|---|---|
Line 8: | Line 8: | ||
===== Software ===== | ===== Software ===== | ||
+ | === CAM en Sender instellingen === | ||
+ | x: 380mm max 4000mm/min \\ | ||
+ | y: 300mm max 4000mm/min \\ | ||
+ | z: 200mm max 4000mm/min \\ | ||
+ | |||
+ | |||
=== GCode Creeren / CAM === | === GCode Creeren / CAM === | ||
+ | toptool : [[https:// | ||
+ | Settings : {{ : | ||
+ | |||
+ | van de makers van lightburn : [[https:// | ||
PCB gerber omzetten naar gcode : \\ | PCB gerber omzetten naar gcode : \\ | ||
Line 32: | Line 42: | ||
[[https:// | [[https:// | ||
[[https:// | [[https:// | ||
- | |||
Grafische truukjes : \\ | Grafische truukjes : \\ | ||
- | [[https://jasondorie.com/page_cnc.html|Halftoner en Reactor]] \\ | + | [[https://halftonepro.com/app#|Halftone]] \\ |
[[https:// | [[https:// | ||
[[https:// | [[https:// | ||
- | + | eventuele | |
- | problemen met arcs: \\ | + | |
[[https:// | [[https:// | ||
=== GCode Simulator : === | === GCode Simulator : === | ||
http:// | http:// | ||
- | |||
=== GCode Streamers : === | === GCode Streamers : === | ||
Line 51: | Line 58: | ||
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:// |
- | [[https://resources.sienci.com/view/gs-installation/#download| GSender]] | + | [[https:// |
+ | [[https:// | ||
+ | [[https:// | ||
+ | [[http:// | ||
+ | van de makers van lightburn : [[https://docs.millmagesoftware.com/latest/AboutMillMage/|Millmage]] \\ | ||
- | {{: | + | ===== Macro' |
- | [[https:// | + | === "Home All" |
+ | < | ||
+ | $HZ ;$HX;G10 P0 L20 X0;$HY; G10 P0 L20 Y0; | ||
+ | </code> | ||
- | {{: | + | === "Probe Z" voor gebruik met de toolsetter v2 (kan nog beter?)=== |
- | [[https://github.com/vlachoudis/bCNC|bCNC ]] | + | < |
+ | G21 ; metric units | ||
+ | G91 ; Relative Positioning | ||
+ | G38.2 Z-70 F100 ; probe down with maximum 70mm and speed 100 mm/min | ||
+ | G10 L20 P1 Z65 ; set G54 Z to 65mm at contact | ||
+ | G0 Z5 ; retract 5mm | ||
+ | G38.2 Z-10 F50 ; probe down with maximum 10mm and speed 50 mm/min | ||
+ | G10 L20 P1 Z65.3 ; set G54 Z to 65mm at contact | ||
+ | G0 Z5 ; retract 5mm | ||
+ | G90 ; back to absolute | ||
+ | </code> | ||
- | {{: | + | === oude "Probe Z" voor gebruik met de toolsetter (voor als de nieuwe niet goed werkt)=== |
- | [[https:// | + | < |
+ | g90;g21;g38.2 z-70 f100;G92 z65;g1 z67;g38.2 z-10 f50;G92 z65;g0 z75; | ||
+ | </code> | ||
- | {{: | + | === "Ga naar positie x10 y10" |
- | [[http:// | + | < |
+ | G90 G21; (Absolute position in mm.) | ||
+ | G0 X10 Y10; | ||
+ | </code> | ||
====== Freesjes ====== | ====== Freesjes ====== | ||
Line 73: | Line 102: | ||
|{{: | |{{: | ||
+ | |||
+ | Jens heeft een introductiefilmpje gemaakt over de CNC i.c.m. FreeCAD. {{youtube> | ||
====== Electronica ====== | ====== Electronica ====== | ||
Line 81: | Line 112: | ||
Deze gaf storingen bij langer gebruik, en onderdelen hiervoor bleken bijna even duur als een nieuwe spindel van vevor. | Deze gaf storingen bij langer gebruik, en onderdelen hiervoor bleken bijna even duur als een nieuwe spindel van vevor. | ||
Het gaat om de JST-JGF-F65A, | Het gaat om de JST-JGF-F65A, | ||
+ | |||
+ | ===== Electronica - Drivers ===== | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Er worden {{ : | ||
+ | Deze kunnen maximaal 5.6A en 50V aan. | ||
Line 95: | Line 133: | ||
{{: | {{: | ||
- | |||
- | |||
- | |||
- | ===== Electronica - Drivers ===== | ||
- | |||
- | {{: | ||
- | |||
- | Er worden {{ : | ||
- | Deze kunnen maximaal 5.6A en 50V aan. | ||
- | |||
- | |||
===== Electronica - controller ===== | ===== Electronica - controller ===== | ||
Line 113: | Line 140: | ||
Dit werkt als " | Dit werkt als " | ||
- | Na wat testen is een goede config gemaakt (zie onderaan) en zijn in Universal Gcode Sender een aantal macro' | + | Na wat testen is een goede config gemaakt (zie onderaan) en zijn in Universal Gcode Sender een aantal macro' |
- | ====== Settings ====== | ||
- | ===== CAM en Sender instellingen ===== | ||
- | x: 380mm max 4000mm/min \\ | ||
- | y: 300mm max 4000mm/min \\ | ||
- | z: 200mm max 4000mm/min \\ | ||
===== FluidNC Settings ===== | ===== FluidNC Settings ===== | ||
Line 324: | Line 346: | ||
</ | </ | ||
- | ===== Macro' | ||
- | === "Home All" | ||
- | < | ||
- | $HZ ;$HX;G10 P0 L20 X0;$HY; G10 P0 L20 Y0; | ||
- | </ | ||
- | === "Probe Z" voor gebruik met de toolsetter (kan nog beter)=== | ||
- | < | ||
- | g90; | ||
- | </ | ||
- | |||
- | === "Probe Z" voor gebruik met de toolsetter v2 (kan nog beter?)=== | ||
- | < | ||
- | G91 G21 ; (Relative position in mm.) | ||
- | G38.2 Z-70 F100 ;(Search of the probe on 70 mm. speed 100, if not found after 70 mm. Alarm GRBL) | ||
- | G0 Z2 ; (back 2mm.) | ||
- | G38.2 Z-2 F50 ; (Searching the probe for 2 mm, slower, speed 50) | ||
- | G92 Z65 ; (Adjustment of the Z offset according to the thickness of the probe, 65 mm in this case) | ||
- | G0 Z75 ; (back 10mm.) | ||
- | M0; (pause) | ||
- | </ | ||
- | |||
- | === "Ga naar positie x10 y10" | ||
- | < | ||
- | G90 G21; (Absolute position in mm.) | ||
- | G0 X10 Y10; | ||
- | </ |