Creality K1 - K1 Max Riser
Print Profile(0)
Description
I did a remix of two great designs to create a taller riser because my ptfe was rubbing on the glass after installing the cyclops extruder.
You can print 4 corners without the holes if you are using the stock filament sensor.
The text is written directly in the slicer through the “Emboss” tool.
For the printed model I used “fuzzy skin” (0,2mm distance+thickness) to cover VFA.
Wiring:
- runout sensor on original sensor plug
- motion sensor on pa10 pin on the toolhead
Changes in printer cfg:
[filament_switch_sensor filament_sensor]
pause_on_runout: True
switch_pin: PC15
runout_gcode:
{% if printer.extruder.can_extrude|lower == 'true' %}
G91
G0 E30 F600
G90
{% endif %}
[filament_motion_sensor encoder_sensor]
switch_pin: nozzle_mcu:PA10
detection_length: 20
extruder: extruder
pause_on_runout: True
runout_gcode:
{% if printer.extruder.can_extrude|lower == 'true' %}
G91
G0 E30 F600
G90
{% endif %}
event_delay: 5.0
This remix is based on
License
You shall not share, sub-license, sell, rent, host, transfer, or distribute in any way the digital or 3D printed versions of this object, nor any other derivative work of this object in its digital or physical format (including - but not limited to - remixes of this object, and hosting on other digital platforms). The objects may not be used without permission in any way whatsoever in which you charge money, or collect fees.









Comment & Rating (4)