ballaswag / guppyscreen

A native Touch UI for 3D Printers running Klipper/Moonraker.
GNU General Public License v3.0
167 stars 14 forks source link

Ender 3 V3 KE : several non functional entries #65

Open davphoenix31 opened 1 month ago

davphoenix31 commented 1 month ago

On ender 3 V3 KE:

henrivdr commented 1 month ago

I have also noticed that the filament load extrudes excessively long on the CR10-SE.

ballaswag commented 1 month ago

@henrivdr the unload and unload button are mapped to default macros provided by creality. You can customize them to what you like or remap them to your own macros. The mapping is in the /usr/data/guppyscreen/guppyconfig.json file.

@davphoenix31 what’s the calibration of vibration? Are you referring to input shaping, belt tension?

davphoenix31 commented 1 month ago

Hello @ballaswag I am referring to ADXL345 Vibration Compensation Sensor

davphoenix31 commented 1 month ago

@ballaswag For extrusion, I clicked and the filament was extruded continuously

finipini commented 1 month ago

I had the same issue either. It seemed that the load material never stops:

I changed this macro in gcode_macro.cfg file:

[gcode_macro LOAD_MATERIAL] gcode: SAVE_GCODE_STATE NAME=myMoveState M109 S{printer.custom_macro.default_extruder_temp} G91 G1 E150 F180 RESTORE_GCODE_STATE NAME=myMoveState

changed the 4th line to: G1 E15 F180 and now only loads 15mm of material.

ballaswag commented 1 month ago

The nightly build or next stable release will have those 2 respect the selected temp/extruder len in the panel. The default macros came with the K1, I'm not sure why they chose E80.