Skip to content

Commit

Permalink
Printer config fixes (#87)
Browse files Browse the repository at this point in the history
Co-authored-by: pbsuper <[email protected]>
  • Loading branch information
HumbleDeer and pbsuper authored Oct 4, 2023
1 parent a307884 commit 71c0a89
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@ sensor_type: PT1000
sensor_pin: PF4

#control: pid
#pid_Kp=28.737
#pid_Ki=1.935
#pid_Kd=106.684
pid_Kp: 28.737
pid_Ki: 1.935
pid_Kd: 106.684
min_temp: 0
max_temp: 400
full_steps_per_rotation: 200
Expand All @@ -239,10 +239,10 @@ sense_resistor: 0.110
heater_pin: PE5
sensor_type: Generic 3950
sensor_pin: PC1
#control: pid
#pid_Kp: 66.746
#pid_Ki: 3.504
#pid_Kd: 317.878
control: pid
pid_Kp: 66.746
pid_Ki: 3.504
pid_Kd: 317.878
min_temp: 0
max_temp: 130

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,10 @@ heater_pin: PB0
sensor_type: PT1000
sensor_pin: PF4

#control: pid
#pid_Kp=28.737
#pid_Ki=1.935
#pid_Kd=106.684
control: pid
pid_Kp: 28.737
pid_Ki: 1.935
pid_Kd: 106.684
min_temp: 0
max_temp: 400
full_steps_per_rotation: 200
Expand All @@ -240,10 +240,10 @@ sense_resistor: 0.110
heater_pin: PE5
sensor_type: Generic 3950
sensor_pin: PC1
#control: pid
#pid_Kp: 66.746
#pid_Ki: 3.504
#pid_Kd: 317.878
control: pid
pid_Kp: 66.746
pid_Ki: 3.504
pid_Kd: 317.878
min_temp: 0
max_temp: 130

Expand Down
2 changes: 1 addition & 1 deletion docs/vz330_mellow/electronics/Printer Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permalink: /vz330_mellow/electronics/Printer_Config
Now comes the fun part of the setup. Configuring your printer.cfg.

We're gonna start with this basic start config file for you guys to use:
[Printer.cfg](../../assets\images\manual\vz330_mellow\electronics\Printer_config\printer.cfg)
[Printer.cfg](../../assets/images/manual/vz330_mellow/electronics/Printer_config/printer.cfg)

In order to use the Exlcude object command in your Mainsail or Fluid we're also gonna need this file: [Exclude_Object.cfg](../../assets/images/manual/vz235_printed/electronics/Printer_config/Exclude_Object.cfg)

Expand Down

0 comments on commit 71c0a89

Please sign in to comment.