Commit Graph

436 Commits

Author SHA1 Message Date
Bassam Husain
23d24aab17 Merge branch 'master' of github.com:bassamanator/Sovol-SV06-firmware 2023-04-20 17:09:58 -04:00
Bassam Husain
43d067acab Merge pull request #39 from muffix/add-minimum-for-bed-temperature
Add a minimum bed temperature of 0 degrees in `PRINT_START`.
2023-04-20 17:04:35 -04:00
Björn Marschollek
4a38d34a0e Add a minimum bed temperature of 0 degrees
If the bed temperature is less than 2, the print job fails with an
error message complaining about an invalid temperature. This happens,
for instance, when printing ABS where the bed is not supposed to be
heated.

This change makes sure that the bed temperature cannot be negative.
2023-04-20 22:53:19 +02:00
Bassam Husain
323e8df221 Merge branch 'master' into sv06-plus: update download section. 2023-04-20 12:30:07 -04:00
Bassam Husain
40534f3788 Pulling in print_start from master branch. 2023-04-20 12:22:52 -04:00
Bassam Husain
5e342261c8 Pulling in print_start from personal branch. 2023-04-20 12:19:06 -04:00
Bassam Husain
1823d0ca37 Updated readme: Download section. 2023-04-19 22:59:32 -04:00
Bassam Husain
581ff9da48 Adjusted SS config bundle for Plus. Spelling fix. 2023-04-18 07:56:34 -04:00
Bassam Husain
4ecb37cf9f Pulling from master. 2023-04-18 07:50:15 -04:00
Bassam Husain
8bfed9c573 Spelling fixes. 2023-04-18 07:44:09 -04:00
Bassam Husain
b051707f52 Print_start improvements. 2023-04-17 00:42:57 -04:00
Bassam Husain
807c91507a Pulling in from personal branch. 2023-04-17 00:41:03 -04:00
Bassam Husain
a30d367d1d Commented out raspberry pi temperature section. 2023-04-17 00:21:03 -04:00
Bassam Husain
5abaf73b9c Comment cleanup in print_end. 2023-04-13 17:32:44 -04:00
Bassam Husain
a71ba1569a Pulling in from master. 2023-04-13 17:31:24 -04:00
Bassam Husain
238091d860 Minor speedup in print_start. 2023-04-13 17:28:55 -04:00
Bassam Husain
6dc119cf99 Added pause/runout/m600 to faq. Reduced speed in print_start. 2023-04-07 19:44:30 -04:00
Bassam Husain
9e68610908 Update README.md 2023-04-07 18:07:24 -04:00
Bassam Husain
b3040f4244 Create CODE_OF_CONDUCT.md 2023-04-07 14:04:00 -04:00
Bassam Husain
8c6ebbca2c Create CONTRIBUTING.md 2023-04-07 13:56:28 -04:00
Bassam Husain
1f3707123a Update issue templates 2023-04-07 13:47:17 -04:00
Bassam Husain
4c3ae83f19 Merging with master. 2023-04-07 09:57:21 -04:00
Bassam Husain
953daefa32 Adjusted PRINT_START sequence to save time, and to prevent oozing. Increased microsteps to 128, and added square_corner_velocity. v0.1.2-sv06 2023-04-07 09:52:06 -04:00
Bassam Husain
688193903b Updated readme. 2023-04-06 07:00:12 -04:00
Bassam Husain
7da9a83924 Fixed typo. 2023-04-06 06:45:07 -04:00
Bassam Husain
d0b426d5b0 Updated readme. 2023-04-06 06:44:26 -04:00
Bassam Husain
3c98d99665 Adjusted plus instructions. 2023-04-06 06:42:20 -04:00
Bassam Husain
4b90c7abc5 Added G90 to steps after homing. 2023-04-06 06:22:01 -04:00
Bassam Husain
0358cb6304 Update MECHANICAL_GANTRY_CALIBRATION.cfg
Removed menu section.
2023-04-05 15:59:45 -04:00
Bassam Husain
2c49bf8396 Added sv06-plus marlin firmware. 2023-04-05 01:17:28 -04:00
Bassam Husain
dc85ec05c6 Adjusted default PID settings. 2023-04-05 01:02:37 -04:00
Bassam Husain
cc57e07c62 Pulled in readme from master. 2023-04-05 00:51:22 -04:00
Bassam Husain
e501bdac3f Updated readme. 2023-04-05 00:44:38 -04:00
Bassam Husain
f810abf9f7 Adjusted bump sensitivity to stock values; plus. 2023-04-05 00:32:05 -04:00
Bassam Husain
69071df396 Adjusted run_current for plus based on official sovol specs. 2023-04-04 16:53:10 -04:00
Bassam Husain
daa07e37c0 Merge branch 'master' of github.com:bassamanator/Sovol-SV06-firmware. 2023-04-03 14:49:03 -04:00
Bassam Husain
758a3f8b77 Update README.md
Added instructions for adjusting slicer start/end gcode.
2023-04-03 12:51:49 -04:00
Bassam Husain
c1427d9418 Update README.md 2023-04-03 08:28:35 -04:00
Bassam Husain
371e0d604a Update README.md 2023-04-03 08:09:36 -04:00
Bassam Husain
761650bf80 Reversed switch_pint in filament sensor pinout section based on facebook user feedback. 2023-04-02 20:02:40 -04:00
Bassam Husain
c89d69e678 Added printer title to printer.cfg. 2023-04-02 19:56:12 -04:00
Bassam Husain
5afbf002c2 Removed bed_screws locations from plus. Enabled filament sensor. Adjusted safe_z_home. 2023-04-02 19:50:24 -04:00
Bassam Husain
5b5ce8df57 Adjusted readme. v0.1.1-sv06 2023-04-02 19:11:43 -04:00
Bassam Husain
8346c79f35 Adjusted start position for purge_line. 2023-04-02 19:00:47 -04:00
Bassam Husain
98a1cd7fe6 Purge_line macro adjusted to print at the front of the bed; printer agnostic. Print_end adjusted to use safer speed. 2023-04-02 18:31:58 -04:00
Bassam Husain
39131e0d66 Merge branch 'master' of github.com:bassamanator/Sovol-SV06-firmware 2023-04-02 11:08:47 -04:00
Bassam Husain
060a9334ee Adjusted filament sensor to use action_respond_info for plus users. 2023-04-02 11:04:06 -04:00
Bassam Husain
c215540a0c Added M503-plus output. 2023-04-02 10:44:27 -04:00
Bassam Husain
862c45b88f Update README.md
Added firmware location to Flash Firmware section.
2023-04-01 22:48:49 -04:00
Bassam Husain
73f15169b6 README: minor change. 2023-03-27 18:33:48 -04:00