Grootte Y aangepast zodat het niet vastloopt en materiaal temperaturen uitgezet
This commit is contained in:
@@ -14,11 +14,11 @@ variable_load_length: 50.0
|
|||||||
# Hide the Octoprint LCD menu since I don't use it.
|
# Hide the Octoprint LCD menu since I don't use it.
|
||||||
variable_menu_show_octoprint: False
|
variable_menu_show_octoprint: False
|
||||||
# Customize the filament menus (up to 10 entries).
|
# Customize the filament menus (up to 10 entries).
|
||||||
variable_menu_temperature: [
|
#variable_menu_temperature: [
|
||||||
{'name' : 'TPU', 'extruder' : 220.0, 'bed' : 45.0},
|
# {'name' : 'TPU', 'extruder' : 220.0, 'bed' : 40.0},
|
||||||
{'name' : 'PLA', 'extruder' : 200.0, 'bed' : 60.0},
|
# {'name' : 'PLA', 'extruder' : 200.0, 'bed' : 60.0},
|
||||||
{'name' : 'PETG', 'extruder' : 230.0, 'bed' : 85.0},
|
# {'name' : 'PETG', 'extruder' : 230.0, 'bed' : 85.0},
|
||||||
{'name' : 'ABS', 'extruder' : 245.0, 'bed' : 110.0, 'chamber' : 60}]
|
# {'name' : 'ABS', 'extruder' : 245.0, 'bed' : 110.0, 'chamber' : 60}]
|
||||||
# Length of filament (in millimeters) to purge at print start.
|
# Length of filament (in millimeters) to purge at print start.
|
||||||
variable_start_purge_length: 30 # This value works for most setups.
|
variable_start_purge_length: 30 # This value works for most setups.
|
||||||
gcode: # This line is required by Klipper.
|
gcode: # This line is required by Klipper.
|
||||||
|
|||||||
@@ -17,6 +17,9 @@
|
|||||||
# Met de DropEffect OmniDrop V2.1 is het punt links-beneden (dus het 0-punt): X = 12 en Y = 30
|
# Met de DropEffect OmniDrop V2.1 is het punt links-beneden (dus het 0-punt): X = 12 en Y = 30
|
||||||
# En om bij de clips vandaan te blijven wordt er aan Y nog 21 toegevoegd.
|
# En om bij de clips vandaan te blijven wordt er aan Y nog 21 toegevoegd.
|
||||||
|
|
||||||
|
# Voor het verplaatsen van de X en/of Y is het nodig om Z 2.0 mm omhoog te zetten. Hierdoor komt de kop boven de clipjes en kunnen de clipjes op hun plaats blijven zitten.
|
||||||
|
# Dit wordt geregeld in PRINT_START in start_end.cfg en in HOMING in kinematics.cfg.
|
||||||
|
|
||||||
# Invoegen van de standaard macros, geknipt uit printer.cfg
|
# Invoegen van de standaard macros, geknipt uit printer.cfg
|
||||||
#[include macros/standaardMacros.cfg]
|
#[include macros/standaardMacros.cfg]
|
||||||
# Invoegen van macros. Deze komen uit: https://github.com/jschuh/klipper-macros
|
# Invoegen van macros. Deze komen uit: https://github.com/jschuh/klipper-macros
|
||||||
@@ -53,7 +56,7 @@ rotation_distance: 40
|
|||||||
endstop_pin: ^PC1
|
endstop_pin: ^PC1
|
||||||
position_endstop: -51
|
position_endstop: -51
|
||||||
position_min: -51
|
position_min: -51
|
||||||
position_max: 195
|
position_max: 185
|
||||||
homing_speed: 50
|
homing_speed: 50
|
||||||
|
|
||||||
[tmc2209 stepper_y]
|
[tmc2209 stepper_y]
|
||||||
@@ -111,6 +114,7 @@ enable_pin: !PD2
|
|||||||
microsteps: 16
|
microsteps: 16
|
||||||
gear_ratio: 5:1
|
gear_ratio: 5:1
|
||||||
rotation_distance: 32.160
|
rotation_distance: 32.160
|
||||||
|
max_extrude_cross_section: 3.0
|
||||||
nozzle_diameter: 0.400
|
nozzle_diameter: 0.400
|
||||||
filament_diameter: 1.750
|
filament_diameter: 1.750
|
||||||
heater_pin: PC8
|
heater_pin: PC8
|
||||||
|
|||||||
Reference in New Issue
Block a user