Releases: Snapmaker/Snapmaker2-Controller
Releases · Snapmaker/Snapmaker2-Controller
v4.4.11
New Features
- Refactor G-code transmission for Printing.
- Support 10W High Power Laser Module.
- Add “M76” G-code for triggering pause request in printing.
- Add “M1012” G-code for Emergency Stop Button status output.
- Prohibit machine moving while controller could not recognized machine model.
Bug Fixes
- Fix a bug where home_offset could not overrode in some case.
- Fix a bug where “M92” G-code could not saved parameters.
Improvement
- Optimize printing time consuming in Laser Engraving.
- Optimize “M92” G-code output in console.
- Improve sstp protocol for Touchscreen.
- Optimize config file read/write logic for safety recovery.
v4.2.3
v4.2.2
New Features
-
add “M413” G-code for enable/disable Power-Loss Recovery (#92)
- Parameters
- [S] S0/S1 for enable / disable Power-Loss Recovery
- e.g. M413 S0 disable Power-Loss Recovery
- Parameters
-
add “M600” G-code for replace filament manually (#93)
- You can add this G-code where you want to replace filament in .gcode file
Bug Fixes
v4.2.1
New Features
- Enable Power Control (#47)
- Support Emergency Stop Button
- Support Rotary Module
Bug Fixes
- Fix: Turn off the laser when loss connection with Touchscreen. (#86)
- Fix: Fix FreeRTOS delays. (#45)
- Fix: Fix CNC Module spindle was not turned off if stop/finish working with Z distance from top is less than 30mm. (#51)