-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maks Zolin
committed
Dec 23, 2020
1 parent
04c9771
commit b9add27
Showing
56 changed files
with
237 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.DS_Store |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,236 @@ | ||
[stepper_x] | ||
enable_pin: !P2.1 | ||
step_pin: P2.2 | ||
dir_pin: !P2.6 | ||
step_distance: 0.00625 | ||
endstop_pin: ^P1.28 | ||
position_min: 0 | ||
position_endstop: 235 | ||
position_max: 235 | ||
homing_speed: 50.0 | ||
homing_positive_dir: true | ||
|
||
[tmc2209 stepper_x] | ||
uart_pin: P1.17 | ||
microsteps: 16 | ||
run_current: 0.700 | ||
hold_current: 0.400 | ||
interpolate: True | ||
|
||
[stepper_y] | ||
enable_pin: !P2.8 | ||
step_pin: P0.19 | ||
dir_pin: !P0.20 | ||
step_distance: 0.00625 | ||
endstop_pin: ^P1.26 | ||
position_min: 0 | ||
position_endstop: 230 | ||
position_max: 230 | ||
homing_speed: 50.0 | ||
homing_positive_dir: true | ||
|
||
[tmc2209 stepper_y] | ||
uart_pin: P1.15 | ||
microsteps: 16 | ||
run_current: 0.700 | ||
hold_current: 0.400 | ||
interpolate: True | ||
|
||
[stepper_z1] | ||
enable_pin: !P0.21 | ||
step_pin: P0.22 | ||
dir_pin: !P2.11 | ||
step_distance: 0.0025 | ||
|
||
[tmc2209 stepper_z1] | ||
uart_pin: P1.10 | ||
microsteps: 16 | ||
run_current: 0.400 | ||
interpolate: False | ||
|
||
[stepper_z] | ||
step_pin: P0.1 | ||
dir_pin: !P0.0 | ||
enable_pin: !P0.10 | ||
step_distance: 0.0025 | ||
endstop_pin: probe:z_virtual_endstop | ||
position_endstop: 0.0 | ||
position_max: 240 | ||
position_min: -5 | ||
homing_speed: 15.0 | ||
|
||
[tmc2209 stepper_z] | ||
uart_pin: P1.1 | ||
microsteps: 16 | ||
run_current: 0.400 | ||
interpolate: False | ||
|
||
[homing_override] | ||
set_position_z: 0 | ||
#set_position_x: 0 | ||
#set_position_y: 0 | ||
axes: xyz | ||
gcode: | ||
G90 | ||
G0 Z5 F600 | ||
G28 X0 Y0 | ||
G0 X117.5 Y95 F5000 | ||
G28 Z0 | ||
G0 Z5 F500 | ||
|
||
[extruder] | ||
step_pin: P2.13 | ||
dir_pin: P0.11 | ||
enable_pin: !P2.12 | ||
step_distance: 0.00187977781 | ||
nozzle_diameter: 0.400 | ||
filament_diameter: 1.750 | ||
heater_pin: P2.5 | ||
sensor_type: ATC Semitec 104GT-2 | ||
sensor_pin: P0.24 | ||
#control: pid | ||
#pid_kp: 19.171 | ||
#pid_ki: 0.814 | ||
#pid_kd: 112.871 | ||
min_temp: 0 | ||
max_temp: 260 | ||
max_extrude_only_distance: 110 | ||
|
||
[tmc2209 extruder] | ||
uart_pin: P1.8 | ||
microsteps: 16 | ||
run_current: 0.500 | ||
hold_current: 0.300 | ||
interpolate: True | ||
|
||
[verify_heater extruder] | ||
max_error: 200 | ||
check_gain_time: 30 | ||
|
||
[heater_bed] | ||
heater_pin: P2.0 | ||
sensor_type: NTC 100K beta 3950 | ||
sensor_pin: P0.23 | ||
smooth_time: 3.0 | ||
pwm_cycle_time: 0.0166 | ||
max_power: 0.8 | ||
#control: pid | ||
#pid_Kp: 47.690 | ||
#pid_Ki: 1.556 | ||
#pid_Kd: 365.338 | ||
min_temp: 0 | ||
max_temp: 130 | ||
|
||
[fan] | ||
pin: P2.4 | ||
|
||
[controller_fan my_controller_fan] | ||
pin: P2.3 | ||
max_power: 1.00 | ||
kick_start_time: 0.200 | ||
heater: heater_bed | ||
|
||
# thermally controlled hotend fan | ||
[heater_fan my_nozzle_fan] | ||
pin: P2.7 | ||
max_power: 1.0 | ||
kick_start_time: 0.100 | ||
heater: extruder | ||
heater_temp: 50.0 | ||
fan_speed: 1.0 | ||
|
||
[bed_mesh] | ||
speed: 150 | ||
horizontal_move_z: 5 | ||
mesh_min: 30,30 | ||
mesh_max: 205,200 | ||
probe_count: 5,5 | ||
|
||
[virtual_sdcard] | ||
path: /home/pi/gcode_files | ||
|
||
[pause_resume] | ||
[display_status] | ||
|
||
[probe] | ||
pin: P1.25 | ||
y_offset: 25.0 | ||
z_offset: 0.6 | ||
speed: 15 | ||
|
||
[mcu] | ||
serial: /dev/ttyAMA0 | ||
restart_method: command | ||
|
||
[printer] | ||
kinematics: corexy | ||
max_velocity: 180 | ||
max_accel: 1000 | ||
max_z_velocity: 15 | ||
max_z_accel: 200 | ||
square_corner_velocity: 5.0 | ||
|
||
[z_tilt] | ||
speed: 150 | ||
z_positions: | ||
283,95 | ||
-40,95 | ||
points: | ||
20,95 | ||
215,95 | ||
|
||
[display] | ||
# mini12864 LCD Display | ||
lcd_type: uc1701 | ||
cs_pin: P1.18 | ||
a0_pin: P1.19 | ||
rst_pin: P1.20 | ||
encoder_pins: ^P3.26,^P3.25 | ||
click_pin: ^!P0.28 | ||
contrast: 63 | ||
|
||
spi_software_sclk_pin: P0.15 | ||
spi_software_mosi_pin: P0.18 | ||
spi_software_miso_pin: P0.17 | ||
|
||
[gcode_macro CANCEL_PRINT] | ||
rename_existing: BASE_CANCEL_PRINT | ||
default_parameter_X: 230 | ||
default_parameter_Y: 230 | ||
default_parameter_Z: 10 | ||
gcode: | ||
M104 S0 | ||
M140 S0 | ||
M141 S0 | ||
M106 S0 | ||
CLEAR_PAUSE | ||
RESET_SD | ||
BASE_CANCEL_PRINT | ||
|
||
[gcode_macro PAUSE] | ||
rename_existing: BASE_PAUSE | ||
default_parameter_X: 230 | ||
default_parameter_Y: 230 | ||
default_parameter_Z: 10 | ||
gcode: | ||
SAVE_GCODE_STATE NAME=PAUSE_state | ||
BASE_PAUSE | ||
G91 | ||
G1 E-1.7 F2100 | ||
G1 Z{Z} | ||
G90 | ||
G1 X{X} Y{Y} F6000 | ||
G91 | ||
|
||
[gcode_macro RESUME] | ||
rename_existing: BASE_RESUME | ||
gcode: | ||
G91 | ||
G1 E1.7 F2100 | ||
G91 | ||
RESTORE_GCODE_STATE NAME=PAUSE_state MOVE=1 | ||
BASE_RESUME | ||
|
||
[gcode_macro DISABLE_MOTORS] | ||
gcode: | ||
M18 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+3.36 MB
STLs/Gantry/X Carriage/Printheads/Slice Mosquito/printhead_front_mosquito.stl
Binary file not shown.
Binary file added
BIN
+1.44 MB
STLs/Gantry/X Carriage/Printheads/Slice Mosquito/printhead_rear_mosquito.stl
Binary file not shown.
Binary file added
BIN
+3.24 MB
STLs/Gantry/X Carriage/Printheads/TriangleLab Dragon/printhead_front_dragon.STL
Binary file not shown.
Binary file added
BIN
+1.4 MB
STLs/Gantry/X Carriage/Printheads/TriangleLab Dragon/printhead_rear_dragon.stl
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.