View Issue Details

IDProjectCategoryView StatusLast Update
00002883D machine tool[All Projects] Generalpublic2022-01-03 17:19
ReporterDigitalMy 
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Summary0000288: K3sto printer: firmware changes
Descriptionit uses RAMPS1.4 mainboard
and Marlin firmware
TagsNo tags attached.

Relationships

related to 0000189 assignedDigitalMy K3sto open frame delta 3D printer aluminium profile 2020 with build volume D150x300mm: frame changes 

Activities

DigitalMy

2019-05-20 15:40

administrator   ~0000781

Last edited: 2019-07-16 16:59

View 3 revisions

v1:
it is Delta (Kossel) firmware Marlin (adjusted by AnyCubic) modification

MANUAL_Z_HOME_POS 309.0
original value 308.0 mm - distance between nozzle and print surface after homing delta


with new endstop mounts MANUAL_Z_HOME_POS 314.2

DigitalMy

2019-05-21 23:55

administrator  

K3sto_v1.zip (243,403 bytes)

DigitalMy

2022-01-03 16:05

administrator   ~0007128

Last edited: 2022-01-03 17:19

View 7 revisions

When connected second fan to RAMPS1.4 D8 (bed) terminal
edit pins.h
  #if MOTHERBOARD == 355 //35
    #define HEATER_0_PIN 8
  #else
    #define HEATER_0_PIN 10 // EXTRUDER 1 (the only one)
  #endif

#define PS_ON_PIN -1 // 9
#if (POWER_SUPPLY == 0)
  #define PS_ON_AWAKE LOW
  #define PS_ON_ASLEEP HIGH
#endif

#define FAN_PIN 9
#define CONTROLLERFAN_PIN 8 //10

...adv.h
#define CONTROLLERFAN_PIN 8
#define CONTROLLERFAN_SECS 60
#define CONTROLLERFAN_SPEED 255


Later:
#define EXTRUDER_0_AUTO_FAN_PIN //-1
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255