Kaynağa Gözat

Prusa => Průša

Scott Lahteine 3 yıl önce
ebeveyn
işleme
4955aa5b78

+ 4
- 4
Marlin/Configuration.h Dosyayı Görüntüle

177
 #endif
177
 #endif
178
 
178
 
179
 /**
179
 /**
180
- * Prusa Multi-Material Unit v2
180
+ * Průša Multi-Material Unit v2
181
  *
181
  *
182
  * Requires NOZZLE_PARK_FEATURE to park print head in case MMU unit fails.
182
  * Requires NOZZLE_PARK_FEATURE to park print head in case MMU unit fails.
183
  * Requires EXTRUDERS = 5
183
  * Requires EXTRUDERS = 5
373
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
373
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
374
  *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan, J-Head, and E3D) (4.7k pullup)
374
  *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan, J-Head, and E3D) (4.7k pullup)
375
  *   501 : 100K Zonestar (Tronxy X3A) Thermistor
375
  *   501 : 100K Zonestar (Tronxy X3A) Thermistor
376
- *   502 : 100K Zonestar Thermistor used by hot bed in Zonestar Prusa P802M
376
+ *   502 : 100K Zonestar Thermistor used by hot bed in Zonestar Průša P802M
377
  *   512 : 100k RPW-Ultra hotend thermistor (4.7k pullup)
377
  *   512 : 100k RPW-Ultra hotend thermistor (4.7k pullup)
378
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
378
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
379
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
379
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
1720
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1720
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1721
 
1721
 
1722
 /**
1722
 /**
1723
- * Info Screen Style (0:Classic, 1:Prusa)
1723
+ * Info Screen Style (0:Classic, 1:Průša)
1724
  *
1724
  *
1725
- * :[0:'Classic', 1:'Prusa']
1725
+ * :[0:'Classic', 1:'Průša']
1726
  */
1726
  */
1727
 #define LCD_INFO_SCREEN_STYLE 0
1727
 #define LCD_INFO_SCREEN_STYLE 0
1728
 
1728
 

+ 4
- 4
Marlin/Configuration_adv.h Dosyayı Görüntüle

2424
    * CHOPPER_DEFAULT_24V
2424
    * CHOPPER_DEFAULT_24V
2425
    * CHOPPER_DEFAULT_36V
2425
    * CHOPPER_DEFAULT_36V
2426
    * CHOPPER_09STEP_24V   // 0.9 degree steppers (24V)
2426
    * CHOPPER_09STEP_24V   // 0.9 degree steppers (24V)
2427
-   * CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
2427
+   * CHOPPER_PRUSAMK3_24V // Imported parameters from the official Průša firmware for MK3 (24V)
2428
    * CHOPPER_MARLIN_119   // Old defaults from Marlin v1.1.9
2428
    * CHOPPER_MARLIN_119   // Old defaults from Marlin v1.1.9
2429
    *
2429
    *
2430
    * Define you own with
2430
    * Define you own with
3396
 #endif
3396
 #endif
3397
 
3397
 
3398
 /**
3398
 /**
3399
- * Prusa Multi-Material Unit v2
3399
+ * Průša Multi-Material Unit v2
3400
  * Enable in Configuration.h
3400
  * Enable in Configuration.h
3401
  */
3401
  */
3402
 #if ENABLED(PRUSA_MMU2)
3402
 #if ENABLED(PRUSA_MMU2)
3420
   //#define MMU2_MENUS
3420
   //#define MMU2_MENUS
3421
   #if ENABLED(MMU2_MENUS)
3421
   #if ENABLED(MMU2_MENUS)
3422
     // Settings for filament load / unload from the LCD menu.
3422
     // Settings for filament load / unload from the LCD menu.
3423
-    // This is for Prusa MK3-style extruders. Customize for your hardware.
3423
+    // This is for Průša MK3-style extruders. Customize for your hardware.
3424
     #define MMU2_FILAMENTCHANGE_EJECT_FEED 80.0
3424
     #define MMU2_FILAMENTCHANGE_EJECT_FEED 80.0
3425
     #define MMU2_LOAD_TO_NOZZLE_SEQUENCE \
3425
     #define MMU2_LOAD_TO_NOZZLE_SEQUENCE \
3426
       {  7.2, 1145 }, \
3426
       {  7.2, 1145 }, \
3446
   /**
3446
   /**
3447
    * MMU Extruder Sensor
3447
    * MMU Extruder Sensor
3448
    *
3448
    *
3449
-   * Support for a Prusa (or other) IR Sensor to detect filament near the extruder
3449
+   * Support for a Průša (or other) IR Sensor to detect filament near the extruder
3450
    * and make loading more reliable. Suitable for an extruder equipped with a filament
3450
    * and make loading more reliable. Suitable for an extruder equipped with a filament
3451
    * sensor less than 38mm from the gears.
3451
    * sensor less than 38mm from the gears.
3452
    *
3452
    *

+ 2
- 2
Marlin/src/MarlinCore.cpp Dosyayı Görüntüle

684
  *  - Read Buttons and Update the LCD
684
  *  - Read Buttons and Update the LCD
685
  *  - Run i2c Position Encoders
685
  *  - Run i2c Position Encoders
686
  *  - Auto-report Temperatures / SD Status
686
  *  - Auto-report Temperatures / SD Status
687
- *  - Update the Prusa MMU2
687
+ *  - Update the Průša MMU2
688
  *  - Handle Joystick jogging
688
  *  - Handle Joystick jogging
689
  */
689
  */
690
 void idle(TERN_(ADVANCED_PAUSE_FEATURE, bool no_stepper_sleep/*=false*/)) {
690
 void idle(TERN_(ADVANCED_PAUSE_FEATURE, bool no_stepper_sleep/*=false*/)) {
760
     }
760
     }
761
   #endif
761
   #endif
762
 
762
 
763
-  // Update the Prusa MMU2
763
+  // Update the Průša MMU2
764
   TERN_(PRUSA_MMU2, mmu2.mmu_loop());
764
   TERN_(PRUSA_MMU2, mmu2.mmu_loop());
765
 
765
 
766
   // Handle Joystick jogging
766
   // Handle Joystick jogging

+ 1
- 1
Marlin/src/gcode/calibrate/G76_M871.cpp Dosyayı Görüntüle

45
  *  - When calibrating bed, probe temperature is held constant.
45
  *  - When calibrating bed, probe temperature is held constant.
46
  *    Compensation values are deltas to first probe measurement at bed temp. = 60°C.
46
  *    Compensation values are deltas to first probe measurement at bed temp. = 60°C.
47
  *  - The hotend will not be heated at any time.
47
  *  - The hotend will not be heated at any time.
48
- *  - On my Prusa MK3S clone I put a piece of paper between the probe and the hotend
48
+ *  - On my Průša MK3S clone I put a piece of paper between the probe and the hotend
49
  *    so the hotend fan would not cool my probe constantly. Alternativly you could just
49
  *    so the hotend fan would not cool my probe constantly. Alternativly you could just
50
  *    make sure the fan is not running while running the calibration process.
50
  *    make sure the fan is not running while running the calibration process.
51
  *
51
  *

+ 1
- 1
Marlin/src/inc/Conditionals_LCD.h Dosyayı Görüntüle

512
   #undef DISABLE_INACTIVE_EXTRUDER
512
   #undef DISABLE_INACTIVE_EXTRUDER
513
 #endif
513
 #endif
514
 
514
 
515
-// Prusa MK2 Multiplexer and MMU 2.0 force SINGLENOZZLE
515
+// Průša MK2 Multiplexer and MMU 2.0 force SINGLENOZZLE
516
 #if EITHER(MK2_MULTIPLEXER, PRUSA_MMU2)
516
 #if EITHER(MK2_MULTIPLEXER, PRUSA_MMU2)
517
   #define SINGLENOZZLE
517
   #define SINGLENOZZLE
518
 #endif
518
 #endif

+ 1
- 1
Marlin/src/inc/SanityCheck.h Dosyayı Görüntüle

2876
 #endif
2876
 #endif
2877
 
2877
 
2878
 /**
2878
 /**
2879
- * Prusa MMU2 requirements
2879
+ * Průša MMU2 requirements
2880
  */
2880
  */
2881
 #if ENABLED(PRUSA_MMU2)
2881
 #if ENABLED(PRUSA_MMU2)
2882
   #if EXTRUDERS != 5
2882
   #if EXTRUDERS != 5

+ 1
- 1
Marlin/src/module/thermistor/thermistors.h Dosyayı Görüntüle

72
 #if ANY_THERMISTOR_IS(501) // 100K Zonestar thermistor
72
 #if ANY_THERMISTOR_IS(501) // 100K Zonestar thermistor
73
   #include "thermistor_501.h"
73
   #include "thermistor_501.h"
74
 #endif
74
 #endif
75
-#if ANY_THERMISTOR_IS(502) // Unknown thermistor used by the Zonestar Prusa P802M hot bed
75
+#if ANY_THERMISTOR_IS(502) // Unknown thermistor used by the Zonestar Průša P802M hot bed
76
   #include "thermistor_502.h"
76
   #include "thermistor_502.h"
77
 #endif
77
 #endif
78
 #if ANY_THERMISTOR_IS(512) // 100k thermistor in RPW-Ultra hotend, Pull-up = 4.7 kOhm, "unknown model"
78
 #if ANY_THERMISTOR_IS(512) // 100k thermistor in RPW-Ultra hotend, Pull-up = 4.7 kOhm, "unknown model"

+ 1
- 1
Marlin/src/pins/stm32f4/pins_LERDGE_S.h Dosyayı Görüntüle

127
 #endif
127
 #endif
128
 
128
 
129
 //
129
 //
130
-// Prusa i3 MK2 Multi Material Multiplexer Support
130
+// Průša i3 MK2 Multi Material Multiplexer Support
131
 //
131
 //
132
 //#define E_MUX0_PIN                        -1
132
 //#define E_MUX0_PIN                        -1
133
 //#define E_MUX1_PIN                        -1
133
 //#define E_MUX1_PIN                        -1

+ 1
- 1
Marlin/src/pins/stm32f4/pins_VAKE403D.h Dosyayı Görüntüle

147
 //#define NEOPIXEL_PIN                      PF13
147
 //#define NEOPIXEL_PIN                      PF13
148
 
148
 
149
 //
149
 //
150
-// Prusa i3 MK2 Multi Material Multiplexer Support
150
+// Průša i3 MK2 Multi Material Multiplexer Support
151
 //
151
 //
152
 //#define E_MUX0_PIN                        PG3
152
 //#define E_MUX0_PIN                        PG3
153
 //#define E_MUX1_PIN                        PG4
153
 //#define E_MUX1_PIN                        PG4

Loading…
İptal
Kaydet