Re: Re-ARM from Panucatt March 08, 2017 03:08PM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt March 09, 2017 01:43AM |
Registered: 9 years ago Posts: 5,232 |
Re: Re-ARM from Panucatt March 10, 2017 02:34AM |
Registered: 9 years ago Posts: 5,232 |
Re: Re-ARM from Panucatt March 10, 2017 03:34AM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt March 10, 2017 02:32PM |
Registered: 7 years ago Posts: 41 |
Re: Re-ARM from Panucatt March 10, 2017 02:52PM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt March 11, 2017 07:19AM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt March 15, 2017 11:32AM |
Registered: 9 years ago Posts: 916 |
Re: Re-ARM from Panucatt March 15, 2017 12:16PM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt March 15, 2017 01:49PM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt March 15, 2017 10:46PM |
Registered: 9 years ago Posts: 916 |
Re: Re-ARM from Panucatt March 16, 2017 08:57AM |
Registered: 9 years ago Posts: 916 |
Re: Re-ARM from Panucatt March 17, 2017 02:16AM |
Registered: 7 years ago Posts: 41 |
Re: Re-ARM from Panucatt March 25, 2017 09:12AM |
Registered: 10 years ago Posts: 330 |
Re: Re-ARM from Panucatt March 25, 2017 09:13AM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt March 26, 2017 01:12PM |
Registered: 7 years ago Posts: 16 |
Re: Re-ARM from Panucatt March 26, 2017 01:29PM |
Registered: 7 years ago Posts: 16 |
Re: Re-ARM from Panucatt March 29, 2017 10:16AM |
Registered: 9 years ago Posts: 916 |
Quote
drmaestro
I need some info on BLTouch with Re-ARM. I have seen the servo code on Smoothiware. I'd like to know if we can use the same servo pin (1.23) for re-ARM. My BL-Touch is connected to the first (leftmost) servo connector.
I assume we also have to enable Z probing, using pin 1.29 for Z min.
switch.servo1.enable true # Enable servo1 switch.servo1.output_pin 1.20 # SER1 pin switch.servo1.output_type hwpwm # PWM output switch.servo1.startup_value 0 # Start with servo disabled switch.servo1.max_pwm 100 # Max PWM switch.servo1.pwm_period_ms 20 # PWM period switch.servo1.input_on_command M280 # G code to set PWM period. M280 S4 is full one direction, S7 would be midway, S10 is the other extreme. switch.servo1.input_off_command M280 # G code to set PWM period switch.servo1.fail_safe_set_to 0
## Z-probe # See [smoothieware.org] zprobe.enable true # Set to true to enable a zprobe zprobe.probe_pin 1.29^ # Pin probe is attached to, ^ means pullup, invert with ! if the sense goes the wrong way zprobe.slow_feedrate 5 # Mm/sec probe feed rate #zprobe.debounce_count 100 # Set if noisy zprobe.fast_feedrate 100 # Move feedrate mm/sec zprobe.probe_height 5 # How much above bed to start probe #gamma_min_endstop nc # Normally 1.28. Change to nc to prevent conflict,
Re: Re-ARM from Panucatt May 03, 2017 11:34AM |
Registered: 7 years ago Posts: 41 |
Re: Re-ARM from Panucatt May 03, 2017 01:08PM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt May 03, 2017 08:40PM |
Registered: 9 years ago Posts: 916 |
Quote
Pheneeny
Are you guys having any issues with PID tuning and hotend temperature control? I have a genuine e3d V6, and on Marlin my hotend temperature control was spot on.
On Smoothie, after running Autotune the same way I did on Marlin, I'm having pretty bad temp control. On initial heatup, the temperature always overshoots by 10-12 degrees, then takes a few minutes to come back down. Then after the first layer and the fan kicks on and print speed goes up, the temp drops 10 degrees below target, and takes a few minutes to come back up. On hotter materials like PETG, the temp constantly bounces between target and 5 degrees below target throughout the print.
I Autotune to 210 degrees with the fan on full blast with filament in the hotend for both Marlin and Smoothie.
Re: Re-ARM from Panucatt May 06, 2017 10:36PM |
Registered: 7 years ago Posts: 41 |
Quote
nebbian
Quote
Pheneeny
Are you guys having any issues with PID tuning and hotend temperature control? I have a genuine e3d V6, and on Marlin my hotend temperature control was spot on.
On Smoothie, after running Autotune the same way I did on Marlin, I'm having pretty bad temp control. On initial heatup, the temperature always overshoots by 10-12 degrees, then takes a few minutes to come back down. Then after the first layer and the fan kicks on and print speed goes up, the temp drops 10 degrees below target, and takes a few minutes to come back up. On hotter materials like PETG, the temp constantly bounces between target and 5 degrees below target throughout the print.
I Autotune to 210 degrees with the fan on full blast with filament in the hotend for both Marlin and Smoothie.
Interesting, I found the autotune to give really good results, way better than either Marlin or Repetier. It only needed a very slight tweak for me to get great results. Sounds like the numbers really need tuning on your end. Out of interest, what are your numbers for the PID settings? You might have your I clamp (not sure what it's called in Smoothie) set way too high (or not enabled at all), meaning that the I term suffers from "integral windup". That's what it sounds like to me.
Edit: found it, it's called "i_max".
[smoothieware.org]
I would lower i_max, and raise your P value.
Re: Re-ARM from Panucatt October 09, 2017 01:20PM |
Registered: 8 years ago Posts: 16 |
Re: Re-ARM from Panucatt October 27, 2017 12:10PM |
Registered: 6 years ago Posts: 3 |
Re: Re-ARM from Panucatt November 14, 2017 05:25PM |
Registered: 6 years ago Posts: 3 |
Re: Re-ARM from Panucatt November 15, 2017 03:58AM |
Registered: 6 years ago Posts: 3 |
Re: Re-ARM from Panucatt November 29, 2017 07:59PM |
Registered: 6 years ago Posts: 2 |
Re: Re-ARM from Panucatt November 30, 2017 02:05AM |
Admin Registered: 13 years ago Posts: 7,118 |
Re: Re-ARM from Panucatt December 01, 2017 08:34PM |
Registered: 6 years ago Posts: 2 |
Re: Re-ARM from Panucatt June 22, 2018 09:38AM |
Registered: 9 years ago Posts: 916 |