MKFirmware / MarlinKimbra

📟 MK 3D Printer Firmware for Arduino
52 stars 39 forks source link

When press "Stop" when heated, the printing is not cancelled. #111

Open Deepoff opened 8 years ago

Deepoff commented 8 years ago

When I press "Stop" when heated, the printing is not cancelled. This occurs both in Repetier host, and from the screen.

Deepoff commented 8 years ago

matter on this line? #define TEMP_CONDITIONS (degHotend(target_extruder) != degTargetHotend(target_extruder))

Deepoff commented 8 years ago

how to interrupt inline void wait_heater() ???

Deepoff commented 8 years ago

Answer my question. These procedures have variable - cancel_heatup, it interrupts the waiting loop. In Repetier host it is certainly not realize, but when you stop printing while heating, with screen, you can use this variable to cancel standby setpoint.