Fork of K40 Whisperer software with lot of UI additions and improvements.
 
 
Go to file
Petr Kratina f5e5e44f2b added 'install' script to install dependencies on debian based systems 2023-08-06 02:43:28 +02:00
.gitignore - added "default" settings slot button 2023-06-26 00:07:21 +02:00
Change_Log.txt initial commit 2023-06-21 21:53:51 +02:00
LaserSpeed.py initial commit 2023-06-21 21:53:51 +02:00
README.md Update README.md 2023-07-02 13:19:56 +02:00
README_Linux.txt initial commit 2023-06-21 21:53:51 +02:00
README_MacOS.md initial commit 2023-06-21 21:53:51 +02:00
bezmisc.py initial commit 2023-06-21 21:53:51 +02:00
build_exe.bat initial commit 2023-06-21 21:53:51 +02:00
convex_hull.py initial commit 2023-06-21 21:53:51 +02:00
cspsubdiv.py initial commit 2023-06-21 21:53:51 +02:00
cubicsuperpath.py initial commit 2023-06-21 21:53:51 +02:00
dxf.py initial commit 2023-06-21 21:53:51 +02:00
ecoords.py initial commit 2023-06-21 21:53:51 +02:00
egv.py initial commit 2023-06-21 21:53:51 +02:00
embedded_images.py - fullscreen button no longer disables when laser operations is in progress 2023-07-02 13:12:26 +02:00
emblem initial commit 2023-06-21 21:53:51 +02:00
ffgeom.py initial commit 2023-06-21 21:53:51 +02:00
g_code_library.py initial commit 2023-06-21 21:53:51 +02:00
gpl-3.0.txt initial commit 2023-06-21 21:53:51 +02:00
icon.svg - added new icon 2023-06-24 23:09:46 +02:00
icon_32.png - added new icon 2023-06-24 23:09:46 +02:00
icon_256.png - added new icon 2023-06-24 23:09:46 +02:00
icon_512.png - added new icon 2023-06-24 23:09:46 +02:00
inkex.py initial commit 2023-06-21 21:53:51 +02:00
install added 'install' script to install dependencies on debian based systems 2023-08-06 02:43:28 +02:00
interface.html initial commit 2023-06-21 21:53:51 +02:00
interpolate.py initial commit 2023-06-21 21:53:51 +02:00
k40_whisperer.py - added information to about dialog 2023-07-02 13:40:30 +02:00
k40whisperer added 'install' script to install dependencies on debian based systems 2023-08-06 02:43:28 +02:00
nano_library.py initial commit 2023-06-21 21:53:51 +02:00
py2exe_setup.py initial commit 2023-06-21 21:53:51 +02:00
requirements.txt initial commit 2023-06-21 21:53:51 +02:00
scorchworks.ico initial commit 2023-06-21 21:53:51 +02:00
screenshot.png - added screenshot 2023-06-23 23:24:00 +02:00
simplepath.py initial commit 2023-06-21 21:53:51 +02:00
simplestyle.py initial commit 2023-06-21 21:53:51 +02:00
simpletransform.py initial commit 2023-06-21 21:53:51 +02:00
svg_reader.py initial commit 2023-06-21 21:53:51 +02:00
windowsinhibitor.py initial commit 2023-06-21 21:53:51 +02:00

README.md

K40 Whisperer 0.64 TURBO

My fork of K40 Whisperer software by Scorchworks with lot of UI additions and improvements focused on usability on touch screens.

screenshot

Main improvements:

  • All UI elements on main screen has been scaled up to be pressed easily with finger.
  • All buttons have different colors to make them more recognizable.
  • Jog step/Speed/Passes inputs are accompanied with plus/minus buttons to easily change values.
  • Laser movement (jog) is now possible in three step lengts (step * 1/10/20).
  • Frame button will in sequence visit all border corners of current design. Great for checking design alignment.
  • Added "Turbo" menu on right side of main screen
    • Fast Plot - disables rendering of vector data, speeding up refresh time on slower computer by significant amount.
    • Fullscreen - quickly toggle fullscreen mode
    • Advanced settings - quickly show/hide advanced settings
    • XY Store - stores current laser position in "Move to" inputs
    • XY Restore - restores position from which last laser operation was started
    • 5 slot system for settings presets
      • Load/Save button - switches mode of Slot button operation. If set to "Save" mode, pressing Slot button will save app configuration to that slot. If in "Load" mode, pressing Slot button will restore previously saved settings.
      • 1-5 Slot buttons - pressing will Load/Save settings to/from that slot number.
      • "D" Slot button - will Save/Load settings to/from default settings file loaded at startup.

All new icons were drawn by me, all are licensed as "public domain".

Running / Installation

Please refer to original website/readme files how to run/package this software. I am not planning to release binary packages or installers.