Commit Graph

473 Commits

Author SHA1 Message Date
Bassam Husain
1e60090f1e Merge branch 'bed-temp' into personal 2023-06-09 17:16:08 -04:00
Bassam Husain
fa43f570d7 Merge branch 'master' into sv06-plus 2023-05-20 20:15:29 -04:00
Bassam Husain
7ea890627a Made bedtempOver adjustable. 2023-05-20 20:12:11 -04:00
Bassam Husain
ac5426e331 Pulled in print_start from master: prints start with higher bed temp now, range 10C. 2023-05-20 20:00:23 -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
82a5603d1e Directory structure updated. 2023-05-12 00:57:51 -04:00
Bassam Husain
ad4c893fbc Moved images to correct folder. 2023-05-12 00:53:25 -04:00
Bassam Husain
a5a75f3c1e Added sv06-plus build plate model, removed sv06 build plate. 2023-05-10 21:35:55 -04:00
Bassam Husain
24610b1dee Merge branch 'bed-temp' into personal 2023-05-10 18:50:02 -04:00
Bassam Husain
9d08c418c0 Print_start adjusted: comments styling only. 2023-05-10 18:49:04 -04:00
Bassam Husain
7112c53ad8 Print_start adjusted: prints will start as long as current bed temp is not higher than 10C compared to sliced bed temp. 2023-05-10 01:43:37 -04:00
Bassam Husain
f0602b5cb2 Print_start adjusted: added back 0 bed temp possibility. 2023-05-10 01:23:35 -04:00
Bassam Husain
5242dc7276 Print_start adjusted: prints should now start even if bed temp is higher than what was set in slicer; does set sliced temp at the end though. 2023-05-10 01:11:58 -04:00
Bassam Husain
05dba3939e Adjusted PRINT_START bedtempAlmost logic. 2023-05-09 17:20:30 -04:00
Bassam Husain
d0c43f3777 Deleted SV06 marlin firmware. 2023-05-07 18:54:01 -04:00
Bassam Husain
4dcd5e3840 Adjusted mcu section. 2023-05-03 15:26:28 -04:00
Bassam Husain
53f6f75c85 Merge branch 'master' into sv06-plus 2023-05-03 15:25:35 -04:00
Bassam Husain
d062ee5bcc Adjusted initial steps on how to find the mcu. 2023-05-03 15:23:19 -04:00
Bassam Husain
aa8d3de2c7 Merge branch 'master' into sv06-plus 2023-04-23 09:43:49 -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
f4f0fd50bb Merge branch 'master' into sv06-plus 2023-04-22 16:59:00 -04:00
Bassam Husain
6eedc4bd60 Update README.md
Edit Adjust Your Slicer section.
2023-04-22 16:53:46 -04:00
Bassam Husain
3a85c0e532 Pulling in print_start from master branch. 2023-04-22 15:03:30 -04:00
Bassam Husain
940ea48541 Update README.md 2023-04-22 15:00:45 -04:00
Bassam Husain
9f69a7d355 Update README.md 2023-04-22 14:58:51 -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
Bassam Husain
1cdcb4934b PRINT_START adjust: don't cooldown if not necessary. 2023-04-22 07:10:06 -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
Bassam Husain
498e0d4a4d PRINT_START bedtemp fix, 2nd try. 2023-04-20 16:56:25 -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
9b712df594 PRINT_START bedtemp fix. 2023-04-20 16:43:43 -04:00
Bassam Husain
e888ac0882 Added orange pi temp section. 2023-04-20 12:37:03 -04: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
89fbb10154 variable_pre_purge_prime_length reverted. 2023-04-20 12:10:00 -04:00
Bassam Husain
1823d0ca37 Updated readme: Download section. 2023-04-19 22:59:32 -04:00
Bassam Husain
6eb152e58d Adjust PRINT_START: safe_z_home startX, startY. 2023-04-19 10:53:08 -04:00
Bassam Husain
c1672c9a42 Fixed sense_resistor according to specs. 2023-04-19 07:47:24 -04:00
Bassam Husain
2e5764f295 Adjusted print_start start x, y positions conditionally. 2023-04-18 10:39:22 -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