-
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
Commits on Nov 11, 2016
-
Added several posix commandline parameters to Photonic3D Client
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
Configuration menu - View commit details
-
Copy full SHA for b173942 - Browse repository at this point
Copy the full SHA b173942View commit details
Commits on Nov 18, 2016
-
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
Configuration menu - View commit details
-
Copy full SHA for d90e9d1 - Browse repository at this point
Copy the full SHA d90e9d1View commit details
Commits on Nov 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 73b33e6 - Browse repository at this point
Copy the full SHA 73b33e6View commit details
Commits on Nov 20, 2016
-
Added launcher for compiling photonic3d to native Added jwrapper build files
Configuration menu - View commit details
-
Copy full SHA for 3eca174 - Browse repository at this point
Copy the full SHA 3eca174View commit details
Commits on Nov 21, 2016
-
Added and implemented two new properties PrinterResponseTimeoutMillis &
RestartSerialOnTimeout restartCommunications method added to SerialCommunicationsPort
Configuration menu - View commit details
-
Copy full SHA for b9934c8 - Browse repository at this point
Copy the full SHA b9934c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cd0f59 - Browse repository at this point
Copy the full SHA 1cd0f59View commit details
Commits on Nov 24, 2016
-
Refresh printers after we save a printer
Added "getName()" to Named object Added crud operations for SlicingProfile and MachineConfig Added tests for crud operations.
Configuration menu - View commit details
-
Copy full SHA for 84fc10c - Browse repository at this point
Copy the full SHA 84fc10cView commit details
Commits on Nov 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6dff549 - Browse repository at this point
Copy the full SHA 6dff549View commit details
Commits on Nov 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for eae9298 - Browse repository at this point
Copy the full SHA eae9298View commit details
Commits on Nov 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0fc4a74 - Browse repository at this point
Copy the full SHA 0fc4a74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ff5e82 - Browse repository at this point
Copy the full SHA 8ff5e82View commit details
Commits on Dec 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6ef0bff - Browse repository at this point
Copy the full SHA 6ef0bffView commit details
Commits on Dec 8, 2016
-
Allow conditional gcode execution when print is not active
Documentation change Send nice restful error code if customizer not found
Configuration menu - View commit details
-
Copy full SHA for 948c1a9 - Browse repository at this point
Copy the full SHA 948c1a9View commit details -
Recorded a never before seen error in the concurrency testing method of the remote execution routines.
Configuration menu - View commit details
-
Copy full SHA for 0b687e6 - Browse repository at this point
Copy the full SHA 0b687e6View commit details
Commits on Dec 23, 2016
-
Allow absolute URI icons setup from our favicons resource directory.
Automatically install icons that are 48 pixels and 120 pixels. Fixed up multiple versions of JWrapper compiles Created Eclipse launcher for client compiles
Configuration menu - View commit details
-
Copy full SHA for 9b11c6d - Browse repository at this point
Copy the full SHA 9b11c6dView commit details
Commits on Dec 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3a3b21d - Browse repository at this point
Copy the full SHA 3a3b21dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0b142f - Browse repository at this point
Copy the full SHA d0b142fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 241cdb9 - Browse repository at this point
Copy the full SHA 241cdb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b70bbe - Browse repository at this point
Copy the full SHA 3b70bbeView commit details
Commits on Jan 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9edb017 - Browse repository at this point
Copy the full SHA 9edb017View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1180c78 - Browse repository at this point
Copy the full SHA 1180c78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 135ae4b - Browse repository at this point
Copy the full SHA 135ae4bView commit details
Commits on Jan 8, 2017
-
Getting build ready for native communications
Fixed wget to catch ansi text from shell
Configuration menu - View commit details
-
Copy full SHA for 80c7807 - Browse repository at this point
Copy the full SHA 80c7807View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f6a3f6 - Browse repository at this point
Copy the full SHA 4f6a3f6View commit details
Commits on Jan 26, 2017
-
Hidden wireless networks now have a "hidden" property so guis can
display them however they like SSIDs can now have backslashes, unicode and simple hex based names in them Added tests for these two situations.
Configuration menu - View commit details
-
Copy full SHA for 0ddff78 - Browse repository at this point
Copy the full SHA 0ddff78View commit details
Commits on Jan 29, 2017
-
Added "Digital GPIO Ink Detector"
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
Configuration menu - View commit details
-
Copy full SHA for c8433b3 - Browse repository at this point
Copy the full SHA c8433b3View commit details
Commits on Feb 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2dc1725 - Browse repository at this point
Copy the full SHA 2dc1725View commit details
Commits on Feb 3, 2017
-
Fixed bug where new new printers wouldn't refresh the machine configs
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
Configuration menu - View commit details
-
Copy full SHA for 51f12fe - Browse repository at this point
Copy the full SHA 51f12feView commit details
Commits on Feb 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4f6f724 - Browse repository at this point
Copy the full SHA 4f6f724View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9be333 - Browse repository at this point
Copy the full SHA c9be333View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f88766 - Browse repository at this point
Copy the full SHA 6f88766View commit details
Commits on Feb 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ef3b702 - Browse repository at this point
Copy the full SHA ef3b702View commit details
Commits on Feb 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1dc400e - Browse repository at this point
Copy the full SHA 1dc400eView commit details
Commits on Feb 19, 2017
-
Added UnsatisfiedLinkError to the list of exceptions that are caught
when loading plugable classes Added dispmanx DisplayDevice
Configuration menu - View commit details
-
Copy full SHA for b9f3d6c - Browse repository at this point
Copy the full SHA b9f3d6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28c669d - Browse repository at this point
Copy the full SHA 28c669dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b982ec3 - Browse repository at this point
Copy the full SHA b982ec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1349559 - Browse repository at this point
Copy the full SHA 1349559View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27d86a4 - Browse repository at this point
Copy the full SHA 27d86a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f6c99f - Browse repository at this point
Copy the full SHA 9f6c99fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a28b3fe - Browse repository at this point
Copy the full SHA a28b3feView commit details
Commits on Feb 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 96313ff - Browse repository at this point
Copy the full SHA 96313ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 544def6 - Browse repository at this point
Copy the full SHA 544def6View commit details
Commits on Feb 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for de93e44 - Browse repository at this point
Copy the full SHA de93e44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bfe890 - Browse repository at this point
Copy the full SHA 2bfe890View commit details
Commits on Feb 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e9ac7ff - Browse repository at this point
Copy the full SHA e9ac7ffView commit details
Commits on Feb 25, 2017
-
Added new debug loggers for watching performance of dispmanx
Added functionality for calibrate and grid on dispmanx displays
Configuration menu - View commit details
-
Copy full SHA for 64b167f - Browse repository at this point
Copy the full SHA 64b167fView commit details
Commits on Feb 26, 2017
-
Made PrinterDisplayFrame a global timer as opposed to a thread timer
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
Configuration menu - View commit details
-
Copy full SHA for 74a77aa - Browse repository at this point
Copy the full SHA 74a77aaView commit details -
For as simple of a class this is, it actually causes some pretty
significant issues
Configuration menu - View commit details
-
Copy full SHA for b62a363 - Browse repository at this point
Copy the full SHA b62a363View commit details -
Printer icon for managing machines, profiles and ink configs The start of a CronFeature plugin DispManX directMemory buffered image tester SMS alerter test
Configuration menu - View commit details
-
Copy full SHA for e47aee7 - Browse repository at this point
Copy the full SHA e47aee7View commit details
Commits on Mar 11, 2017
-
No longer create GraphicsDevice instead a GraphicsOutputInterface
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
Configuration menu - View commit details
-
Copy full SHA for a65fba0 - Browse repository at this point
Copy the full SHA a65fba0View commit details -
Stop throwing NoClassDefFoundError from displays
Ensure that unsupported displays don't show up the wrong OSs
Configuration menu - View commit details
-
Copy full SHA for 6672806 - Browse repository at this point
Copy the full SHA 6672806View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b7be30 - Browse repository at this point
Copy the full SHA 8b7be30View commit details
Commits on Mar 12, 2017
-
Wasn't properly mutexing on printer displays
Fixed NPE on LastAvailableDisplay Allow multiple simulated comm ports to be used at the same time
Configuration menu - View commit details
-
Copy full SHA for 43bb345 - Browse repository at this point
Copy the full SHA 43bb345View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9882f46 - Browse repository at this point
Copy the full SHA 9882f46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3350cf7 - Browse repository at this point
Copy the full SHA 3350cf7View commit details
Commits on Mar 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5fa7e26 - Browse repository at this point
Copy the full SHA 5fa7e26View commit details -
Configuration menu - View commit details
-
Copy full SHA for da46ab5 - Browse repository at this point
Copy the full SHA da46ab5View commit details