marlin-2.1.2.2-mpx.3 Thermal Runaway HELP June 04, 2024 04:09PM |
Registered: 4 months ago Posts: 11 |
Re: marlin-2.1.2.2-mpx.3 Thermal Runaway HELP June 04, 2024 06:01PM |
Registered: 7 years ago Posts: 1,885 |
//#define MOTHERBOARD BOARD_RAMPS_14_EFB #define MOTHERBOARD BOARD_MKS_BASE_14 //#define MOTHERBOARD BOARD_MKS_GEN_13 #define BAUDRATE 250000 #define TEMP_SENSOR_REDUNDANT 0 #define TEMP_SENSOR_REDUNDANT_MAX_DIFF 10 // (°C) Temperature difference that will trigger a print abort. #define PIDTEMP #define BANG_MAX 255 // Ultimaker #define DEFAULT_Kp 22.20 #define DEFAULT_Ki 1.08 #define DEFAULT_Kd 114.00 // Hictop 3DP11 Factory //#define DEFAULT_Kp 17.22 //#define DEFAULT_Ki 0.92 //#define DEFAULT_Kd 80.43 // Hictop 3DP11 //#define DEFAULT_Kp 15.63 //#define DEFAULT_Ki 1.04 //#define DEFAULT_Kd 58.79
Re: marlin-2.1.2.2-mpx.3 Thermal Runaway HELP June 04, 2024 06:54PM |
Registered: 4 months ago Posts: 11 |
Re: marlin-2.1.2.2-mpx.3 Thermal Runaway HELP June 04, 2024 10:56PM |
Registered: 4 months ago Posts: 11 |
Re: marlin-2.1.2.2-mpx.3 Thermal Runaway HELP June 06, 2024 05:12PM |
Registered: 7 years ago Posts: 1,885 |
Re: marlin-2.1.2.2-mpx.3 Thermal Runaway HELP June 06, 2024 06:12PM |
Registered: 4 months ago Posts: 11 |
Re: marlin-2.1.2.2-mpx.3 Thermal Runaway HELP June 06, 2024 10:32PM |
Registered: 4 months ago Posts: 11 |
Re: marlin-2.1.2.2-mpx.3 Thermal Runaway HELP June 07, 2024 03:07AM |
Admin Registered: 13 years ago Posts: 7,123 |
C:\Users\MyCC\Documents\ArduinoData\packages\arduino\hardware\avr\1.8.6\cores\arduino/main.cpp:43: undefined reference to `setup' C:\Users\MyCC\Documents\ArduinoData\packages\arduino\hardware\avr\1.8.6\cores\arduino/main.cpp:46: undefined reference to `loop'
Re: marlin-2.1.2.2-mpx.3 Thermal Runaway HELP June 07, 2024 03:14AM |
Admin Registered: 13 years ago Posts: 7,123 |
Re: marlin-2.1.2.2-mpx.3 Thermal Runaway HELP June 10, 2024 03:06PM |
Registered: 4 months ago Posts: 11 |