DuetLapse3 3.5.0-beta.4
-
There is an updated version of DuetLapse3 plugin here:
Among other improvements, it implements a new messaging system for fine control, using a "private" custom gcode
M3291
and no longer uses M291.Instructions are here:
https://github.com/stuartofmt/DuetLapse3/blob/main/Documents/Controlling with gcode.md
A sample test print (no heating, no filament use) is here:
https://github.com/stuartofmt/DuetLapse3/blob/main/Examples/3.5/M3291Test.gcode
this calls a companion macro that demonstrates the new messaging here:
https://github.com/stuartofmt/DuetLapse3/blob/main/Examples/3.5/M3291_test_job_settings.gAdditional improvements include:
5.3.0
Added -numlayers to enable capture every nth layer
Changed firmware version to use ['boards'][0]['firmwareVersion']
Displayed password as 'Default' or '*******'
5.3.1
removed port number from connection status in UI
added explicit version check
5.3.2
Added -simulate mode for testing
Fixed possible race condition in graceful_termination
Fixed problem from 5.3.1 in statemachine
Removed M291 and M292 message system - too complicated
Added custom M3291 queueing mechanism
Added -M3291 option to allow different Mcode name -
stuartofmt 3 Aug 2023, 09:51
@AurimasFYI