Commit Graph

94 Commits

Author SHA1 Message Date
Bassam Husain
7a1c7497be Merge branch 'master' into sv06-plus 2024-08-28 23:07:15 -04:00
Bassam Husain
116f6c9aa4 Fix test_speed macro. 2024-08-28 23:01:20 -04:00
Bassam Husain
9578324800 Merge branch 'master' into sv06-plus 2024-03-08 13:46:03 -05:00
Bassam Husain
21994e3829 Add idle_timeout section. 2024-02-22 17:25:27 -05:00
Bassam Husain
6edcaa0ec7 Merge branch 'master' into sv06-plus 2024-02-21 02:54:43 -05:00
Bassam Husain
a24dc4e302 Minor adjustment to KAMP line purge. 2024-02-21 02:53:13 -05:00
Bassam Husain
db93adb507 Merge branch 'master' into sv06-plus 2023-11-23 04:39:35 -05:00
Bassam Husain
8347290f9f Adjust kamp settings: include line_purge; adjust printer.cfg accordingly; adjust readme.md, slicer and kamp sections. 2023-11-23 04:36:15 -05:00
Bassam Husain
52e7aa0e86 Merge branch 'master' into sv06-plus 2023-11-22 19:09:45 -05:00
Bassam Husain
89183cad94 Adjust MECHANICAL_GANTRY_CALIBRATION.cfg: change to CONDITIONAL_BEEP. 2023-11-22 19:05:26 -05:00
Bassam Husain
fcc276e6a8 Merge branch 'master' into sv06-plus 2023-11-19 21:15:28 -05:00
Bassam Husain
f22aacbb0e Adjust readme, add comment to KAMP settings. 2023-11-19 21:01:33 -05:00
Bassam Husain
f032246743 Pull in updates to KAMP. 2023-11-19 20:57:28 -05:00
Bassam Husain
fae0f321ec Merge branch 'master' into sv06-plus 2023-09-13 17:22:42 -04:00
Bassam Husain
29df5b6cdd Pulled in KAMP from upstream. 2023-09-13 17:04:28 -04:00
Bassam Husain
e985892303 Merge branch 'master' into sv06-plus 2023-09-10 15:11:10 -04:00
Bassam Husain
5979673f54 Fix calibrate esteps link, and add accompanying everything-sv06 link. Adjust calibration.cfg to turn off print cooling fan after pid tune hotend. 2023-09-07 00:59:57 -04:00
Bassam Husain
1d5e35b099 Merge branch 'master' into sv06-plus 2023-08-05 02:14:51 -04:00
Bassam Husain
8c86edfc34 TEST_SPEED macro working. 2023-07-29 16:58:10 -04:00
Bassam Husain
c9a469d677 Merge branch 'develop', KAMP code. Restructured osskc code. 2023-07-28 02:43:12 -04:00
Bassam Husain
1c7d2b8064 Merge branch 'master' into sv06-plus 2023-07-27 16:49:14 -04:00
Bassam Husain
67307f5679 Adjust misc-macros.cfg, minor. 2023-07-01 02:44:47 -04:00
Bassam Husain
8c1b5093e7 Merge branch 'master' into sv06-plus 2023-07-01 02:31:22 -04:00
Bassam Husain
8a8229f6e8 Adjusted calibration.cfg to accept target temp. 2023-07-01 02:25:55 -04:00
Bassam Husain
5f59d5bacb Merge branch 'master' into sv06-plus 2023-07-01 01:28:54 -04:00
Bassam Husain
d6f03f7a2c Cleanup in misc-macros.cfg. Adjusted calibration.cfg to work dynamically. 2023-07-01 00:51:59 -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
40d88fe907 Bed temp over now customizable. 2023-06-09 17:31:16 -04:00
Bassam Husain
5ada85f964 Bed temp over now customizable. 2023-06-09 17:28:07 -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 Husain
f4f0fd50bb Merge branch 'master' into sv06-plus 2023-04-22 16:59:00 -04:00
Bassam Husain
3a85c0e532 Pulling in print_start from master branch. 2023-04-22 15:03:30 -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
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
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
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
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