Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

CNCjs

CNCjs is a full-featured web-based interface for CNC controllers running Grbl, Marlin, Smoothieware, or TinyG.
Collective - Host: opensource - https://opencollective.com/cncjs - Code: https://github.com/cncjs/cncjs

Fix a compatibility issue that Notifications API are not supported on iOS (#153)

github.com/cncjs/cncjs - bf9f67f62cb71230ac5cd70be52a7db29baf2587 authored almost 8 years ago
Fix a bug that caused error when trying to browse the watch directory

github.com/cncjs/cncjs - b2e5e8c5244cf59e4ed8fdcdc48ba67a9f556b6a authored almost 8 years ago
Fix a warning of "Using html-webpack-plugin-after-html-processing without returning a result is deprecated."

github.com/cncjs/cncjs - c9f610dd15a219b17cc5e8e4f226359e575759e7 authored almost 8 years ago
Change the date time format

github.com/cncjs/cncjs - 7afb38bfe8c499e74d6220da505101f0fc65e672 authored almost 8 years ago
Update dependencies

github.com/cncjs/cncjs - 80f6d6a93cd5cc98e1f2d102949fceeb0b9908c1 authored almost 8 years ago
Use the registry API to get latest package version from the npm registry

github.com/cncjs/cncjs - f928572af9d125443828a0149615b87d8b9ffab2 authored almost 8 years ago
Use react-clusterize component

github.com/cncjs/cncjs - fe8ea73b96fdeff7afff0052307494d1d3f2ccd7 authored almost 8 years ago
Some minor wording fixes

github.com/cncjs/cncjs - 342ecd59c9c643057999ace9400c2476c3e9bdea authored almost 8 years ago
Update README.md

github.com/cncjs/cncjs - fffae804b5c7b9ea169924951e7ba20ec1fa465d authored almost 8 years ago
Wait for the bootloader to complete before sending commands (#151)

github.com/cncjs/cncjs - e24a44cfa950b71add9c185cbcd10222242576c2 authored almost 8 years ago
Do not use build cache

github.com/cncjs/cncjs - 86f07749da292001df1d43d7e2e85c6622437270 authored almost 8 years ago
Update README.md

github.com/cncjs/cncjs - caa256e3e248bca18e01233aab126b66859bbb9a authored almost 8 years ago
Update .cncrc

github.com/cncjs/cncjs - f7846dbecd03f12718ed1c74796a68acaf6bf07e authored almost 8 years ago
Update .cncrc

github.com/cncjs/cncjs - 0d1e7ec2c86a5966a030bf51c27d0bb317c3448b authored almost 8 years ago
Update README.md

github.com/cncjs/cncjs - b73e46e388aab59d71f7292152030e0f611eb179 authored almost 8 years ago
Setting up a test coverage report on coveralls.io

github.com/cncjs/cncjs - 2436bb64db7e175101afe0a7729e3059231e96cb authored almost 8 years ago
Use ES6 template literals

github.com/cncjs/cncjs - 39e835c42a4b1a5731d2664aad6f20742e0582a0 authored almost 8 years ago
1.9.0-rc.6: Rollback electron from 1.6.2 to 1.4.15 (#151)

github.com/cncjs/cncjs - be5e4304c87e31d016988920b1b0145bd005e9f2 authored almost 8 years ago
Drop Node.js v5 from Travis CI build

github.com/cncjs/cncjs - ac7beb0568e5e0761ed85df7ff0db369499ca6d4 authored almost 8 years ago
v1.9.0-rc.5

github.com/cncjs/cncjs - f10b7bc534935c40197d2e01ea3b21b1b0cb6be7 authored almost 8 years ago
Check serialport connection before sending periodical commands

github.com/cncjs/cncjs - e51a9fb1a19379d2cdbdc28f9d8d5aa9e0f9d38f authored almost 8 years ago
Drop [email protected] because UglifyJS doesn't support ES2015 syntax

github.com/cncjs/cncjs - f2c118e8a88953c7e17a7f591a92b38cd8f81b6c authored almost 8 years ago
Add pseudo work position

github.com/cncjs/cncjs - c21f171cb7ed4e194cce80568e2f3ac43328bd2c authored almost 8 years ago
Do not return '[]' as fallback

github.com/cncjs/cncjs - 587076cfece7c3435193ae65b7693cc95ac7a964 authored almost 8 years ago
v1.9.0-rc.4

github.com/cncjs/cncjs - f4c063917ec567607fc2305d9c48f2fe71dd4a6f authored almost 8 years ago
Add sanity checks for workspace settings (#151)

github.com/cncjs/cncjs - a81e984b294a0094cc3133e82847fc22b23e191b authored almost 8 years ago
Renamed page title from 'cnc' to 'cncjs'

github.com/cncjs/cncjs - cedb163daa91b79babd80893d80adabc5f42c2ce authored almost 8 years ago
Refactor the code that evaluates expression with context

github.com/cncjs/cncjs - 8a45001bf677563eb3d4264b76cff62b58985884 authored almost 8 years ago
Resolve a deprecation warning: Calling an asynchronous function without callback is deprecated.

github.com/cncjs/cncjs - 6804c951b4da6b749af9f0e7b88e226732fad66c authored almost 8 years ago
Update README.md

github.com/cncjs/cncjs - 4acee81095cd1ba0c2d67204e53a951a3fd35176 authored almost 8 years ago
v1.9.0-rc.3

github.com/cncjs/cncjs - d1c6c225e85f19bf4f61404cb2c5739cffc1eea1 authored almost 8 years ago
Fixed an issue that caused RegExp exceptions on Node.js v4 and earlier versions (#150, #151)

github.com/cncjs/cncjs - 7e10f4b5a43d4e9cde7880e7ea8086ac2964866b authored almost 8 years ago
Fixed a bug that onHide had been renamed to onClose

github.com/cncjs/cncjs - ae630c47975ad1a93f83701e36c4fa0cb66c5856 authored almost 8 years ago
v1.9.0-rc.2

github.com/cncjs/cncjs - 44f386fdbfad019a798f95e29cf6eb005fb6cb9f authored almost 8 years ago
Smoothie: Resolve a Laser Test issue that cannot flush G-code commands in the queue after sending the fire command (#107)

github.com/cncjs/cncjs - 99a21c71b08153769d3fb2e3269b9d577da02336 authored almost 8 years ago
Renamed description to message

github.com/cncjs/cncjs - a4fe2b531d10bba6b2ce6ea5b1f5d88028567e14 authored almost 8 years ago
Pass an array instead of multi-line string

github.com/cncjs/cncjs - 95b48b9ca8f5f9c27793e97e0494e71d5133e362 authored almost 8 years ago
Added an error code for laser mode when VARIABLE_SPINDLE is disabled.

github.com/cncjs/cncjs - f3e02981de139d4f11ff5d883a81f47c09253b3a authored almost 8 years ago
Add context support

github.com/cncjs/cncjs - 3143c551489e28b6b47aa62afe4630ee41c1e1f2 authored almost 8 years ago
Update translation keys

github.com/cncjs/cncjs - 021846197f0d7c92719856f5ae01f8acc4cef420 authored almost 8 years ago
Update Z-Probe commands for setting tool length offset (#147)

github.com/cncjs/cncjs - 3980a8f9e9a3bee5317504207a3f15144931b028 authored almost 8 years ago
Add G-code context support

github.com/cncjs/cncjs - 6072ac59e85a06ba944fdc61d9f0aa55605d92c5 authored almost 8 years ago
Update translation keys

github.com/cncjs/cncjs - 90cafd27971479a528ce310a4c3c3f73020b37c1 authored almost 8 years ago
Stop sending G-code commands in Alarm mode

github.com/cncjs/cncjs - 7f40218bb0ba5934a6741e966c326c92d3a6e91b authored almost 8 years ago
Update resource.json

github.com/cncjs/cncjs - 034bfd48207b000c19196a85957f5e23b58a6479 authored almost 8 years ago
Preview commands before running Z probe

github.com/cncjs/cncjs - 2df1d81a9300e41b14ea05cfe4dc7dabf7b9d5fe authored almost 8 years ago
Split multiline strings into array items

github.com/cncjs/cncjs - acc1a342e2905c030378437bff89cb39efe47669 authored almost 8 years ago
Fixed a bug that stored the user input array in an array

github.com/cncjs/cncjs - dd50330c2936811f2630707b4e022e5c98f45e7d authored almost 8 years ago
When the apply TLO option is checked, send G49 to cancel TLO before running a G38.x probe command

github.com/cncjs/cncjs - 7913f6ece405cd41b54deee8dff81a35ba65db4a authored almost 8 years ago
Update resource.json

github.com/cncjs/cncjs - 887dcbb8f01ffabaeccfc32e45b6e951fb301f45 authored almost 8 years ago
Return the state object if the key is not specified

github.com/cncjs/cncjs - e69d30b32c28f09504f1cf2fbea56ebaa9b00d59 authored almost 8 years ago
Display workspace settings (#48)

github.com/cncjs/cncjs - 6cf1d277f0f858e632157de4b815fefca16afef6 authored almost 8 years ago
Update resource.json

github.com/cncjs/cncjs - 5c7e17f64e50c5b2f9535c3d19143d5c277fc70b authored almost 8 years ago
eslint fixes

github.com/cncjs/cncjs - 370b813488e14ffee97b325a83f095b943ad59a4 authored almost 8 years ago
Update package dependencies

github.com/cncjs/cncjs - 6a0f6924d892a3d4905a45a9e303bac989b5a8e2 authored almost 8 years ago
Update translation keys

github.com/cncjs/cncjs - d5a47a79134b384409719fa0c49b297d3711ec69 authored almost 8 years ago
Update translations

github.com/cncjs/cncjs - d9a46fd84313def1b822830247685b8b43e222ba authored almost 8 years ago
v1.9.0-rc.1

github.com/cncjs/cncjs - 1b4d184e9a55ca78a418b410dfab42e9840042c0 authored almost 8 years ago
Fixes a bug that caused a blank screen if the user configuration is not available in the localStorage

github.com/cncjs/cncjs - 62f8630662d6366499280bda25959dc20bfa59cd authored almost 8 years ago
Bug fixes

github.com/cncjs/cncjs - abe5bb167c9817a0f01364866c34494f1bfa2145 authored almost 8 years ago
Call feeder.clear() on soft reset

github.com/cncjs/cncjs - 2ed15c15f780fb8cd1700afbc76055d20faead62 authored almost 8 years ago
Migrate data from 1.8 to 1.9

github.com/cncjs/cncjs - 9afb469c28b6c43ed445b3e7b6ead9ec0d0e3bb4 authored almost 8 years ago
v1.9.0-rc

github.com/cncjs/cncjs - 660b41d71b4f80ed645aea122719e2486a8b854d authored almost 8 years ago
Update resource.json

github.com/cncjs/cncjs - 5ca33aa42f9c114f2c0e6ac1fdc85ceae776f496 authored almost 8 years ago
Fine tuning the macro widget

github.com/cncjs/cncjs - b7c8859a41a944934bf17908d0e132711d88d16d authored almost 8 years ago
Add an option for choosing whether to apply the tool length offset for the Z axis (#147)

github.com/cncjs/cncjs - e97bc0d5fb0a096721bb4ddbc9d64ca0a969fd55 authored almost 8 years ago
Use video and audio input devices with new Webcam component

github.com/cncjs/cncjs - caf52c3f723f6ba4b8fcba73944785b60b5a6a53 authored almost 8 years ago
Add a missing check for Smoothieware

github.com/cncjs/cncjs - df3f951f9d3cf8940701c6ac5e0d937a978f81ad authored almost 8 years ago
The Z-probe should apply offsets to the active coordinate system (#147)

github.com/cncjs/cncjs - 595df4a4263792576c59f3c18a5d407262e5a8ac authored almost 8 years ago
Remove unused wording

github.com/cncjs/cncjs - aab86800571f956ccb718e62e7f9b31e702a18a1 authored almost 8 years ago
Update styles

github.com/cncjs/cncjs - 5c09402f99fa183bbb76eb3e802ecf27208dca43 authored almost 8 years ago
Change the display order

github.com/cncjs/cncjs - d6c7cee35d188a3140ff295bbbf0b48dc7919dbf authored almost 8 years ago
Update resource.json

github.com/cncjs/cncjs - 6bfc76b305d566781bafcdf47094d72e4c00fc7a authored almost 8 years ago
Add macro variables support

github.com/cncjs/cncjs - 82fcdaae2afed8b5815f8615ad9a91d4ada7bfc3 authored almost 8 years ago
Add webcam rotation buttons (#148)

github.com/cncjs/cncjs - 13812beb3d1de3d113f96f43929e6e2189f9406d authored almost 8 years ago
Update resource.json

github.com/cncjs/cncjs - 350c106417421ec0cd34f6764c51867cea5be27e authored almost 8 years ago
Add suport for horizontal and vertical video flipping (#148)

github.com/cncjs/cncjs - 206881d962e23c4b97bf45c32e3ca8be6281d324 authored almost 8 years ago
Detect the props change in componentWillReceiveProps

github.com/cncjs/cncjs - 3ef2a5d7d022c0aeaaa91d71a1b1172457076b79 authored almost 8 years ago
Remove "watchdir:load" event

github.com/cncjs/cncjs - 270719feec711bb7cb51cf8eba59f4adae602c81 authored almost 8 years ago
Ensure the visible width and height are greater than zero

github.com/cncjs/cncjs - eb418eae5aef74fa9f4ebd21aa8350a2748af8c2 authored almost 8 years ago
Update resource.json

github.com/cncjs/cncjs - 28f7ff15472db84090708a5782112bf4aa281b7e authored almost 8 years ago
Update TableRecords.jsx

github.com/cncjs/cncjs - ebb3d0d09a84a55e843572433d29a53055c692f7 authored almost 8 years ago
v1.9.0-beta.2

github.com/cncjs/cncjs - 51d0c57ba4cf0f501060e58e414a6bd3e443a980 authored almost 8 years ago
Update resource files

github.com/cncjs/cncjs - eb0af76f53c3872cd4436e93c217f10700998f19 authored almost 8 years ago
Use CSS modules

github.com/cncjs/cncjs - cc9a6116185e0176fe4f48c523bc871f62bf7412 authored almost 8 years ago
Rename "loadmacro" and "loadfile" events to "macro:load" and "watchdir:load", respectively

github.com/cncjs/cncjs - 8ecc57ad08447a270974d47d4a0578b6071eca21 authored almost 8 years ago
The modal component will automatically disable body scrolling after opening a modal window

github.com/cncjs/cncjs - 1dd61b1524235a3d2dc49b4c927a2dd94b852244 authored almost 8 years ago
Add macro variables support (#136)

github.com/cncjs/cncjs - d47a8098e1a122768245fa0c012be2facb3c2460 authored almost 8 years ago
Store G-code bounding box to the controller for replacing macro variables

github.com/cncjs/cncjs - 25646ffcfd97a42b8d84e6c5499294fd909387e0 authored almost 8 years ago
Add helper functions to set and get mouse button state

github.com/cncjs/cncjs - e69bad30dc376516894c5e5a9f32080a1d2a7e14 authored almost 8 years ago
v1.9.0-beta.1

github.com/cncjs/cncjs - 2a2e326ed8949c155437ab659d55c11a8a2b432b authored almost 8 years ago
Update resource.json

github.com/cncjs/cncjs - 2ccb0aa1c421dfbbd688e939f543021c0a79abbd authored almost 8 years ago
Fix a bug that caused feedhold and cycle start buttons not working (#145)

github.com/cncjs/cncjs - e3f713dbb9c5bf28ee2696c31390c248e8c27249 authored almost 8 years ago
Change the border color to #ccc

github.com/cncjs/cncjs - ac150afa0aac21b89a1c3b9890d3313342feb11c authored almost 8 years ago
Update icon styles

github.com/cncjs/cncjs - a359dc043739fba204181af210b085b352394e38 authored almost 8 years ago
Create a separate toolbar for camera control

github.com/cncjs/cncjs - de4f53f2ca6b79efe7b053ade9c7b32a7cf31772 authored almost 8 years ago
Update test scripts

github.com/cncjs/cncjs - 3ff71641329537a29c6953858aa9dd5fb0aeb4d7 authored almost 8 years ago
Merge branch 'dev'

github.com/cncjs/cncjs - 0cecfee81df4ecc7b77d629e842431d9771ea8e3 authored almost 8 years ago