Closed drphil3d closed 5 years ago
the log file doesn't seem to have the latest version of my config file in it which is strange.
[mcu] serial: /dev/serial/by-id/usb-UltiMachineultimachine.comRAMBo_75535313630351C04232-if00 baud: 250000 pin_map: arduino
[mcu eux] serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 baud: 250000
[stepper_x] step_pin: PC0 dir_pin: PL0 enable_pin: !PA7 step_distance: 0.00625 endstop_pin: tmc2130_stepper_x:virtual_endstop position_endstop: 0 position_max: 171 homing_speed: 50.0 homing_retract_dist: 0 homing_positive_dir: false
[tmc2130 stepper_x] cs_pin: PG0 microsteps: 32 run_current: .9 sense_resistor: 0.220 diag1_pin: !PK2 driver_SGT: 9 interpolate: true
[stepper_y] step_pin: PC1 dir_pin: PL1 enable_pin: !PA6 step_distance: 0.00625 endstop_pin: tmc2130_stepper_y:virtual_endstop position_endstop: 220 position_max: 220 position_min: 0 homing_speed: 50.0 homing_retract_dist: 0 homing_positive_dir: true
[tmc2130 stepper_y] cs_pin: PG2 microsteps: 32 run_current: .9 hold_current: .5 sense_resistor: 0.220 diag1_pin: !PK7 driver_SGT: 8
[stepper_z] step_pin: PC2 dir_pin: PL2 enable_pin: !PA5 step_distance: .0025 endstop_pin: probe:z_virtual_endstop position_max: 190 homing_positive_dir: false homing_speed: 15
[homing_override] set_position_z: 0 axes: z gcode: G90 ; Uncomment these 2 lines to blindly lift the Z 2mm at start G1 Z2 F600 G28 X0 Y0 G1 X100 Y100 F3600 G28 Z0
[probe] x_offset: 20 z_offset: 2.68 pin: ^PB4 speed: 20
[bed_mesh]
samples: 2 sample_retract_dist: 3 min_point: 0,20 max_point: 130,175 probe_count: 4,4 bicubic_tension: .2 mesh_pps: 2,2 algorithm: bicubic
[gcode_macro G29] gcode: BED_MESH_CALIBRATE
[tmc2130 stepper_z] cs_pin: PK5 microsteps: 16 run_current: .9 sense_resistor: 0.220 diag1_pin: !PK6 interpolate: true
[extruder] step_pin: eux:PA0 dir_pin: !eux:PA1 enable_pin: !eux:PE7
step_distance: 0.007781 nozzle_diameter: 0.4 filament_diameter: 1.750 max_extrude_only_distance: 2000 max_extrude_cross_section: 700
pressure_advance: 0.125 min_extrude_temp: 0 pressure_advance_lookahead_time: 0.010 heater_pin: PE5 sensor_type: EPCOS 100K B57560G104F sensor_pin: PF0 smooth_time: 2.0 control = pid pid_kp = 29.852 pid_ki = 2.843 pid_kd = 78.361 min_temp: 0 max_temp: 275 deactivate_gcode: T0 activate_gcode: T0
[verify_heater extruder] heating_gain: 2 check_gain_time:25 hysteresis: 5 max_error: 140 [idle_timeout] gcode: M84 timeout: 600
[extruder1] step_pin: eux:PA6 dir_pin: !eux:PA7 enable_pin: !eux:PC3
step_distance: 0.006886 shared_heater: extruder nozzle_diameter: 0.400 filament_diameter: 1.750 max_extrude_cross_section: 700 max_extrude_only_distance: 2000
pressure_advance: 0.1 pressure_advance_lookahead_time: 0.010 deactivate_gcode: T1 activate_gcode: T1
[extruder2] step_pin: eux:PA4 dir_pin: eux:PA5 enable_pin: !eux:PC7
step_distance: 0.006886 shared_heater: extruder nozzle_diameter: 0.400 filament_diameter: 1.750 max_extrude_cross_section: 750 max_extrude_only_distance: 9000
pressure_advance: 0.025
pressure_advance_lookahead_time: 0.010 deactivate_gcode: T2 activate_gcode: T2
[heater_bed] heater_pin: PG5 sensor_type: EPCOS 100K B57560G104F sensor_pin: PF2 control: watermark min_temp: 0 max_temp: 110
[heater_fan my_nozzle_fan] pin: PH3 heater: extruder heater_temp: 50.0 fan_speed: 1.0
[fan]
pin: eux:PC6
[virtual_sdcard] path: ~/.octoprint/uploads/
[printer] kinematics: cartesian max_velocity: 300 max_accel: 2500 max_z_velocity: 15 max_z_accel: 30 square_corner_velocity: 5.0
[endstop_phase stepper_z] endstop_align_zero: False
[static_digital_output yellow_led] pins: !PB7
[mcp4728 stepper_current_dac] i2c_mcu: eux scale: 2.327 channel_a: 1.3 # extruder_4 channel_b: 1.1 # extruder_3 channel_c: 1.1 # extruder_2 channel_d: 1.1 # extruder_1
I'm trying to decrease the current on the stepper drivers of the printrboard RevF but I don't know what this scale value relates to. I turned it down but my motors are still getting super hot under load.
[mcp4728 stepper_current_dac] i2c_mcu: eux scale: 2.327 channel_a: 1.3 # extruder_4 channel_b: 1.1 # extruder_3 channel_c: 1.1 # extruder_2 channel_d: 1.1 # extruder_1
The attached log file does not contain the "rescheduled timer in the past" error. We would need that log file in order to assist. Beyond that, in general, that error is the result of trying to step at a rate faster than the micro-controller is capable of.
-Kevin
I'm using two boards one for motion einsy rambo and a second board printrboard RevF for extruders, I can't seem to make it past purging the first color, as soon as it moves to print I hear a squeak and it gives this error.
I've had no issue printing with a single extruder but as soon as I try to use more then one it freaks out.
I'm switching between extruders using the command T0 and T1. I've tried adjusting the print speed and gone through all the gcode to make sure there is nothing out of the ordinary.
Do I need to activate and deactivate each extruder? I am able to switch between extruders by activating the next one but do I need to deactivate the previous one for it to work correctly? I'm using the same gcode to activate and deactivate.. maybe that's causing issues.
G90 M82 M106 S0 M140 S60 M190 S60 M104 S200 T0 M109 S200 T0 G21 ;metric values G90 ;absolute positioning M107 ;start with the fan off G28 Z0 ;move Z to min endstops G28 X0 Y0 ;move X/Y to min endstops G1 Z0.6 F9000 G1 F9000 ; process Color1 ; layer 1, Z = 0.180 T0 G92 E0.0000 G1 E-5.0000 F1800
It doesn't get past here
; feature skirt ; tool H0.180 W0.400 G1 Z0.180 F720 G1 X85.092 Y89.014 F9500 G1 E0.0000 F1800 G92 E0.0000 G1 X86.071 Y89.209 E0.0299 F1800 G1 X86.328 Y89.274 E0.0378
klippy.log.2019-01-18.txt