Bassam Husain
82c02bbdbf
Adjusted readme structure.
2023-06-22 19:29:36 -04:00
Bassam Husain
d405db4922
Adjusted mcu section.
2023-06-21 18:18:21 -04:00
Bassam Husain
511fcbed57
Merge branch 'ed/calibration-tools'
2023-06-21 17:50:45 -04:00
Ed Ropple
12ed1d3a9f
replaced manual PID/calibration steps with reusable macros
2023-06-20 18:28:50 -04:00
Bassam Husain
3c8a5d6a42
Adjust readme.md.
2023-06-18 22:21:27 -04:00
Bassam Husain
52c721226f
Adjust readme.md.
2023-06-18 22:09:17 -04:00
Bassam Husain
089ad6a4bd
Added outline.
2023-06-18 22:05:51 -04:00
Bassam Husain
9ee603e74d
Many adjustments to README instructions.
2023-06-18 21:11:17 -04:00
Bassam Husain
28ac5d5260
Update dir structure.
2023-06-18 20:16:09 -04:00
Bassam Husain
7aecb64bca
Updated readme minor.
2023-06-18 19:43:03 -04:00
Bassam Husain
9c79ca81bb
Adjusted links.
2023-06-18 15:31:57 -04:00
Bassam Husain
ccdde22c57
Added table for branches instead of text.
2023-06-18 14:51:18 -04:00
Bassam Husain
61eaab3221
Updated readme minor.
2023-06-18 14:38:18 -04:00
Bassam Husain
cd59efe4c1
Update readme minor.
2023-06-18 13:50:37 -04:00
Bassam Husain
baf505113d
Update readme minor.
2023-06-18 13:45:14 -04:00
Bassam Husain
f921823acf
Adjusted settings.json.
2023-06-11 01:21:53 -04:00
Bassam Husain
817a6771f6
Cleanup with linter.
2023-06-11 01:15:21 -04:00
Bassam Husain
a6afa97f88
Changed * to _ for italics to accomodate the linter.
2023-06-11 00:53:39 -04:00
Bassam Husain
a5f72beea4
Minor update to readme.md.
2023-06-11 00:38:45 -04:00
Bassam Husain
6399c70309
Cleanup in readme.
2023-06-09 18:07:42 -04:00
Bassam Husain
9c9eb1b088
Added link to sv06plus official github.
2023-06-09 17:57:27 -04:00
Bassam Husain
5ada85f964
Bed temp over now customizable.
2023-06-09 17:28:07 -04:00
Bassam Husain
24a4262af2
Pulled in print_start from personal: prints start with higher bed temp now, range 10C.
2023-05-20 19:59:18 -04:00
Bassam
be1711cb68
Update README.md
...
Prepare flash section
2023-05-19 21:40:27 -04:00
Bassam Husain
d5de6866da
Adjusted directory structure.
2023-05-12 01:04:01 -04:00
Bassam Husain
ad4c893fbc
Moved images to correct folder.
2023-05-12 00:53:25 -04:00
Bassam Husain
d062ee5bcc
Adjusted initial steps on how to find the mcu.
2023-05-03 15:23:19 -04:00
Bassam Husain
b0d122a1c1
Adjust Initial steps, step 1.
2023-04-23 09:39:20 -04:00
Bassam Husain
6ede727449
Update README.md
...
Flash Firmware section.
2023-04-23 08:57:17 -04:00
Bassam Husain
6eedc4bd60
Update README.md
...
Edit Adjust Your Slicer section.
2023-04-22 16:53:46 -04:00
Bassam Husain
940ea48541
Update README.md
2023-04-22 15:00:45 -04:00
Bassam Husain
57e6755ced
Merge pull request #42 from muffix/dont-cool-down-in-print-start
...
Avoid cooling down the extruder in PRINT_START
2023-04-22 07:24:44 -04:00
Björn Marschollek
835e990d88
Avoid cooling down the extruder in PRINT_START
...
The current `PRINT_START` macro heats the extruder to 150 degrees, then
to 170, and finally to the target temperature. If the extruder is
already hot, this unnecessarily cools it down and wastes time.
This change only cools down the hotend if it's above the target
temperature and then only to that temperature.
If the extruder was colder than 150 degrees, this change maintains the
current behaviour.
2023-04-22 12:20:01 +02:00
Bassam Husain
45434cde14
Merge pull request #41 from muffix/add-rpi2040-with-2x-adxl345
...
Add config for 2 ADXL345 via RasPi pico
2023-04-21 16:41:58 -04:00
Bassam Husain
51fd3f0b19
Update adxl-rpi-pico-2x.cfg
...
Minor adjustments to adxl-rpi-pico-2x.cfg.
2023-04-21 16:41:26 -04:00
Björn Marschollek
4df5ef2db3
Add config for 2 ADXL345 via RasPi pico
...
This adds a configuration supporting two ADXL345 sensors at the same
time though a Raspberry Pi pico.
Resonance measurements for both the head and the bed can be done without
having to change the sensors.
2023-04-21 20:26:11 +02:00
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
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
8bfed9c573
Spelling fixes.
2023-04-18 07:44:09 -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
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