3D Printing: Difference between revisions

From Wiki
mNo edit summary
 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Klipper =
== Klipper with Fluidd ==
* Download FluiddPi Image: https://github.com/fluidd-core/FluiddPI
* Download FluiddPi Image: https://github.com/fluidd-core/FluiddPI
* Do updates later from Web GUI
* Do updates later from Web GUI


== Klipper on Kingroon KP3S ==
 
* ~ git clone https://github.com/th33xitus/kiauh.git
 
* cd kiauh
== Klipper with OctoPrint ==
* ./kiauh.sh
<pre>
git clone https://github.com/Klipper3d/klipper
./klipper/scripts/install-octopi.sh
</pre>
* Webinterface > Serial Connection > General > /tmp/printer
* Webinterface > Serial Connection > Behaviour > Error > Cancel (DO NOT DISCONNECT)
* Webinterface > Serial Connection > Behaviour > Cancelling > Uncheck Attempt
<pre>
<pre>
Enable extra low-level
edit:
STMicroelectronics STM32
~/printer.cfg
STM32F103
28KiB bootloader
8 MHZ crystal
USART PB11/PB10
250000 Baud
!PC6,!PD13 GPIO pins at startup
</pre>
</pre>
* cd ~/klipper/
* ./scripts/update_mks_robin.py ./out/klipper.bin ./out/Robin_nano.bin


== Klipper on Kingroon KP3S ==
* [[Kingroon KP3S]]
== Slicer Settings ==
{| class="wikitable"
|-
!                !! colspan="3" | PLA !! colspan="3" | PETG !! colspan="3" | ABS
|-
!
!KP3S
!Ender
!CR10
!KP3S
!Ender
!CR10
!KP3S
!Ender
!CR10
|-
| Skin Overlap Percentage
| colspan="3" style="text-align: center;" | 5%
| colspan="3" style="text-align: center;" |5%
|15%
|<nowiki>-</nowiki>
|<nowiki>-</nowiki>
|-
| Infill Overlap Percentage
| colspan="3" style="text-align: center;" | 10%
| colspan="3" style="text-align: center;" | 10%
|20%
| -
|<nowiki>-</nowiki>
|-
| Printing Temperature
| colspan="3" style="text-align: center;" | 215°C
| colspan="3" style="text-align: center;" | 240°C
|245°C
|<nowiki>-</nowiki>
|<nowiki>-</nowiki>
|-
| Build Plate Temperature
| colspan="3" style="text-align: center;" | 60°C
| colspan="3" style="text-align: center;" | 70°C
|100°C
|<nowiki>-</nowiki>
|<nowiki>-</nowiki>
|-
|Print Speed
|100mm/s
|
|
|100mm/s
|
|
|100mm/s
|<nowiki>-</nowiki>
|<nowiki>-</nowiki>
|-
|Travel Speed
|180mm/s
|
|
|180mm/s
|
|
|180mm/s
|<nowiki>-</nowiki>
|<nowiki>-</nowiki>
|-
|Initial Layer Speed
|30mm/s
|
|
|30mm/s
|
|
|30mm/s
|<nowiki>-</nowiki>
|<nowiki>-</nowiki>
|-
| Retraction Distance
| 0.0
|
|  || 0.8mm
|
|  || 0.8mm
|<nowiki>-</nowiki>
|<nowiki>-</nowiki>
|-
| Retraction Speed
| -
|
|  || 20mm/s
|
|  || 20mm/s
|<nowiki>-</nowiki>
|<nowiki>-</nowiki>
|-
| Retraction Extra Prime
| -
|
|  || 0.35mm³
|
|  || 0.5mm³
|<nowiki>-</nowiki>
|<nowiki>-</nowiki>
|-
|Fan Speed
|60%
|
|
|40%
|
|
|40%+
|<nowiki>-</nowiki>
|<nowiki>-</nowiki>
|}


[[Category:Hardware]]
[[Category:Hardware]]

Latest revision as of 16:30, 25 September 2022

Klipper with Fluidd


Klipper with OctoPrint

git clone https://github.com/Klipper3d/klipper
./klipper/scripts/install-octopi.sh
  • Webinterface > Serial Connection > General > /tmp/printer
  • Webinterface > Serial Connection > Behaviour > Error > Cancel (DO NOT DISCONNECT)
  • Webinterface > Serial Connection > Behaviour > Cancelling > Uncheck Attempt
edit:
~/printer.cfg

Klipper on Kingroon KP3S

Slicer Settings

PLA PETG ABS
KP3S Ender CR10 KP3S Ender CR10 KP3S Ender CR10
Skin Overlap Percentage 5% 5% 15% - -
Infill Overlap Percentage 10% 10% 20% - -
Printing Temperature 215°C 240°C 245°C - -
Build Plate Temperature 60°C 70°C 100°C - -
Print Speed 100mm/s 100mm/s 100mm/s - -
Travel Speed 180mm/s 180mm/s 180mm/s - -
Initial Layer Speed 30mm/s 30mm/s 30mm/s - -
Retraction Distance 0.0 0.8mm 0.8mm - -
Retraction Speed - 20mm/s 20mm/s - -
Retraction Extra Prime - 0.35mm³ 0.5mm³ - -
Fan Speed 60% 40% 40%+ - -