Skip to content

Releases: Denvi/Candle

Version 1.2b release

30 Oct 15:42
Compare
Choose a tag to compare

Changes:

  1. Main window has dock windows now: "Device", "Modification", "Visualizer" and "Console". Windows can be moved, resized, closed, float.
  2. Added shortcuts settings.
  3. Removed "Units", "Rapid speed", "Acceleration" settings from "Machine info" group.
  4. Command can be evaluated by script engine now.
  5. "Restore origin" command was fixed.
  6. Panels are movable now.
  7. Plugins support added.
  8. Added "Camera" plugin.
  9. Added "User commands" plugin. Old "User commands" panel removed. The number and function of the buttons can now be customized.
  10. Added "Coordinate system" plugin.
  11. Added tool change commands support.

Plugins can be duplicated, simply copy/paste one in plugins folder. Thus you can set more than 1 "Camera" or "User commands" plugin.

Camera plugin

Controls:

  • pan - mouse move with left mouse button pressed;
  • zoom - mouse wheel;
  • crosshair move - mouse move with shift and left mouse button pressed.

Settings:

  • camera name;
  • camera resolution;
  • view pan;
  • view zoom;
  • crosshair position;
  • crosshair circle size;
  • crosshair line width;
  • crosshair color.

User commands plugin

Each button has Hint, Icon & G-code settings:

  • Hint is a short tooltip for button.
  • Icons stored in "\plugins\usercommands\images" subfolder, you can place your own icons here.
  • G-code is a multiline textbox, one line per command, no need to separate commands by semicolon now.

The order and number of buttons is also set in the settings.

Version 1.1 release

20 Nov 16:55
Compare
Choose a tag to compare
  • Moving to Grbl v1.1 firmware

Version 1.0 release

24 Oct 15:19
Compare
Choose a tag to compare
  • Added "Grayscale segments"-option and "Raster"-mode to visualize laser jobs.
  • Added "User commands"-panel.
  • Significantly improved performance of:
    • File loading.
    • G-code program modification by heightmap.
    • "Autoscroll"-feature.
  • Programs with about 5 million lines can be loaded now.

Version 0.9 release

08 Oct 19:33
Compare
Choose a tag to compare
  • "Restore origin" function has "move tool in plane/space" setting now.
  • "Safe position" function can be customized with command list.
  • Visualizer works with OpenGL/Angle/Software renderer.
  • Some bugs fixed.

Version 0.8.4 release

19 May 15:57
Compare
Choose a tag to compare
  • "Check door" state fix.
  • "Restore XYZ" button only restores G92 offsets now.

Version 0.8.3 release

29 Mar 01:35
Compare
Choose a tag to compare
  • "ngc" extension added to supported G-Code files.
  • "Port opened"-state on program start fixed.

Version 0.8.2 release

13 Mar 13:15
Compare
Choose a tag to compare
  • Bugs fixes.

Version 0.8.1 release

16 Dec 06:26
Compare
Choose a tag to compare
  • "Abort" feature fix for old firmwares.

Version 0.8 release

12 Dec 14:57
Compare
Choose a tag to compare
  • You can save files, transformed according to heightmap.
  • Console window have adjustable size now.
  • Added "Degree" minimum arc size to parser settings.
  • Some minor bugs fixed.

Version 0.7 release

08 Nov 11:59
Compare
Choose a tag to compare
  • Drag & Drop mechanism support added. You can drop files & plain text to main program window to open them.
  • "Abort" button added. File transfer can be interrupted without loss of work coordinates offsets now.
  • M2, M30, M18, M19 commands support added.
  • French translation added.
  • Some bugs fixed.