Meerk40t

Latest version: v0.9.7020

Safety actively analyzes 723929 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 19

0.8.6000

Not secure
What's Changed
* Correct harder fail than needed for 64 bit python run in pure python by tatarize in https://github.com/meerk40t/meerk40t/pull/1963
* Fix knocking for scanline distances between 15 and 5. by tatarize in https://github.com/meerk40t/meerk40t/pull/1965
* Version 8 - Bug fixes by tatarize in https://github.com/meerk40t/meerk40t/pull/1971
* Update reference labels too on label changes by jpirnay in https://github.com/meerk40t/meerk40t/pull/1987
* EZD parsing issues corrected by tatarize in https://github.com/meerk40t/meerk40t/pull/1995


**Full Changelog**: https://github.com/meerk40t/meerk40t/compare/0.8.5000...0.8.6000

0.8.5000

Not secure
After this version 0.8.5 is fully moving to maintenance mode. And future features will be only added to the 0.9.x line.

What's Changed
* 0.8.x Bug Fixes Part 2. by tatarize in https://github.com/meerk40t/meerk40t/pull/1957
* Legacy8 - Final Checks by tatarize in https://github.com/meerk40t/meerk40t/pull/1959

Beta3
* Improve feature request/feedback URL by Sophist-UK in https://github.com/meerk40t/meerk40t/pull/1899
* Improve Config/Scene/Snap tooltips and labels by Sophist-UK in https://github.com/meerk40t/meerk40t/pull/1898
* Mac tree fix - legacy8 by tatarize in https://github.com/meerk40t/meerk40t/pull/1911
* Codecy legacy8 patch by tatarize in https://github.com/meerk40t/meerk40t/pull/1903
* Legacy 8. Save of Polygon is non-closed because it saves as polyline. by tatarize in https://github.com/meerk40t/meerk40t/pull/1934
* 0.8.x bug fixes by tatarize in https://github.com/meerk40t/meerk40t/pull/1945

Beta2
* On-Load Update-Check by jpirnay in https://github.com/meerk40t/meerk40t/pull/1864
* Adjust console verbosity of update check by jpirnay in https://github.com/meerk40t/meerk40t/pull/1865
* Jog-Actions continue on mouse click by jpirnay in https://github.com/meerk40t/meerk40t/pull/1866
* Add repeated button press logic to Navigationpanels by jpirnay in https://github.com/meerk40t/meerk40t/pull/1868
* Fix tooltip for polyline/vector by jpirnay in https://github.com/meerk40t/meerk40t/pull/1869
* Dont set power/speed scale at startup by jpirnay in https://github.com/meerk40t/meerk40t/pull/1872 https://github.com/meerk40t/meerk40t/pull/1871
* Fixes by jpirnay in https://github.com/meerk40t/meerk40t/pull/1873
* Grbl Parsing Tweaks, Permit Generic Welcome by tatarize in https://github.com/meerk40t/meerk40t/pull/1867
* Adds in Affine Mover for Selection Widget by tatarize in https://github.com/meerk40t/meerk40t/pull/1876
* Snap-to-Grid shift-swapping. Attraction Widget revamp. by tatarize in https://github.com/meerk40t/meerk40t/pull/1877
* Color Service for Gui. by tatarize in https://github.com/meerk40t/meerk40t/pull/1878
* Deprecate SetOrigin, MoveOrigin by tatarize in https://github.com/meerk40t/meerk40t/pull/1879
* Update reference nodes too by jpirnay in https://github.com/meerk40t/meerk40t/pull/1881
* Kerf by jpirnay in https://github.com/meerk40t/meerk40t/pull/1883 https://github.com/meerk40t/meerk40t/pull/1884
* tool measure: Fix linewidth at high zoom levels by jpirnay in https://github.com/meerk40t/meerk40t/pull/1885
* Add additional kerftest pattern by jpirnay in https://github.com/meerk40t/meerk40t/pull/1887
* Layout adjustments in Materialtest panel by jpirnay in https://github.com/meerk40t/meerk40t/pull/1890
* Port speedup code to 0.8.x branch by tatarize in https://github.com/meerk40t/meerk40t/pull/1893

Beta1
* Grbl Controller Fixes by tatarize in https://github.com/meerk40t/meerk40t/pull/1861
* GRBL Bugs by tatarize in https://github.com/meerk40t/meerk40t/pull/1862
* Fixes issue 1860 reddot fractional strength by tatarize in https://github.com/meerk40t/meerk40t/pull/1863

**Full Changelog**: https://github.com/meerk40t/meerk40t/compare/0.8.4003...0.8.5000

0.8.4000

Not secure
This release contains amongst a lot of other bugfixes the resolution of two relevant issues, that might have affected your ability to successful burn a project in the past:
- In a noisy environment (eg external electrical signals that cause disturbance on the usb cables) meerk40t may have lost packages essentially losing registration (awareness of the current laser position). The recovery from such a sitation has greatly improved, effectively containing such situations.
- Borderline valid/Invalid svg paths might have not been burned if laserpath optimisation was active

So we would be grateful for some feedback if (and under what circumstances) you are still encountering registration losses during your burns on a K40.

In addition there were some exciting new features introduced:
- Placements: these are effectively job start indicators. So you can design your project freely and define a couple of placements on the laserbed. Te design will then be burned at every job start position (ie placement). So no need to duplicate your design a couple of times. Maintain one master and let it burn multiple times. Together with wordlists this allows a very powerful template feature.
- Inkscape integration: although this has been in place for some time, you can activate an option in the settings that will precheck the design you are loading for not fully supported features. mk will then ask you if you want to convert the design with the help of an existing inkscape installation into a compatible version (this is efectively what k40whisperer does by default without any user query).
![grafik](https://user-images.githubusercontent.com/2670784/235076512-4eaf1791-ebe9-4511-a5ca-dec7767b258b.png)


What's Changed
* Parse .ezd files. by tatarize in https://github.com/meerk40t/meerk40t/pull/1763
* Add an undo mark between elements loaded and operations replaced. by tatarize in https://github.com/meerk40t/meerk40t/pull/1801
* Fix invalid tick_distance use by jpirnay in https://github.com/meerk40t/meerk40t/pull/1803
* Fix absolute wordlist reference offset by jpirnay in https://github.com/meerk40t/meerk40t/pull/1804
* Divide Internal/External plugins into files. Prep for Builds. by tatarize in https://github.com/meerk40t/meerk40t/pull/1805
* Placements by tatarize in https://github.com/meerk40t/meerk40t/pull/1785
* Reestablishes unknown operation type treatment by jpirnay in https://github.com/meerk40t/meerk40t/pull/1806
* Add validate function to 'place point' by jpirnay in https://github.com/meerk40t/meerk40t/pull/1807
* Fix wordlist crash with pure numbers by jpirnay in https://github.com/meerk40t/meerk40t/pull/1808
* Add right mouse action to wordlist button by jpirnay in https://github.com/meerk40t/meerk40t/pull/1809
* Fix non used-tooltip for multi-buttons by jpirnay in https://github.com/meerk40t/meerk40t/pull/1810
* Language Updates by tatarize in https://github.com/meerk40t/meerk40t/pull/1815
* Fix plan update crash in Laserpanel by jpirnay in https://github.com/meerk40t/meerk40t/pull/1817
* Translation Errors, language flag and printf commands by tatarize in https://github.com/meerk40t/meerk40t/pull/1819
* Use existing pane for size in transformation by jpirnay in https://github.com/meerk40t/meerk40t/pull/1824
* Change `maintain_zoom_reseize` to `autofocus_resize` default off by tatarize in https://github.com/meerk40t/meerk40t/pull/1823
* Project Focus: Display by tatarize in https://github.com/meerk40t/meerk40t/pull/1811
* Some image fixes by jpirnay in https://github.com/meerk40t/meerk40t/pull/1825
* Some changes around reference object by jpirnay in https://github.com/meerk40t/meerk40t/pull/1826
* Fix image translation in keyhole by jpirnay in https://github.com/meerk40t/meerk40t/pull/1827
* Add context menu option for grid placements by jpirnay in https://github.com/meerk40t/meerk40t/pull/1828
* Fix magnet code by jpirnay in https://github.com/meerk40t/meerk40t/pull/1830
* Magnets + Fixes for Newly by jpirnay in https://github.com/meerk40t/meerk40t/pull/1833
* Magnets part 2 by jpirnay in https://github.com/meerk40t/meerk40t/pull/1834
* Make magnets persistent by jpirnay in https://github.com/meerk40t/meerk40t/pull/1832
* Fix icon+label display after operation load by jpirnay in https://github.com/meerk40t/meerk40t/pull/1836
* Visual feedback during planning stages by jpirnay in https://github.com/meerk40t/meerk40t/pull/1835
* Fix tracegen command by jpirnay in https://github.com/meerk40t/meerk40t/pull/1838
* Simplify task for Welzl by jpirnay in https://github.com/meerk40t/meerk40t/pull/1840
* Ch341 Checks by tatarize in https://github.com/meerk40t/meerk40t/pull/1820
* Deprecate const state values, use strings by tatarize in https://github.com/meerk40t/meerk40t/pull/1843
* Newly - Update 2 by tatarize in https://github.com/meerk40t/meerk40t/pull/1814
* Fix Issue 1829, do not yield empty cutgroups by tatarize in https://github.com/meerk40t/meerk40t/pull/1845
* Smaller cosmetical adjustments by jpirnay in https://github.com/meerk40t/meerk40t/pull/1846
* CH341 M3Nano Status by tatarize in https://github.com/meerk40t/meerk40t/pull/1844
* Inkscape unicode issue, translations by jpirnay in https://github.com/meerk40t/meerk40t/pull/1848
* Position the Machine Origin Widget at the device origin (always). by tatarize in https://github.com/meerk40t/meerk40t/pull/1849
* Grbl Write Lock by tatarize in https://github.com/meerk40t/meerk40t/pull/1625
* Translation typo by jpirnay in https://github.com/meerk40t/meerk40t/pull/1851
* Correct PySerial Requirement Fix - Implement TCP by tatarize in https://github.com/meerk40t/meerk40t/pull/1850
* Add omitted translation by jpirnay in https://github.com/meerk40t/meerk40t/pull/1853
* Fix 'simplify' by bypassing faulty code for now by jpirnay in https://github.com/meerk40t/meerk40t/pull/1852
* Correct GRBL sync locks for Controller by tatarize in https://github.com/meerk40t/meerk40t/pull/1854
* Correct GRBL Pause/Resume and read buffered values. by tatarize in https://github.com/meerk40t/meerk40t/pull/1855
* Test GRBL with two independent threads for reading and writing. by tatarize in https://github.com/meerk40t/meerk40t/pull/1856
* Fix the TCP output for GRBL devices by tatarize in https://github.com/meerk40t/meerk40t/pull/1857


**Full Changelog**: https://github.com/meerk40t/meerk40t/compare/0.8.3000...0.8.4000

0.8.2000

Not secure
Ruidacontrol

You can try the newer Ruidacontrol but it is back in beta and will certainly have some residual challenges. Work is still being done on them. They can cut things and won't click when they raster. But, there's still some notable issues. If you want to pause the job you'd need to do that in MeerK40t rather than RdWorks or Lightburn. I might be inclined to stick with 0.7.x but if your jobs usually don't need any realtime adjusting and you'd be happy to slap the physical estop you can give it a try. It should be more working later. Having stated that: we would be grateful if you use it though for some non-production tests to provide feedback and help us eradicating bugs.

Other Changes
A couple raster-based changes were added to make sure it could raster better. It's notably improved. This includes running uni-directional if you have a backlash problem that might require it (takes twice as long but the laser head is always heading the same direction).

What's Changed
* Node editor sync by jpirnay in https://github.com/meerk40t/meerk40t/pull/1592
* Galvo Fixes - Tweaks to Input Values by tatarize in https://github.com/meerk40t/meerk40t/pull/1683
* Allow saving of a plain svg file by jpirnay in https://github.com/meerk40t/meerk40t/pull/1682
* Add group simplification command to tree operations by jpirnay in https://github.com/meerk40t/meerk40t/pull/1684
* Missing font fix - speedup of large font-sizes by jpirnay in https://github.com/meerk40t/meerk40t/pull/1685
* Acknowledge classify_new flag on load of file by jpirnay in https://github.com/meerk40t/meerk40t/pull/1687
* Warn-Indicator for unassigned elements by jpirnay in https://github.com/meerk40t/meerk40t/pull/1688
* More consistent update of icons in tree by jpirnay in https://github.com/meerk40t/meerk40t/pull/1689
* Apply rotate parameter by jpirnay in https://github.com/meerk40t/meerk40t/pull/1690
* Extended Tree tooltips by jpirnay in https://github.com/meerk40t/meerk40t/pull/1691
* Some more font fixes by jpirnay in https://github.com/meerk40t/meerk40t/pull/1692
* Node editor by jpirnay in https://github.com/meerk40t/meerk40t/pull/1695
* Yet another font-fix by jpirnay in https://github.com/meerk40t/meerk40t/pull/1696
* Ensure cache generation has a synced matrix between node.matrix and n… by jpirnay in https://github.com/meerk40t/meerk40t/pull/1697
* Correct RuidaControl and GRBLControl, testing + maintenance. by tatarize in https://github.com/meerk40t/meerk40t/pull/1686
* New CH341 with challenge codes by tatarize in https://github.com/meerk40t/meerk40t/pull/1658
* 0.8.2 bug fixes by tatarize in https://github.com/meerk40t/meerk40t/pull/1694
* position-pane: update scene after changes by jpirnay in https://github.com/meerk40t/meerk40t/pull/1699
* Ruidacontrol Fixes by tatarize in https://github.com/meerk40t/meerk40t/pull/1701
* Edit tool improvements by jpirnay in https://github.com/meerk40t/meerk40t/pull/1698
* Add suppression of elements in disabled operation by jpirnay in https://github.com/meerk40t/meerk40t/pull/1702
* Ruidacontrol Update 2 by tatarize in https://github.com/meerk40t/meerk40t/pull/1705
* Update Laserposition in Jog-Pane by jpirnay in https://github.com/meerk40t/meerk40t/pull/1703
* Updated German translations by jpirnay in https://github.com/meerk40t/meerk40t/pull/1707
* Some Linetext fixes by jpirnay in https://github.com/meerk40t/meerk40t/pull/1706
* Ruidacontrol/Grblcontrol Update 3 by tatarize in https://github.com/meerk40t/meerk40t/pull/1708
* Add Edit Menu by jpirnay in https://github.com/meerk40t/meerk40t/pull/1710
* Fix treatment of fill='currentColor' by jpirnay in https://github.com/meerk40t/meerk40t/pull/1711
* Avoid rare crash in tree if node is not set by jpirnay in https://github.com/meerk40t/meerk40t/pull/1712
* No more preference for preference by jpirnay in https://github.com/meerk40t/meerk40t/pull/1713
* Add tooltips to small buttons in move-pane by jpirnay in https://github.com/meerk40t/meerk40t/pull/1714


**Full Changelog**: https://github.com/meerk40t/meerk40t/compare/0.8.1007...0.8.2000

0.8.1000

Not secure
What's Missing (Use 0.7.x if required).
* Rotary support is currently lacking.
* Step-Repeat (though you can make copies and a grid).
* Image-Passthrough (raster image with guarantee of no modifications).

What's new (vs. 0.7.x)
* Overall 4899 commits.
* GRBL driver.
* Galvo LMC (Ezcad2 driver).
* Editing tools.
* Snap-to-grid.
* Wordlists.
* Device Oriented GUI changes.

**Full Changelog**: https://github.com/meerk40t/meerk40t/compare/0.7.8000...0.8.1000

Notabene:
* If you have provided foreign language translations in the past, may we ask you to look at this version and your former work to establish the need for changes. You are welcome to provide PRs with changes you want to apply at this stage. The most complete translation at the time of writing is German and should be considered the reference translation for now

0.7.10000

What's Changed
* Fix crash if egv with no parameters was called by jpirnay in https://github.com/meerk40t/meerk40t/pull/1778
* Legacy 7: Bug Fixes. by tatarize in https://github.com/meerk40t/meerk40t/pull/1958


**Full Changelog**: https://github.com/meerk40t/meerk40t/compare/0.7.9000...0.7.10000

Page 9 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.