mirror of https://github.com/Desuuuu/klipper.git
config: Update printer-makergear-m2-2012.cfg
Config should not specify a default pressure_advance. Note limit on current with old 30 Ohm Z-motor. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
f8c4f90c04
commit
e5f5070dca
|
@ -53,7 +53,6 @@ enable_pin: !PA4
|
|||
step_distance: .004242
|
||||
nozzle_diameter: 0.350
|
||||
filament_diameter: 1.750
|
||||
pressure_advance: 0.07
|
||||
heater_pin: PH6
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
sensor_pin: PF0
|
||||
|
@ -98,7 +97,7 @@ scale: 1.56
|
|||
# Channel 1 is E0, 2 is E1, 3 is unused, 4 is Z, 5 is X, 6 is Y
|
||||
channel_1: 1.0
|
||||
channel_2: 0.75
|
||||
channel_4: 0.82
|
||||
channel_4: 0.62 # Z-motor with 30 Ohm coils and 19V power can't exceed .633 Amps
|
||||
channel_5: 0.82
|
||||
channel_6: 0.82
|
||||
|
||||
|
|
Loading…
Reference in New Issue