-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug and functionality release #310
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Stop asking for integer version of Photonic from commandline client Depricated integerVersion restful method Stopped using numeric version numbers and use releaseTag instead Added help to Photonic3D Client usage: java org.area515.resinprinter.client.Main [options] -h,--help Shows this help screen. -r,--repo <arg> If the user chooses to install Photonic3d on a remote device, then Photonic3d will be installed from the following github repo -t,--progresstextcolor <arg> Color [Red(0-255),Green(0-255),Blue(0-255),Alpha (0-255)] of text on splash screen to show printers as they are found on the network -w,--jwrappersplash <arg> JWrapper doesn't support the Java splash screen so this client will build it's own and use the parameter sent to this method
Prevent NPE if Processor not found. Print status change notifications. Set error description in all cases of pause on warning Make a nicer error than OOME when attempting to load an STL
Added launcher for compiling photonic3d to native Added jwrapper build files
RestartSerialOnTimeout restartCommunications method added to SerialCommunicationsPort
Added "getName()" to Named object Added crud operations for SlicingProfile and MachineConfig Added tests for crud operations.
Documentation change Send nice restful error code if customizer not found
Recorded a never before seen error in the concurrency testing method of the remote execution routines.
Automatically install icons that are 48 pixels and 120 pixels. Fixed up multiple versions of JWrapper compiles Created Eclipse launcher for client compiles
Fixed wget to catch ansi text from shell
display them however they like SSIDs can now have backslashes, unicode and simple hex based names in them Added tests for these two situations.
Added ability to customize and intialize ink detectors from within a slicing profile Added Tests for XML/json/object round trip for ink detector settings
and slicing profiles When Photonic shuts down we now set pins low. Fixed bug where displays are now properly deallocated by the display manager Hopefully fixed light engine projectors
when loading plugable classes Added dispmanx DisplayDevice
Added functionality for calibrate and grid on dispmanx displays
Implemented the a displaybusy check to keep people from spamming the config grid/calibration buttons. Added optimized mutexing for bcm, display and activity Added an implementation for NativeMemory backed buffered image and works without alpha and full color
significant issues
Printer icon for managing machines, profiles and ink configs The start of a CronFeature plugin DispManX directMemory buffered image tester SMS alerter test
SimulatedDisplay isn't hardcoded anymore LastAvailableDisplay isn't hardcoded anymore No longer use fakedisplay variable in config.properties Now you can have multiple simulatedDisplays running at the same time Fixed logging so that json marshalling errors will show up
Ensure that unsupported displays don't show up the wrong OSs
Fixed NPE on LastAvailableDisplay Allow multiple simulated comm ports to be used at the same time
Anyone want to vote on this build? |
Unfortunately I just started a new job this week and don't have time to test it myself, but it seems that a number of people recently have used the dev branch successfully, which bodes well. I'm for it. I'll trigger a rebuild of the RPi image once it's merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The new Photonic3d client has much more customizable features and command line parameters
Tons of fixes in Photonic3d client
Added help for each of the calculators and gcode templates
Made several jar upgrades
Added dual Raspberry Pi display functionality
Don't show hidden wifi networks
Tons of bug fixes
Added GPIOInk detector for testing purposes