Tom.B
About
- Username
- Tom.B
- Joined
- Visits
- 9
- Last Active
- Roles
- Member
Comments
-
Ok, thanks. I guess I will do this later then, i am not really good at C programming, so i will debug printing issues with 6 extruders at first.
-
I did not have the bold part in my code : #if defined(ENABLE_POWER_ON_STARTUP) && ENABLE_POWER_ON_STARTUP && (PS_ON_PIN>-1) SET_OUTPUT(PS_ON_PIN); //GND WRITE(PS_ON_PIN, (POWER_INVERTING ? HIGH : LOW)); Printer::setPowerO…