Commit Graph

76 Commits

Author SHA1 Message Date
Bassam Husain
e6830263fa Merge branch 'master' into skr-mini-e3-v3 2023-11-22 19:07:38 -05:00
Bassam Husain
89183cad94 Adjust MECHANICAL_GANTRY_CALIBRATION.cfg: change to CONDITIONAL_BEEP. 2023-11-22 19:05:26 -05:00
Bassam Husain
19cac92c03 Merge branch 'master' into skr-mini-e3-v3 2023-11-19 21:10:41 -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
e4bcd00e6a Merge branch 'master' into skr-mini-e3-v3 2023-09-13 17:22:19 -04:00
Bassam Husain
29df5b6cdd Pulled in KAMP from upstream. 2023-09-13 17:04:28 -04:00
Bassam Husain
deb40aee58 Merge branch 'master' into skr-mini-e3-v3 2023-09-10 15:07:27 -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
6fe0cdc1d7 Merge branch 'master' into skr-mini-e3-v3 2023-08-05 02:00:34 -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
67307f5679 Adjust misc-macros.cfg, minor. 2023-07-01 02:44:47 -04:00
Bassam Husain
b5d8755e59 Merge branch 'master' into skr-mini-e3-v3 2023-07-01 02:26:48 -04:00
Bassam Husain
8a8229f6e8 Adjusted calibration.cfg to accept target temp. 2023-07-01 02:25:55 -04:00
Bassam Husain
d343f37e15 Merge branch 'master' into skr-mini-e3-v3 2023-07-01 01:42:20 -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
a060db3eae Minor adjustment to misc-macros.cfg. 2023-06-19 00:55:29 -04:00
Bassam Husain
3cd751ba8d Bed temp over now customizable. 2023-06-09 17:32:28 -04:00
Bassam Husain
5ada85f964 Bed temp over now customizable. 2023-06-09 17:28:07 -04:00
Bassam Husain
7e45ae0f2d Pulled in print_start from master: prints start with higher bed temp now, range 10C. 2023-05-20 20:00:55 -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
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
5e342261c8 Pulling in print_start from personal branch. 2023-04-20 12:19:06 -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
953daefa32 Adjusted PRINT_START sequence to save time, and to prevent oozing. Increased microsteps to 128, and added square_corner_velocity. 2023-04-07 09:52:06 -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
3551f307ae Added beeping on colour/filament change. 2023-03-20 01:04:36 -04:00
Bassam Husain
95897311e6 Filament runout sensor code merged. 2023-03-14 21:08:16 -04:00
Bassam Husain
c2bd1fa076 More changes pulled from personal. Added filament sensor pinout. 2023-03-14 19:47:16 -04:00
Bassam Husain
9239a54e8b More changes pulled from personal. 2023-03-14 18:55:07 -04:00
Bassam Husain
c967be1023 More changes pulled from personal. 2023-03-14 18:45:30 -04:00
Bassam Husain
64a6f98fe4 Pulling in structure from personal branch. 2023-03-14 18:36:53 -04:00
Bassam Husain
150e1b7425 Removed CHECK_PRE_PURGE_PRIME_LENGTH
macro.
2023-03-12 14:35:13 -04:00
Bassam Husain
0b5909ab53 Added ADJUST_FILAMENT_SENSOR_STATUS use back. 2023-03-12 12:19:59 -04:00
Bassam Husain
c0f4eb76fc Merge branch 'fix-sensor' into personal 2023-03-12 11:37:09 -04:00
Bassam Husain
36ba332e81 Added SET_FILAMENT_SENSOR to print_start. 2023-03-12 11:15:01 -04:00