Mechanica Software – CNC-GCode-Controller
CNC G-CODE CONTROLLER
CNC-GCode-Controller
If you use a reprap Controller (like Marlin …) for a CNC machine then this is your Program ;-)
- Communication with the Controller over com port
- Basic movements with preview
- Loading cnc files
- Preview of cnc file
- Autoleveling (at this point only for Marlin firmware because of hit endstop message)
- Optimise G0 movements
- Most commonly used Gcodes are translated for a Reprap Controller (Tested with Marlin)
- Backlash correction
- Artsupport
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
6.1 Add: *Art Support 6.0 Add: *Art Support 5.0 Add: *Add simple Interface *Grid *Gcode edit *Single step *Gcode scaling 4.4 Fixed spelling (thanks to Nutz95), Add Autolevel Save option, Add Start at position 4.3 Fixed speed Bug, Tested Marlin 1.0 support (thanks to d00616), fixed spelling (thanks to petejm) 4.2 Add command-line support 4.1 Add file export! 4.0 Add Backlash correction 3.7 Some fixes! See commits 3.6 Add SIM Communication Fixed split long move error 3.5 Add ARC support 3.4 Splitting longer moves now to make better Autoleveling Zoom in in CNC milling preview 3.3 Fixed null pointer when milling 3.2 Some fixes .... 3.1 Add Tool Change support 3.0 Autoleveling + Optimiser 2.0 Auto Leveling Ready to use :-) 1.0 min fix :-) |
Download CNC Gcode controller @ Github.com
[#/mechanica/software/cncgcodecontroller” ]