You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I use Klipper, and it doesn't support the M18 E command that the filament change script uses. In Klipper it disables all motors so I can't continue the printing after pausing for change the filament. Instead of M18 E command I need to use SET_STEPPER_ENABLE STEPPER=extruder ENABLE=0 so I need to modify this line in this file (i think it is) with the new command: OctoDash/src/app/filament/filament.component.ts line: 272. Where I can find this file inside the raspberry? I can't fin it anywhere.
The text was updated successfully, but these errors were encountered:
Hi, I use Klipper, and it doesn't support the M18 E command that the filament change script uses. In Klipper it disables all motors so I can't continue the printing after pausing for change the filament. Instead of M18 E command I need to use SET_STEPPER_ENABLE STEPPER=extruder ENABLE=0 so I need to modify this line in this file (i think it is) with the new command: OctoDash/src/app/filament/filament.component.ts line: 272. Where I can find this file inside the raspberry? I can't fin it anywhere.
The text was updated successfully, but these errors were encountered: