PID tuning failing for larger bed? January 23, 2024 12:43PM |
Registered: 11 years ago Posts: 651 |
Re: PID tuning failing for larger bed? January 23, 2024 03:19PM |
Registered: 11 years ago Posts: 651 |
Re: PID tuning failing for larger bed? January 30, 2024 05:42PM |
Registered: 11 years ago Posts: 651 |
Re: PID tuning failing for larger bed? February 02, 2024 06:50PM |
Registered: 11 years ago Posts: 651 |
Re: PID tuning failing for larger bed? February 05, 2024 12:07PM |
Registered: 11 years ago Posts: 651 |
Re: PID tuning failing for larger bed? February 05, 2024 06:41PM |
Registered: 4 years ago Posts: 291 |
Re: PID tuning failing for larger bed? February 16, 2024 02:13PM |
Registered: 11 years ago Posts: 651 |
M201 X5000 Y5000 Z100 E8000 ; sets maximum accelerations, mm/sec^2 M203 X500 Y500 Z10 E100 ; sets maximum feedrates, mm / sec M204 P2000 R3000 T500 ; sets acceleration (P, T) and retract acceleration (R), mm/sec^2 M205 X10.00 Y10.00 Z0.40 E5.00 ; sets the jerk limits, mm/sec M205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec ;TYPE:Custom G90 ; use absolute coordinates G28 ; home all axis G29 ; run bilinear bed leveling G1 Z20 F240 ; move nozzle to Z20 G1 X189 Y0 F3000 ; move nozzle to X189 Y0 M190 S85 ; wait for bed temp to stabilize M109 S235 ; wait for nozzle temp to stabilize G92 E0 ; zero the extruder G1 E20 F300 ; purge 20mm through nozzle G92 E0 ; zero the extruder G1 Z0.48 F240 ; go to first layer height G21 ; set units to millimeters G90 ; use absolute coordinates M82 ; use absolute distances for extrusion G92 E0
Re: PID tuning failing for larger bed? March 05, 2024 03:40PM |
Registered: 11 years ago Posts: 651 |