From 953f23a813bb7234b3425d05f2e93a40442776a0 Mon Sep 17 00:00:00 2001 From: Denvi Date: Wed, 30 Oct 2019 20:45:38 +0500 Subject: [PATCH 1/9] Update readme.md --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index caf577e8..10e63f69 100644 --- a/readme.md +++ b/readme.md @@ -21,6 +21,11 @@ Qt 5.4.2 with MinGW/GCC compiler Downloads: ---------- +Experimental versions: + +* Windows: [candle_1.2b.zip](https://github.com/Denvi/Candle/releases/download/v1.2b/Candle_1.2b.zip) + + For GRBL v1.1 firmware * Windows: [candle_1.1.7.zip](https://github.com/Denvi/Candle/releases/download/v1.1/Candle_1.1.7.zip) From fef5e065253bf7cc516a58b556b42e54968a61cb Mon Sep 17 00:00:00 2001 From: Denvi Date: Fri, 1 Nov 2019 22:58:47 +0500 Subject: [PATCH 2/9] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 10e63f69..69ab235d 100644 --- a/readme.md +++ b/readme.md @@ -23,7 +23,7 @@ Downloads: ---------- Experimental versions: -* Windows: [candle_1.2b.zip](https://github.com/Denvi/Candle/releases/download/v1.2b/Candle_1.2b.zip) +* Windows: [candle_1.2.2b.zip](https://github.com/Denvi/Candle/releases/download/v1.2b/Candle_1.2.2b.zip) For GRBL v1.1 firmware From dcce471d54004d41985e56334a6328d116653458 Mon Sep 17 00:00:00 2001 From: Denvi Date: Sun, 3 Nov 2019 21:46:43 +0500 Subject: [PATCH 3/9] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 69ab235d..494e13a4 100644 --- a/readme.md +++ b/readme.md @@ -23,7 +23,7 @@ Downloads: ---------- Experimental versions: -* Windows: [candle_1.2.2b.zip](https://github.com/Denvi/Candle/releases/download/v1.2b/Candle_1.2.2b.zip) +* Windows: [candle_1.2.3b.zip](https://github.com/Denvi/Candle/releases/download/v1.2b/Candle_1.2.3b.zip) For GRBL v1.1 firmware From 634ab3fb42396395bceb57206c07d7be8e1fbab9 Mon Sep 17 00:00:00 2001 From: Denvi Date: Tue, 5 Nov 2019 20:57:43 +0500 Subject: [PATCH 4/9] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 494e13a4..402c25f3 100644 --- a/readme.md +++ b/readme.md @@ -23,7 +23,7 @@ Downloads: ---------- Experimental versions: -* Windows: [candle_1.2.3b.zip](https://github.com/Denvi/Candle/releases/download/v1.2b/Candle_1.2.3b.zip) +* [Version 1.2b release](https://github.com/Denvi/Candle/releases/tag/v1.2b) For GRBL v1.1 firmware From e75375a87131d5fc254575dda916987a2a53e0b6 Mon Sep 17 00:00:00 2001 From: Denvi Date: Sun, 7 Jun 2020 11:41:58 +0500 Subject: [PATCH 5/9] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..1a4e0dee --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Versions** + - Candle version: [e.g.: 1.0.11, 1.1.7, 1.2.9b] + - Firmware version: [e.g.: 0.9j, 1.1h] + +**PC info** +- OS: … +- OpenGL version: ... + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Example files** +Add G-code files that cause problems. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..11fc491e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 5709b4961b8e3494d4a5e040b7223b57a0d083db Mon Sep 17 00:00:00 2001 From: Denvi Date: Sun, 7 Jun 2020 11:50:26 +0500 Subject: [PATCH 6/9] Update readme.md --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 402c25f3..f8be2aa8 100644 --- a/readme.md +++ b/readme.md @@ -33,5 +33,13 @@ For GRBL v1.1 firmware (for GRBL v0.9 and below use Candle 1.0) +Before creating new issue: +------ +Candle works with CNC controlled by GRBL firmware, many problems can be solved by using proper version of GRBL, using proper configuration. + +Please read GRBL wiki: +- GRBL v0.9-: https://github.com/grbl/grbl/wiki +- GRBL v1.1: https://github.com/gnea/grbl/wiki + "Candle" main window: ![screenshot](/screenshots/screenshot_heightmap_original.png) From dc69e8d90cc8e96d3653ec7dd86958d82ead2424 Mon Sep 17 00:00:00 2001 From: Denvi Date: Fri, 31 Jul 2020 00:02:31 +0500 Subject: [PATCH 7/9] Create FUNDING.yml --- .github/FUNDING.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..7bfec221 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +# These are supported funding model platforms +custom: ['https://money.yandex.ru/quickpay/shop-widget?writer=seller&targets=%D0%A1%D0%BF%D0%BE%D0%BD%D1%81%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D1%82%D1%8C%20github.com%2FDenvi%2FCandle&targets-hint=&default-sum=&button-text=11&payment-type-choice=on&mobile-payment-type-choice=on&hint=&successURL=&quickpay=shop&account=410019747904658'] From 8fd07bfc7ffb6455936e926ba9bc38b4e714988a Mon Sep 17 00:00:00 2001 From: Denvi Date: Fri, 31 Jul 2020 01:57:07 +0500 Subject: [PATCH 8/9] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 7bfec221..41c3cf43 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ # These are supported funding model platforms -custom: ['https://money.yandex.ru/quickpay/shop-widget?writer=seller&targets=%D0%A1%D0%BF%D0%BE%D0%BD%D1%81%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D1%82%D1%8C%20github.com%2FDenvi%2FCandle&targets-hint=&default-sum=&button-text=11&payment-type-choice=on&mobile-payment-type-choice=on&hint=&successURL=&quickpay=shop&account=410019747904658'] +custom: ['https://money.yandex.ru/quickpay/shop-widget?writer=seller&targets=%D0%A1%D0%BF%D0%BE%D0%BD%D1%81%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D1%82%D1%8C%20github.com%2FDenvi%2FCandle&targets-hint=&default-sum=&button-text=11&payment-type-choice=on&mobile-payment-type-choice=on&hint=&successURL=&quickpay=shop&account=410019747904658', 'https://www.paypal.com/paypalme/Denvic'] From 3f763bcde1195e23ba119a5b3c70d7c889881019 Mon Sep 17 00:00:00 2001 From: Denvi Date: Sun, 6 Mar 2022 08:19:33 +0500 Subject: [PATCH 9/9] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 41c3cf43..7bfec221 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ # These are supported funding model platforms -custom: ['https://money.yandex.ru/quickpay/shop-widget?writer=seller&targets=%D0%A1%D0%BF%D0%BE%D0%BD%D1%81%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D1%82%D1%8C%20github.com%2FDenvi%2FCandle&targets-hint=&default-sum=&button-text=11&payment-type-choice=on&mobile-payment-type-choice=on&hint=&successURL=&quickpay=shop&account=410019747904658', 'https://www.paypal.com/paypalme/Denvic'] +custom: ['https://money.yandex.ru/quickpay/shop-widget?writer=seller&targets=%D0%A1%D0%BF%D0%BE%D0%BD%D1%81%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D1%82%D1%8C%20github.com%2FDenvi%2FCandle&targets-hint=&default-sum=&button-text=11&payment-type-choice=on&mobile-payment-type-choice=on&hint=&successURL=&quickpay=shop&account=410019747904658']